Skip to content

Commit

Permalink
Update to framework libraries 11.0.0-M20-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Morbu committed Aug 31, 2022
1 parent b9fc321 commit 62be8d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
## [Unreleased]

### Changed
- Update framework-libraries to 11.0.0-M20 for:
- A default name of `jms.queue.DLQ` rather than the original name of `DLQ`
- A new constructor to pass the name in if you don't want the default name
- New builder `MessageConsumerClientBuilder` that allows ActiveMQ connection parameters to be specified
- Updated to java 11 and OpenJdk
- Removed trigger from the event publishing process
- Updated wildfly to 20.0.1-Final
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<wildfly.version>20.0.1.Final</wildfly.version>
<wildfly.maven.plugin.version>2.0.2.Final</wildfly.maven.plugin.version>

<framework-libraries.version>11.0.0-M19</framework-libraries.version>
<framework.version>11.0.0-M18</framework.version>
<event-store.version>11.0.0-M20</event-store.version>
<framework-libraries.version>11.0.0-M20</framework-libraries.version>
<framework.version>11.0.0-M19</framework.version>
<event-store.version>11.0.0-M21</event-store.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 62be8d2

Please sign in to comment.