Skip to content

Commit

Permalink
docs: adds decision record about Java 17 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood authored May 23, 2023
1 parent 7f24bcb commit 5f1af45
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Java 17 baseline

## Decision

We will use Java 17 as baseline version.

## Rationale

Java 11 active support [will end in September 2023](https://endoflife.date/java), and, following Java "new" release cycle, we should update the baseline
version to the current LTS from time to time.
[EDC](https://github.com/eclipse-edc/Connector/blob/main/docs/developer/decision-records/2023-05-23-java-17-baseline/README.md) upstream is switching to Java 17.

## Approach

Remove the custom `javaVersion` and let the `edc-build` plugin set that when upgrading to the newest version of EDC.

0 comments on commit 5f1af45

Please sign in to comment.