Skip to content

Commit

Permalink
Remove illegal-access argument from surefire plugin, Make pojo genera…
Browse files Browse the repository at this point in the history
…tor to perform null safe assignment of additionalProperties inside constructor
  • Loading branch information
santhosh committed Mar 26, 2023
1 parent 35b8c4a commit daef97e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
- Downgrade h2 to 1.4.196 as 2.x.x is too strict for our tests
- Update framework-libraries to 17.0.0-M4 in order to:
- Change 'additionalProperties' Map in generated pojos to HashMap to allow serialization

- Update framework-libraries to 17.0.0-M6 in order to:
- Remove illegal-access argument from surefire plugin
- Make pojo generator to perform null safe assignment of additionalProperties inside constructor

### Changed
- Update framework-libraries to 11.0.0 for:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.gov.justice</groupId>
<artifactId>maven-framework-parent-pom</artifactId>
<version>17.0.0-M3</version>
<version>17.0.0-M5</version>
</parent>

<groupId>uk.gov.justice.example</groupId>
Expand All @@ -34,9 +34,9 @@
<wildfly.version>26.1.2.Final</wildfly.version>
<wildfly.maven.plugin.version>3.2.0.Final</wildfly.maven.plugin.version>

<framework-libraries.version>17.0.0-M4</framework-libraries.version>
<framework.version>17.0.0-M4</framework.version>
<event-store.version>17.0.0-M3</event-store.version>
<framework-libraries.version>17.0.0-M6</framework-libraries.version>
<framework.version>17.0.0-M6</framework.version>
<event-store.version>17.0.0-M5</event-store.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit daef97e

Please sign in to comment.