Release Notes - 1.5


  • 1.5.2-funcrel

    1.5.2-funcrel
    Fixes issue related to missing JMS Java Queue Producer objects due to random results.
    Improves STOMP Java Queue Consumer object resolution by adding support for org.springframework.web.socket.config.annotation.StompEndpointRegistry.setApplicationDestinationPrefixes.
    Updates internal evaluation engine leading to an overall enhancement of Java Queue objects and associated links generation.
  • 1.5.1-funcrel

    1.5.1-funcrel
    Fixes an issue related to Java Queue Consumer and Java Queue Producer objects fullname with impact on the presence of these objects inside the module. 📝 58337
    Fixes an internal issue with no impact on the analysis.
    Adds support for Spring Cloud AWS Messaging missing APIs : io.awspring.cloud.messaging.core.QueueMessagingTemplate and org.springframework.cloud.aws.messaging.core.QueueMessagingTemplate send/convertAndSend/doSend APIs.
  • 1.5.0-funcrel

    1.5.0-funcrel
    Fixes missing JMS Java Topic Consumer objects and associated links.
    Updates embedded libraries.
    Updates internal evaluation engine leading to an overall enhancement of Consumer / Publisher objects and associated links generation.
  • 1.5.0-beta2

    1.5.0-beta2
    Improves fault handling to avoid traceback messages during analysis.
    Adds support for org.springframework.jms.core.JmsClient.
    Adds support for org.springframework.messaging.handler.annotation.SubscribeMapping annotation for STOMP.
    Adds support for org.springframework.jms.support.destination.DestinationResolver and org.springframework.jms.support.destination.DynamicDestinationResolver.
    Adds an inventory report (object and links created) at the end of the analysis log.
  • 1.5.0-beta1

    1.5.0-beta1
    Fixes an issue affecting creation of RabbitMQ Java Queue Publisher objects.
    Adds support for com.amazon.sqs.javamessaging.AmazonSQSExtendedClient and com.amazon.sqs.javamessaging.AmazonSQSExtendedAsyncClient for sendMessage, sendMessageBatch and receiveMessage. Extends support for com.amazonaws.services.sqs, com.amazon.sqs.javamessaging and software.amazon.awssdk.services.sqs java packages with deleteMessage.
    Adds a new property within call link to expose details of triggered APIs associated with queues and topics.