opendevstack / ods-quickstarters

Contains project quickstarters (boilerplates) for Nginx, Go, Java (Spring Boot), Python (Flask), Rust (Axum), Scala (Play), TypeScript (Express), Angular, Ionic, Jupyter, RShiny - all including CI/CD integration & Jenkins build agents
Apache License 2.0
29 stars 41 forks source link

Update jdk and scala quickstarters / agents #1050

Closed BraisVQ closed 2 months ago

BraisVQ commented 2 months ago

With the java update on the agent base the default version is now jdk 17 instead of 11 so this is a breaching change. We will still maintain java 11 on this agent for retrocompatibility

Closes #1032, #1037 Depends on https://github.com/opendevstack/ods-core/pull/1299

Tasks:

BraisVQ commented 2 months ago

The tests for the jdk and scala agents fail because base image does not have java 17 yet, so until the PR for the update of Jenkins on ods-core gets merged this PR cannot be merged either, for the time being, I will continue testing