MicroShed/microshed-testing

Upgrade to Java 17

Open

#401 opened on Dec 13, 2023

 (5 comments) (0 reactions) (1 assignee)Java (25 forks)auto 404
good first issueis:housekeeping

Repository metrics

Stars
 (68 stars)
PR merge metrics
 (PR metrics pending)

Description

We should upgrade to building and testing using Java 17 as a stepping stone to Java 21 (Necessary for Jakarta EE 11).

  • If necessary upgrade gradle wrapper
  • Update build.gradle (source/target compatibility)
  • Update pom.xml within sample-apps/ (source/target compatibility)
  • Update CI Workflow to build and run using Java 17
  • Update documentation

Contributor guide