Skip to content

Commit

Permalink
Update wildfly to 20.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed Jan 20, 2021
1 parent de8ddc2 commit 2d03dd6
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 27 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
## [Unreleased]

### Changed
- Updated to java 11 and OpenJdk
- Updated wildfly to 20.0.1-Final
- Reduced the maximum runtime for each iteration of the publishing beans in the IT tests to 450 milliseconds
- Update to maven-framework-parent-pom 2.0.0
- Update to framework 7.1.0
- Update to event-store 7.1.0
- Update to maven-framework-parent-pom 8.0.0-M2
- Update to framework-libraries 8.0.0-M3
- Update to framework 8.0.0-M3
- Update to event-store 8.0.0-M1
- Bumped the base version of the project to 8.0.0 to match the framework libraries and show java 11 change
- Handled the move to the new Cloudsmith.io maven repository
- Added support for feature toggling with an integration test showing it working

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-command</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-command</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/example-command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-service</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-custom</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/example-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-service</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-service</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>example-event-processor</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-event</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/example-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.justice.services.example</groupId>
<artifactId>example-service</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-service</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/example-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.justice.services.example</groupId>
<artifactId>example-service</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<artifactId>example-it</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/example-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.gov.justice.services.example</groupId>
<artifactId>example-service</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-query</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-query</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/example-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-service</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/example-single/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>example-service</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/example-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>example-context</artifactId>
<groupId>uk.gov.justice.services.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cake-shop</artifactId>
<groupId>uk.gov.justice.example</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>uk.gov.justice.example</groupId>
<artifactId>cake-shop</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>8.0.0-M1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Cakeshop Application</name>
Expand All @@ -31,7 +31,7 @@
<properties>
<cpp.repo.name>cake-shop</cpp.repo.name>

<wildfly.version>19.1.0.Final</wildfly.version>
<wildfly.version>20.0.1.Final</wildfly.version>
<wildfly.maven.plugin.version>2.0.2.Final</wildfly.maven.plugin.version>

<framework-libraries.version>8.0.0-M3</framework-libraries.version>
Expand Down

0 comments on commit 2d03dd6

Please sign in to comment.