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