Skip to content

Commit

Permalink
Release java 17 version
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed May 5, 2023
1 parent eb2385d commit 14c7dc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
30 changes: 7 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,18 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

[Unreleased]

## [17.0.0-M6] - 2023-03-26
## [17.0.0] - 2023-05-05
### Changed
- Remove illegal-access argument from surefire plugin from plugin management (through maven-parent-pom 17.0.0-M6)

## [17.0.0-M5] - 2023-03-24
### Changed
- Remove illegal-access argument from surefire plugin
- Update to Java 17
- Make pojo generator to perform null safe assignment of additionalProperties inside constructor
-
## [17.0.0-M4] - 2023-02-15
### Changed
- Update common-bom to 17.0.0-M3 in order to:
- Update common-bom to 17.0.0 in order to:
- Add byte-buddy 1.12.22 as a replacement for cglib
- 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:
- Update framework-libraries to 17.0.0 in order to:
- Change 'additionalProperties' Map in generated pojos to HashMap to allow serialization

## [17.0.0-M3] - 2023-02-15
### Changed
- Update framework-libraries to 17.0.0-M3

## [17.0.0-M2] - 2023-02-03
### Changed
- Update framework-libraries to 17.0.0-M2

## [17.0.0-M1] - 2023-02-03
### Changed
- Update to Java 17
### Removed
- Remove illegal-access argument from surefire plugin from plugin management (through maven-parent-pom 17.0.0-M6)
- Remove illegal-access argument from surefire plugin

## [11.0.1] - 2023-02-01
### Changed
Expand Down
4 changes: 2 additions & 2 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-M5</version>
<version>17.0.0</version>
</parent>

<groupId>uk.gov.justice.services</groupId>
Expand Down Expand Up @@ -48,7 +48,7 @@

<properties>
<cpp.repo.name>microservice_framework</cpp.repo.name>
<framework-libraries.version>17.0.0-M6</framework-libraries.version>
<framework-libraries.version>17.0.0</framework-libraries.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 14c7dc8

Please sign in to comment.