Releases: quarkiverse/quarkus-artemis
3.0.1
Release Notes:
- Version updates:
- Changed quarkus version from
3.0.0.Final
to3.1.2.Final
- Changed artemis version from
2.26.0
to2.28.0
- Changed quarkiverse-parent from
13
to15
- Changed jandex-maven-plugin version form
3.1.1
to3.1.2
- Changed maven-dependency-plugin version from
3.5.0
to3.6.0
- Define maven-jar-plugin version to
3.3.0
- Changed quarkus version from
- 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
Release Notes:
- Version updates:
- Changed quarkus version from
2.16.3.Final
to2.16.7.Final
- Changed artemis version from
2.26.0
to2.28.0
- Changed quarkiverse-parent from
12
to15
- Changed jandex-maven-plugin version form
3.0.5
to3.1.2
- Changed maven-dependency-plugin version from
3.5.0
to3.6.0
- Changed quarkus version from
- 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
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
to3.0.0
- Changed quarkus version from
Please check the project documentation.
Full Changelog: 3.0.0.CR1...3.0.0
3.0.0.CR1
Release Notes:
- Version updates:
- Changed quarkus version from
3.0.0.Alpha5
to3.0.0.CR1
- Changed quarkus version from
Please check the project documentation.
Full Changelog: 3.0.0.Alpha7...3.0.0.CR1
3.0.0.Alpha7
Release Notes:
-
Version updates:
- Changed quarkus version from
3.0.0.Alpha4
to3.0.0.Alpha5
- Changed the default artemis image used in devservices from
quay.io/artemiscloud/activemq-artemis-broker:1.0.9
toquay.io/artemiscloud/activemq-artemis-broker:1.0.14
- Changed quarkus version from
-
Breaking changes:
- with quarkus, version
3.0.0.Alpha5
aConnectionFactoryWrapperBuildItem
was introduced in quarkus. We replaced the uages ofArtemisJmsWrapperBuildItem
withConnectionFactoryWrapperBuildItem
(see #148). Thus, quarkus-artemis3.0.0.Alpha7
or higher requires quarkus in version3.0.0.Alpha5
or higher.
- with quarkus, version
-
Maintenance:
- We moved the
3.x
-based implementation to themain
branch, and the2.x
implementation to branch2.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
- We moved the
Please check the project documentation.
Full Changelog: 3.0.0.Alpha6...3.0.0.Alpha7
2.1.0
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
to2.16.3.Final
- changed quarkus-camel version from
2.15.0.Final
to2.16.3.Final
- Changed the default artemis image used in devservices from
quay.io/artemiscloud/activemq-artemis-broker:1.0.9
toquay.io/artemiscloud/activemq-artemis-broker:1.0.14
- Changed quarkus version from
-
Breaking changes:
- with quarkus, version
2.16.3.Final
aConnectionFactoryWrapperBuildItem
was introduced in quarkus. We replaced the uages ofArtemisJmsWrapperBuildItem
withConnectionFactoryWrapperBuildItem
(see #148). Thus, quarkus-artemis2.0.5
or higher requires quarkus in version2.16.3.Final
or higher.
- with quarkus, version
-
Improvements:
- #148: Use ConnectionFactoryWrapperBuildItem in Quarkus
-
Maintenance:
Please check the project documentation.
Full Changelog: 2.0.4...2.1.0
2.0.5
Release Notes:
-
Version updates:
- Changed quarkus version from
2.15.1.Final
to2.16.3.Final
- changed quarkus-camel version from
2.15.0.Final
to2.16.3.Final
- Changed the default artemis image used in devservices from
quay.io/artemiscloud/activemq-artemis-broker:1.0.9
toquay.io/artemiscloud/activemq-artemis-broker:1.0.14
- Changed quarkus version from
-
Breaking changes:
- with quarkus, version
2.16.3.Final
aConnectionFactoryWrapperBuildItem
was introduced in quarkus. We replaced the uages ofArtemisJmsWrapperBuildItem
withConnectionFactoryWrapperBuildItem
(see #148). Thus, quarkus-artemis2.0.5
or higher requires quarkus in version2.16.3.Final
or higher.
- with quarkus, version
-
Improvements:
- #148: Use ConnectionFactoryWrapperBuildItem in Quarkus
-
Maintenance:
Please check the project documentation.
Full Changelog: 2.0.4...2.0.5
3.0.0.Alpha6
Release Notes:
- Version updates:
- Changed quarkus version from
3.0.0.Alpha3
to3.0.0.Alpha4
- Changed quarkus version from
Please check the project documentation.
Full Changelog: 3.0.0.Alpha5...3.0.0.Alpha6
3.0.0.Alpha5
Release Notes:
- Version updates:
- Changed quarkus version from
3.0.0.Alpha2
to3.0.0.Alpha3
- Changed quarkus version from
Please check the project documentation.
Full Changelog: 3.0.0.Alpha4...3.0.0.Alpha5
2.0.4
Release Notes:
- Version updates:
- Changed quarkus version from
2.14.1.Final
to2.15.1.Final
- Introduced quarkus-camel in version
2.15.0.Final
- Changed quarkiverse-partent from
11
to12
- Changed quarkus version from
- Improvements:
- #121: Better Integration with camel
Please check the project documentation.
Full Changelog: 2.0.3...2.0.4