Skip to content

Commit

Permalink
Upgrade to KVision 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Sep 19, 2023
1 parent adcac0a commit 44c82e4
Show file tree
Hide file tree
Showing 237 changed files with 555 additions and 335 deletions.
2 changes: 1 addition & 1 deletion addressbook-fullstack-javalin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kotlin {
"/logout" to "http://localhost:8080",
"/kvws/*" to mapOf("target" to "ws://localhost:8080", "ws" to true)
),
static = mutableListOf("$buildDir/processedResources/js/main")
static = mutableListOf("${layout.buildDirectory.asFile.get()}/processedResources/js/main")
)
})
webpackTask(Action {
Expand Down
4 changes: 2 additions & 2 deletions addressbook-fullstack-javalin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
javaVersion=17
#Plugins
systemProp.kotlinVersion=1.9.0
systemProp.kotlinVersion=1.9.10
#Dependencies
systemProp.kvisionVersion=7.0.0
systemProp.kvisionVersion=7.0.1
slf4jVersion=2.0.7
hikariVersion=3.2.0
commonsCodecVersion=1.10
Expand Down
Binary file modified addressbook-fullstack-javalin/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 6 additions & 2 deletions addressbook-fullstack-javalin/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 Expand Up @@ -130,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
2 changes: 1 addition & 1 deletion addressbook-fullstack-jooby/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ kotlin {
"/logout" to "http://localhost:8080",
"/kvws/*" to mapOf("target" to "ws://localhost:8080", "ws" to true)
),
static = mutableListOf("$buildDir/processedResources/js/main")
static = mutableListOf("${layout.buildDirectory.asFile.get()}/processedResources/js/main")
)
})
webpackTask(Action {
Expand Down
8 changes: 4 additions & 4 deletions addressbook-fullstack-jooby/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
javaVersion=17
#Plugins
systemProp.kotlinVersion=1.9.0
systemProp.kotlinVersion=1.9.10
#Dependencies
systemProp.kvisionVersion=7.0.0
systemProp.joobyVersion=3.0.2
systemProp.kvisionVersion=7.0.1
systemProp.joobyVersion=3.0.5
h2Version=1.4.197
pgsqlVersion=42.2.2
kweryVersion=0.17
logbackVersion=1.4.8
logbackVersion=1.4.11
commonsLoggingVersion=1.2
pac4jVersion=5.7.0
springSecurityCryptoVersion=5.1.0.RELEASE
Expand Down
Binary file modified addressbook-fullstack-jooby/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 6 additions & 2 deletions addressbook-fullstack-jooby/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 Expand Up @@ -130,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
2 changes: 1 addition & 1 deletion addressbook-fullstack-ktor-koin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kotlin {
"/logout" to "http://localhost:8080",
"/kvws/*" to mapOf("target" to "ws://localhost:8080", "ws" to true)
),
static = mutableListOf("$buildDir/processedResources/js/main")
static = mutableListOf("${layout.buildDirectory.asFile.get()}/processedResources/js/main")
)
})
webpackTask(Action {
Expand Down
8 changes: 4 additions & 4 deletions addressbook-fullstack-ktor-koin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
javaVersion=17
#Plugins
systemProp.kotlinVersion=1.9.0
systemProp.kotlinVersion=1.9.10
#Dependencies
systemProp.kvisionVersion=7.0.0
ktorVersion=2.3.3
systemProp.kvisionVersion=7.0.1
ktorVersion=2.3.4
hikariVersion=3.2.0
commonsCodecVersion=1.10
jdbcNamedParametersVersion=1.1
exposedVersion=0.17.14
logbackVersion=1.4.8
logbackVersion=1.4.11
h2Version=1.4.197
pgsqlVersion=42.2.2
kweryVersion=0.17
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 6 additions & 2 deletions addressbook-fullstack-ktor-koin/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 Expand Up @@ -130,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
2 changes: 1 addition & 1 deletion addressbook-fullstack-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kotlin {
"/logout" to "http://localhost:8080",
"/kvws/*" to mapOf("target" to "ws://localhost:8080", "ws" to true)
),
static = mutableListOf("$buildDir/processedResources/js/main")
static = mutableListOf("${layout.buildDirectory.asFile.get()}/processedResources/js/main")
)
})
webpackTask(Action {
Expand Down
8 changes: 4 additions & 4 deletions addressbook-fullstack-ktor/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
javaVersion=17
#Plugins
systemProp.kotlinVersion=1.9.0
systemProp.kotlinVersion=1.9.10
#Dependencies
systemProp.kvisionVersion=7.0.0
ktorVersion=2.3.3
systemProp.kvisionVersion=7.0.1
ktorVersion=2.3.4
hikariVersion=3.2.0
commonsCodecVersion=1.10
jdbcNamedParametersVersion=1.1
exposedVersion=0.17.14
logbackVersion=1.4.8
logbackVersion=1.4.11
h2Version=1.4.197
pgsqlVersion=42.2.2
kweryVersion=0.17
Expand Down
Binary file modified addressbook-fullstack-ktor/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 6 additions & 2 deletions addressbook-fullstack-ktor/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 Expand Up @@ -130,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
2 changes: 1 addition & 1 deletion addressbook-fullstack-micronaut/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ kotlin {
"/logout" to "http://localhost:8080",
"/kvws/*" to mapOf("target" to "ws://localhost:8080", "ws" to true)
),
static = mutableListOf("$buildDir/processedResources/js/main")
static = mutableListOf("${layout.buildDirectory.asFile.get()}/processedResources/js/main")
)
})
webpackTask(Action {
Expand Down
8 changes: 4 additions & 4 deletions addressbook-fullstack-micronaut/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
javaVersion=17
#Plugins
systemProp.kotlinVersion=1.9.0
systemProp.micronautPluginsVersion=4.0.2
systemProp.kotlinVersion=1.9.10
systemProp.micronautPluginsVersion=4.1.0
systemProp.shadowVersion=8.1.1
#Dependencies
systemProp.kvisionVersion=7.0.0
micronautVersion=4.0.3
systemProp.kvisionVersion=7.0.1
micronautVersion=4.1.1
coroutinesVersion=1.7.3
springSecurityCryptoVersion=5.7.3
springDataR2dbcVersion=1.5.2
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 6 additions & 2 deletions addressbook-fullstack-micronaut/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 Expand Up @@ -130,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
2 changes: 1 addition & 1 deletion addressbook-fullstack-spring-boot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kotlin {
"/logout" to "http://localhost:8080",
"/kvws/*" to mapOf("target" to "ws://localhost:8080", "ws" to true)
),
static = mutableListOf("$buildDir/processedResources/js/main")
static = mutableListOf("${layout.buildDirectory.asFile.get()}/processedResources/js/main")
)
})
webpackTask(Action {
Expand Down
6 changes: 3 additions & 3 deletions addressbook-fullstack-spring-boot/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
javaVersion=17
#Plugins
systemProp.kotlinVersion=1.9.0
systemProp.kotlinVersion=1.9.10
systemProp.dependencyManagementPluginVersion=1.1.3
systemProp.springBootVersion=3.1.2
systemProp.springBootVersion=3.1.3
#Dependencies
systemProp.kvisionVersion=7.0.0
systemProp.kvisionVersion=7.0.1
coroutinesVersion=1.7.3
r2dbcPostgresqlVersion=1.0.1.RELEASE
r2dbcH2Version=1.0.0.RELEASE
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 6 additions & 2 deletions addressbook-fullstack-spring-boot/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 Expand Up @@ -130,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
2 changes: 1 addition & 1 deletion addressbook-fullstack-vertx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotlin {
"/logout" to "http://localhost:8080",
"/kvws/*" to mapOf("target" to "ws://localhost:8080", "ws" to true)
),
static = mutableListOf("$buildDir/processedResources/js/main")
static = mutableListOf("${layout.buildDirectory.asFile.get()}/processedResources/js/main")
)
})
webpackTask(Action {
Expand Down
8 changes: 4 additions & 4 deletions addressbook-fullstack-vertx/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
javaVersion=17
#Plugins
systemProp.kotlinVersion=1.9.0
systemProp.kotlinVersion=1.9.10
#Dependencies
systemProp.kvisionVersion=7.0.0
systemProp.kvisionVersion=7.0.1
systemProp.vertxPluginVersion=1.4.0
systemProp.shadowVersion=8.1.1
logbackVersion=1.4.8
vertxVersion=4.4.4
logbackVersion=1.4.11
vertxVersion=4.4.5
hikariVersion=3.2.0
commonsCodecVersion=1.10
jdbcNamedParametersVersion=1.1
Expand Down
Binary file modified addressbook-fullstack-vertx/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 44c82e4

Please sign in to comment.