Skip to content

Releases: quarkiverse/quarkus-artemis

2.0.1.CR1

03 Nov 11:50
Compare
Choose a tag to compare
2.0.1.CR1 Pre-release
Pre-release

Release Notes:

  • Bug fixes:
    • #90: fix bug where runtime properties were not runtime-setable

Please check the project documentation.

Full Changelog: 2.0.0...2.0.1.CR1

3.0.0.Alpha3

01 Nov 08:11
Compare
Choose a tag to compare
3.0.0.Alpha3 Pre-release
Pre-release

Release Notes:

  • Dependency changes:
    • Switched from artemis-jms-client to artemis-jakarta-client
  • Version updates
    • Changed quarkus version from 2.13.2.FINAL to 3.0.0.Alpha1
  • Migration changes:
    • #87 (ongoing): Updated imports to jakarta.... where necessary.

Please check the project documentation.

Full Changelog: 3.0.0.Alpha2...3.0.0.Alpha3

3.0.0.Alpha2

31 Oct 22:13
Compare
Choose a tag to compare
3.0.0.Alpha2 Pre-release
Pre-release

Release Notes:

  • Version updates
    • Changed quarkus version from 2.13.2.FINAL to 3.0.0.Alpha1
  • Migration changes:
    • #87 (ongoing): Updated imports to jakarta.... where necessary.

Please check the project documentation.

Full Changelog: 2.x...3.0.0.Alpha2

2.0.0

31 Oct 12:09
Compare
Choose a tag to compare

We are proud to announce release 2.0.0. We decided to do a major version bump since we

  • introduced some breaking changes in order to bring this extension's configuration in-line with quarkus extensions like datasource
  • added a major feature: named configurations (which was the main reason we aligned configuration with datasource to be consistent)

Release Notes:

  • Version Updates:
    • Changed quarkus version from 2.13.0.Final to 2.13.2.Final
  • Breaking changes:
    • property quarkus.artemis.xa.enabled (introduced in version 1.1.0) has been renamed to quarkus.artemis.xa-enabled
  • Changed semantics:
    • property quarkus.artemis.health.enabled (introduced in version 1.0.0) is still present, but controls health check for all configurations (see below, #20)
    • new property quarkus.artemis.health-exclude has the semantcs of old property quarkus.artemis.health.enabled (introduced in version 1.0.0), i.e. controls whether this specific configuration should be included into health checks (see below, #20)
  • Improvements:
    • #20: Support for multiple named connection factories
    • #36: Make quarkus.artemis.url optional
    • #84: Health check: check ServerLocator- and ConnectionFactory-beans created outside the extension

For details on how to use the new features, please check the project documentation.

Full Changelog: 1.3.0...2.0.0

1.3.0

28 Oct 19:26
Compare
Choose a tag to compare

Release notes:

  • Version Updates:
    • Changed quarkus version from 2.10.0.Final to 2.13.0.Final
    • Changed artemis version from 2.23.1 to 2.26.0
  • Breaking changes:
    • Removal of configuration property quarkus.artemis.devservices.queues (introduced in version 1.2.0)
  • Improvements:
    • Removed @Deprecated from ArtemisTestResource
    • Introduction of configuration property quarkus.artemis.devservices.extra-args

For details on how to use the new features, please check the project documentation.

Full Changelog: 1.2.0...1.3.0