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
27 stars 39 forks source link

Update JDK Quickstarters #973

Closed BraisVQ closed 7 months ago

BraisVQ commented 9 months ago

Related to https://github.com/opendevstack/ods-quickstarters/issues/966

JDK agent

SpringBoot

Spock

renedupont commented 9 months ago

The build failed

BraisVQ commented 9 months ago

The build failed

The mirror from terrarium jdk failed last build. Now it is working

oalyman commented 7 months ago

LGTM.

I think it would be nice to create a jdk 21 only agent as well. For teams that did the switch and would not need to have a build agent with 3 JVMs installed.

BraisVQ commented 7 months ago

LGTM.

I think it would be nice to create a jdk 21 only agent as well. For teams that did the switch and would not need to have a build agent with 3 JVMs installed.

If we want to use SonarQube we still need java 11. Even if we update SonarQube to the version 9.9 LTS the scanner will still needs java 17 so it is not possible to have an agent with only 1 JDK regrettably

BraisVQ commented 7 months ago

Checked internaly with maintainers of Spock and they are ok with this update