Skip to content

Releases: quarkiverse/quarkus-artemis

3.0.1

16 Jun 11:35

Choose a tag to compare

Release Notes:

  • Version updates:
    • Changed quarkus version from 3.0.0.Final to 3.1.2.Final
    • Changed artemis version from 2.26.0 to 2.28.0
    • Changed quarkiverse-parent from 13 to 15
    • Changed jandex-maven-plugin version form 3.1.1 to 3.1.2
    • Changed maven-dependency-plugin version from 3.5.0 to 3.6.0
    • Define maven-jar-plugin version to 3.3.0
  • Bug fixes:
    • #230: Artemis ConnectionFactory registered under ApplicationScope, does not register XAResourceRecovery on application start
  • Miscellanious:
    • Added scm meta information

Please check the project documentation.

Full Changelog: 3.0.0...3.0.1

2.1.1

16 Jun 12:47

Choose a tag to compare

Release Notes:

  • Version updates:
    • Changed quarkus version from 2.16.3.Final to 2.16.7.Final
    • Changed artemis version from 2.26.0 to 2.28.0
    • Changed quarkiverse-parent from 12 to 15
    • Changed jandex-maven-plugin version form 3.0.5 to 3.1.2
    • Changed maven-dependency-plugin version from 3.5.0 to 3.6.0
  • Bug fixes:
    • #230: Artemis ConnectionFactory registered under ApplicationScope, does not register XAResourceRecovery on application start
  • Miscellanious:
    • Added scm meta information

Please check the project documentation.

Full Changelog: 2.1.0...2.1.1

3.0.0

20 Apr 14:06

Choose a tag to compare

We are proud to announce the 3.0.0 release for Quarkus 3.0.0. Please keep in mind that this release needs Quarkus version 3.0.0 or higher.

The integration with quarkus-camel is not yet migrated as we are still waiting for the final quarkus-camel release for Quarkus 3.0.0.

Release Notes:

  • Version updates:
    • Changed quarkus version from 3.0.0.CR1 to 3.0.0

Please check the project documentation.

Full Changelog: 3.0.0.CR1...3.0.0

3.0.0.CR1

31 Mar 08:16

Choose a tag to compare

3.0.0.CR1 Pre-release
Pre-release

Release Notes:

  • Version updates:
    • Changed quarkus version from 3.0.0.Alpha5 to 3.0.0.CR1

Please check the project documentation.

Full Changelog: 3.0.0.Alpha7...3.0.0.CR1

3.0.0.Alpha7

08 Mar 15:58

Choose a tag to compare

3.0.0.Alpha7 Pre-release
Pre-release

Release Notes:

  • Version updates:

    • Changed quarkus version from 3.0.0.Alpha4 to 3.0.0.Alpha5
    • Changed the default artemis image used in devservices from quay.io/artemiscloud/activemq-artemis-broker:1.0.9 to quay.io/artemiscloud/activemq-artemis-broker:1.0.14
  • Breaking changes:

    • with quarkus, version 3.0.0.Alpha5 a ConnectionFactoryWrapperBuildItem was introduced in quarkus. We replaced the uages of ArtemisJmsWrapperBuildItem with ConnectionFactoryWrapperBuildItem (see #148). Thus, quarkus-artemis 3.0.0.Alpha7 or higher requires quarkus in version 3.0.0.Alpha5 or higher.
  • Maintenance:

    • We moved the 3.x-based implementation to the main branch, and the 2.x implementation to branch 2.x
    • #157: Update dependabot configuration to update 2.x branch
    • #160: Replace anonymous classes with lambdas to improve readability
    • #167: Remove io.quarkus:quarkus-jms-spi-deployment in build-parent
    • #178: Pipeline fails when cache is recreated

Please check the project documentation.

Full Changelog: 3.0.0.Alpha6...3.0.0.Alpha7

2.1.0

22 Feb 15:13

Choose a tag to compare

Release Notes:

This is a maintenance release. We released 2.0.5 with a breaking change. We cannot fix this. We can, however, release a new minor version (2.1.0) to raise awareness that something changed. To avoid confusion, we repeat the 2.0.5 release notes here.

  • Version updates:

    • Changed quarkus version from 2.15.1.Final to 2.16.3.Final
    • changed quarkus-camel version from 2.15.0.Final to 2.16.3.Final
    • Changed the default artemis image used in devservices from quay.io/artemiscloud/activemq-artemis-broker:1.0.9 to quay.io/artemiscloud/activemq-artemis-broker:1.0.14
  • Breaking changes:

    • with quarkus, version 2.16.3.Final a ConnectionFactoryWrapperBuildItem was introduced in quarkus. We replaced the uages of ArtemisJmsWrapperBuildItem with ConnectionFactoryWrapperBuildItem (see #148). Thus, quarkus-artemis 2.0.5 or higher requires quarkus in version 2.16.3.Final or higher.
  • Improvements:

    • #148: Use ConnectionFactoryWrapperBuildItem in Quarkus
  • Maintenance:

    • #157: Update dependabot configuration to update 2.x branch
    • #160: Replace anonymous classes with lambdas to improve readability
    • #178: Pipeline fails when cache is recreated

Please check the project documentation.

Full Changelog: 2.0.4...2.1.0

2.0.5

17 Feb 19:30

Choose a tag to compare

Release Notes:

  • Version updates:

    • Changed quarkus version from 2.15.1.Final to 2.16.3.Final
    • changed quarkus-camel version from 2.15.0.Final to 2.16.3.Final
    • Changed the default artemis image used in devservices from quay.io/artemiscloud/activemq-artemis-broker:1.0.9 to quay.io/artemiscloud/activemq-artemis-broker:1.0.14
  • Breaking changes:

    • with quarkus, version 2.16.3.Final a ConnectionFactoryWrapperBuildItem was introduced in quarkus. We replaced the uages of ArtemisJmsWrapperBuildItem with ConnectionFactoryWrapperBuildItem (see #148). Thus, quarkus-artemis 2.0.5 or higher requires quarkus in version 2.16.3.Final or higher.
  • Improvements:

    • #148: Use ConnectionFactoryWrapperBuildItem in Quarkus
  • Maintenance:

    • #157: Update dependabot configuration to update 2.x branch
    • #160: Replace anonymous classes with lambdas to improve readability
    • #178: Pipeline fails when cache is recreated

Please check the project documentation.

Full Changelog: 2.0.4...2.0.5

3.0.0.Alpha6

12 Feb 02:39

Choose a tag to compare

3.0.0.Alpha6 Pre-release
Pre-release

Release Notes:

  • Version updates:
    • Changed quarkus version from 3.0.0.Alpha3 to 3.0.0.Alpha4

Please check the project documentation.

Full Changelog: 3.0.0.Alpha5...3.0.0.Alpha6

3.0.0.Alpha5

20 Jan 00:02

Choose a tag to compare

3.0.0.Alpha5 Pre-release
Pre-release

Release Notes:

  • Version updates:
    • Changed quarkus version from 3.0.0.Alpha2 to 3.0.0.Alpha3

Please check the project documentation.

Full Changelog: 3.0.0.Alpha4...3.0.0.Alpha5

2.0.4

04 Jan 04:10

Choose a tag to compare

Release Notes:

  • Version updates:
    • Changed quarkus version from 2.14.1.Final to 2.15.1.Final
    • Introduced quarkus-camel in version 2.15.0.Final
    • Changed quarkiverse-partent from 11 to 12
  • Improvements:
    • #121: Better Integration with camel

Please check the project documentation.

Full Changelog: 2.0.3...2.0.4