Releases: quarkiverse/quarkus-ironjacamar
Releases · quarkiverse/quarkus-ironjacamar
1.0.2
What's Changed
- Bump artemis.version from 2.31.0 to 2.31.1 by @dependabot in #63
- Bump artemis.version from 2.31.1 to 2.31.2 by @dependabot in #64
- Improve Connection Manager configuration by @gastaldi in #65
- Removing
IronJacamarSupport
asSingleton
by @gastaldi in #66 - Release 1.0.2 by @gastaldi in #67
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Bump quarkus.version from 3.2.5.Final to 3.2.6.Final by @dependabot in #51
- Bump io.quarkiverse.artemis:quarkus-test-artemis from 3.1.0 to 3.1.1 by @dependabot in #54
- Bump io.smallrye:jandex-maven-plugin from 3.1.3 to 3.1.5 by @dependabot in #55
- Make QuarkusSecurityIntegration a dependent bean by @vsevel in #59
- Bump io.quarkiverse.artemis:quarkus-test-artemis from 3.1.1 to 3.1.2 by @dependabot in #58
- docs: add vsevel as a contributor for code, and maintenance by @allcontributors in #60
- Release 1.0.1 by @gastaldi in #61
New Contributors
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- docs: add gastaldi as a contributor for code, and maintenance by @allcontributors in #9
- docs: add vsevel as a contributor for bug, and userTesting by @allcontributors in #10
- Rename packages by @gastaldi in #12
- Support multiple resource adapters + activation spec config by @gastaldi in #13
- Add example using reactive messaging by @gastaldi in #15
- Fix identifier resolution by @gastaldi in #16
- Register @ResourceEndpoint classes for reflection by @gastaldi in #20
- Add example using Reactive Messaging decorators by @gastaldi in #21
- Bump org.jboss.ironjacamar:ironjacamar-core-impl from 3.0.4.Final to 3.0.5.Final by @dependabot in #23
- Register the CachedConnectionManager as a Synthetic bean by @gastaldi in #24
- Support transactions in MessageEndpoint by @gastaldi in #25
- Introduced ConnectionManager configuration by @gastaldi in #34
- Bump org.jboss.logging:jboss-logging from 3.5.1.Final to 3.5.3.Final by @dependabot in #36
- Use TransactionLevelSupport in the config and default to XA by @gastaldi in #37
- CDI usage improvements by @gastaldi in #38
- Expose pool metrics by @gastaldi in #39
- Introduce global metrics flag by @gastaldi in #41
- Use IronJacamar's WorkManager and BootstrapContext implementation by @gastaldi in #44
- Include the id in the factory methods by @gastaldi in #47
- Release 1.0.0 by @gastaldi in #48
New Contributors
- @allcontributors made their first contribution in #9
Full Changelog: 0.0.1.Alpha1...1.0.0
0.0.1.Alpha1
What's Changed
- Manages the resource adapter lifecycle using the Quarkus container
- SPI to configure resource adapters
- WorkManager implementation uses Vert.x worker threads
- Integrates with the Quarkus transaction manager
- Native mode is supported (but not for any Resource Adapter, which demands a specific extension if necessary)
- Release 0.0.1.Alpha1 by @gastaldi in #8
New Contributors
Full Changelog: https://github.com/quarkiverse/quarkus-ironjacamar/commits/0.0.1.Alpha1