Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

CurioStack 0.9.1

Latest
Compare
Choose a tag to compare
@chokoswitch chokoswitch released this 14 Mar 04:09
· 1 commit to master since this release
af1a449

This release upgrades the build JDK to Java 17. The target Java for built artifacts is still currently Java 16 but will likely be raised in the next release. It also finally removes all references to jcenter from builds.

google-java-format has been raised and will likely require applying changes with ./gradlew spotlessApply after upgrading.

Java containers are now published to ghcr instead of docker hub.

  • ghcr.io/curioswitch/cloud-builder
  • ghcr.io/curioswitch/java-cloud-runner:java11 (and :java16)

CurioServerPlugin has been updated to reference the new location for java-cloud-runner.

Several other dependencies have been upgraded across minor versions with the intent of not requiring changes to codebases to update. A future release will likely include breaking changes to projects using the gradle jooq plugin at the least.