Skip to content

Releases: quarkiverse/quarkus-ironjacamar

1.0.2

06 Nov 09:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

12 Oct 17:06
Compare
Choose a tag to compare

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

18 Sep 13:49
Compare
Choose a tag to compare

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

Full Changelog: 0.0.1.Alpha1...1.0.0

0.0.1.Alpha1

15 Aug 18:41
Compare
Choose a tag to compare
0.0.1.Alpha1 Pre-release
Pre-release

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