Skip to content

Commit

Permalink
chore(docs): Java 17 release note (#442)
Browse files Browse the repository at this point in the history
* chore(docs): Java 17 release note

* Update content/en/docs/releases/next-release-preview/index.md

Co-authored-by: David Byron <[email protected]>

---------

Co-authored-by: David Byron <[email protected]>
  • Loading branch information
mattgogerly and dbyron-sf authored Jul 6, 2024
1 parent f194242 commit a1cb892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/docs/releases/next-release-preview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Version 1.31 of Spinnaker introduced two features that were disabled by default:

Both of these features are now enabled by default.

### Java 17

All Spinnaker services are now compiled by JDK 17, transpiling to Java 11 bytecode. Published images run JRE 17. In 1.36, compilation will switch to Java 17 bytecode, completing our migration to Java 17. Please continue to report issues by opening an issue in the `spinnaker` [repository](https://github.com/spinnaker/spinnaker).

### Spring Boot 2.7.18

As part of the continued effort to upgrade Spring Boot, Spinnaker 1.35.0 now uses Spring Boot 2.7.18, an upgrade from Spinnaker 1.34.0`s use of Spring Boot 2.6.15. Spring Boot 2.7 considers session data cached by Spring Boot 2.6 invalid. Therefore, users with cached sessions will be unable to log in until the invalid information is removed from the cache. Open browser windows to Spinnaker are unresponsive after the deployment until they’re reloaded.
Expand Down

0 comments on commit a1cb892

Please sign in to comment.