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

Commit

Permalink
we now build http4k with Java 21, and various upgrades including gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Oct 27, 2023
1 parent 2a7a378 commit f38f908
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.0
21
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This list is not intended to be all-encompassing - it will document major and breaking API
changes with their rationale when appropriate. Given version `A.B.C.D`, breaking changes are to be expected in version number increments where changes in the `A` or `B` sections:

### v5.2.6.0 (uncut)
- **http4k-connect-*** - Upgrade dependencies.
- **http4k-connect-*** - [Breaking - dev] http4k-connect is now built with Java 21.

### v5.2.5.0
- **http4k-connect-*** - Upgrade dependencies.
- **http4k-connect-*** - Generated extension functions create defaults for collections types when they are defaulted in the core Action.
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ pluginManagement {
}

plugins {
id("de.fayard.refreshVersions").version("0.60.2")
//// # available:"0.60.3")
id("de.fayard.refreshVersions").version("0.60.3")
}

refreshVersions {
Expand Down
6 changes: 3 additions & 3 deletions versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.60.2
#### Generated by `./gradlew refreshVersions` version 0.60.3
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
Expand Down Expand Up @@ -29,7 +29,7 @@ version.com.zaxxer..HikariCP=5.0.1

version.dev.forkhandles..forkhandles-bom=2.8.0.0

version.http4k=5.8.6.0
version.http4k=5.9.0.0

version.io.lettuce..lettuce-core=6.2.6.RELEASE

Expand Down Expand Up @@ -69,6 +69,6 @@ version.se.ansman.kotshi..api=2.13.1

version.se.ansman.kotshi..compiler=2.13.1

version.software.amazon.awssdk..bom=2.21.8
version.software.amazon.awssdk..bom=2.21.9

version.com.nimbusds..nimbus-jose-jwt=9.37

0 comments on commit f38f908

Please sign in to comment.