Releases: quarkiverse/quarkus-artemis
Releases · quarkiverse/quarkus-artemis
2.0.1.CR1
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
Release Notes:
- Dependency changes:
- Switched from
artemis-jms-client
toartemis-jakarta-client
- Switched from
- Version updates
- Changed quarkus version from
2.13.2.FINAL
to3.0.0.Alpha1
- Changed quarkus version from
- Migration changes:
- #87 (ongoing): Updated imports to
jakarta....
where necessary.
- #87 (ongoing): Updated imports to
Please check the project documentation.
Full Changelog: 3.0.0.Alpha2...3.0.0.Alpha3
3.0.0.Alpha2
Release Notes:
- Version updates
- Changed quarkus version from
2.13.2.FINAL
to3.0.0.Alpha1
- Changed quarkus version from
- Migration changes:
- #87 (ongoing): Updated imports to
jakarta....
where necessary.
- #87 (ongoing): Updated imports to
Please check the project documentation.
Full Changelog: 2.x...3.0.0.Alpha2
2.0.0
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
to2.13.2.Final
- Changed quarkus version from
- Breaking changes:
- property
quarkus.artemis.xa.enabled
(introduced in version1.1.0
) has been renamed toquarkus.artemis.xa-enabled
- property
- Changed semantics:
- property
quarkus.artemis.health.enabled
(introduced in version1.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 propertyquarkus.artemis.health.enabled
(introduced in version1.0.0
), i.e. controls whether this specific configuration should be included into health checks (see below, #20)
- property
- Improvements:
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
Release notes:
- Version Updates:
- Changed quarkus version from
2.10.0.Final
to2.13.0.Final
- Changed artemis version from
2.23.1
to2.26.0
- Changed quarkus version from
- Breaking changes:
- Removal of configuration property
quarkus.artemis.devservices.queues
(introduced in version1.2.0
)
- Removal of configuration property
- Improvements:
- Removed
@Deprecated
fromArtemisTestResource
- Introduction of configuration property
quarkus.artemis.devservices.extra-args
- Removed
For details on how to use the new features, please check the project documentation.
Full Changelog: 1.2.0...1.3.0