Skip to content

Commit

Permalink
Bump compiler version for JDK 17 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Oct 30, 2021
1 parent 4d8d408 commit 742130d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Proteus Changelog.
## Unreleased
### No issue

**Cleanup OpenAPI module and add json spec support.**


[4d8d408ed25e1e2](https://github.com/noboomu/proteus/commit/4d8d408ed25e1e2) Joshua Bauer *2021-10-29 16:07:16*

**Improved error logging and shutdown process.**


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<openapi.version>2.1.5</openapi.version>
<openhft-compiler.version>2.3.1</openhft-compiler.version>
<openhft-compiler.version>2.21ea80</openhft-compiler.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<proteus.version>${project.version}</proteus.version>
<reflections.version>0.9.12</reflections.version>
Expand Down
10 changes: 10 additions & 0 deletions proteus-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Proteus Changelog.
## Unreleased
### No issue

**Cleanup OpenAPI module and add json spec support.**


[4d8d408ed25e1e2](https://github.com/noboomu/proteus/commit/4d8d408ed25e1e2) Joshua Bauer *2021-10-29 16:07:16*

**Improved error logging and shutdown process.**


[09f630e8f400db9](https://github.com/noboomu/proteus/commit/09f630e8f400db9) Joshua Bauer *2021-10-25 19:29:23*

**Improve Optional bean parsing.**


Expand Down

0 comments on commit 742130d

Please sign in to comment.