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

Maintenance of jdk agent, Java and Spock-Geb quickstarter #966

Closed BraisVQ closed 9 months ago

BraisVQ commented 1 year ago

We are starting to implement a maintenance policy for ods components and will be checking versions of packages and components.

JDK Agent

Package Current Version Sugested version Location
Java 11 and 17 11, 17 and 21 Dockerfile

Java-SpringBoot Quickstarter

Package Current Version Sugested version Location
jdk base image ubi9/openjdk-17 ubi9/openjdk-21 Dockerfile
Gradle gradle-8.0.2-bin gradle-8.5-bin gradle-wrapper.properties
SpringBoot 3.0.5 3.2.0 Jenkinsfile

Spock-Geb Quickstarter

Package Current Version Sugested version Location
Gradle gradle-8.0.2-bin gradle-8.5-bin gradle-wrapper.properties
spockVersion 2.3-groovy-4.0 N/A build.gradle
Junit 5.9.2 5.10.1 build.gradle
Geb 7.0 N/A build.gradle
Selenium 4.8.3 4.15.0 build.gradle
htmlunit 4.8.1.1 4.13.0 build.gradle
unirest 3.14.2 3.14.5 build.gradle

@garcanam @bassagan