Release Notes - 1.4


  • 1.4.3-funcrel

    1.4.3-funcrel
    Fixes an issue affecting the creation of STOMP Java Unknown Queue Producer objects.
    Adds missing support for software.amazon.awssdk.services.sqs.SqsAsyncClient.sendMessage, software.amazon.awssdk.services.sqs.SqsAsyncClient.sendMessageBatch and software.amazon.awssdk.services.sqs.SqsAsyncClient.receiveMessage.
  • 1.4.2-funcrel

    1.4.2-funcrel
    Fixes missing callLink from JMS Java Topic Consumer and JMS Java Queue Consumer objects to ‘onMessage’ java methods. Fixes false generation of JMS Java Unknown Queue Consumer and JMS Java Unknown Topic Consumer objects.
  • 1.4.1-funcrel

    1.4.1-funcrel
    Updated embedded libraries.
  • 1.4.0-funcrel

    1.4.0-funcrel
    No changes or updates have been made in this release. This is a move to “funcrel” (Functional Release).
  • 1.4.0-beta3

    1.4.0-beta3
    Updated embedded libraries.
  • 1.4.0-beta2

    1.4.0-beta2
    Fix traceback errors occurring during the analysis. Fix an incorrect property assigned to STOMP objects and uninitialized variables.
    Document the supported annotations for MQE supported libraries - see Supported Annotations.
    Add support for “org.springframework.amqp.rabbit.annotation.QueueBinding” and “org.springframework.amqp.rabbit.annotation.Exchange” annotations. They are used with the “org.springframework.amqp.rabbit.annotation.RabbitListener” annotation. They help declare a queue, bind it to an exchange, use “@QueueBinding” to specify the routing key dynamically and also an exchange to which to bind a RabbitListener queue.New RabbitMQ annotation support
    Add support for the “org.springframework.amqp.rabbit.annotation.Queue” annotation. This is used with the “org.springframework.amqp.rabbit.annotation.RabbitListener” annotation and declares a queue dynamically using “@Queue”.New RabbitMQ annotation support
    Add support for the “javax.jms.JMSDestinationDefinition” annotation (this defines a JMS queue).New JMS annotation support
  • 1.4.0-beta1

    1.4.0-beta1
    Fix traceback issue “AttributeError: ‘Method’ object has no attribute ‘get_inherited_types’” occurring in the analysis log. 📝 50970
    Fix vulnerable versions of “jackson-databind” jars in extension. 📝 50052
    Add support for MQQueueManager.put for Queues and Topics.IBM MQ MQQueueManager.put API support
    Add new support for STOMP protocol for ActiveMQ and ActiveMQ Artemis brokers.New support for STOMP protocol.