From 5044e85032aa2790db820057e507526ee9ecae6b Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:12:14 +0400 Subject: [PATCH 1/9] dependencies updated gradle updated --- build.gradle | 15 +- cradle-admin-tool-http/README.md | 15 +- cradle-admin-tool-http/build.gradle | 4 +- gradle/wrapper/gradle-wrapper.properties | 4 +- gradlew | 282 ++++++++++++++--------- gradlew.bat | 35 +-- 6 files changed, 215 insertions(+), 140 deletions(-) diff --git a/build.gradle b/build.gradle index cd63c30..f73bf39 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,11 @@ plugins { - id "com.exactpro.th2.gradle.base" version "0.0.8" - id "com.exactpro.th2.gradle.component" version "0.0.8" apply false + id "com.exactpro.th2.gradle.base" version "0.1.3" + id "com.exactpro.th2.gradle.component" version "0.1.3" apply false } ext { - commonVersion = '5.12.0-dev' - cradleVersion = '5.3.0-dev' + commonVersion = '5.14.0-dev' + cradleVersion = '5.4.2-TH2-5241-11069342183-82eea57-SNAPSHOT' } dependencyCheck { @@ -41,12 +41,11 @@ subprojects { dependencies { implementation "org.slf4j:slf4j-api" - testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0' - testImplementation 'com.exactpro.th2:junit-jupiter-integration:0.0.1' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' + testImplementation 'org.mockito:mockito-core:5.13.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' testRuntimeOnly('org.junit.platform:junit-platform-launcher') { because 'This artifact will not be added automatically since gradle 9.0. You can read more information here:' + diff --git a/cradle-admin-tool-http/README.md b/cradle-admin-tool-http/README.md index a1b982c..9c581ea 100644 --- a/cradle-admin-tool-http/README.md +++ b/cradle-admin-tool-http/README.md @@ -1,4 +1,4 @@ -# cradle-admin-tool-http (1.8.0) +# cradle-admin-tool-http (1.11.1) Service which allows user to manage books/pages via RestAPI requests. - The first page in a book can be created only if start time is more than current time. - After the first page all new pages must have start time more than current time + `bookRefreshIntervalMillis` * 2 @@ -27,7 +27,7 @@ metadata: name: cradle-admin spec: image-name: your.image.repo:42/cradle-admin-tool-http - image-version: 1.6.1 + image-version: 1.11.1 type: th2-box custom-config: ip: 198.168.0.2 @@ -48,6 +48,13 @@ spec: ## Release notes +### 1.11.1 + ++ Updated: + + Cradle API to `5.4.3-dev` (executes insert and update operations on pages atomically) + + th2-gradle-plugin: `0.1.3` (bom: `4.8.0`) + + common to `5.14.0-dev` + ### 1.8.0 + Feature: @@ -78,5 +85,5 @@ spec: + Cradle-admin creates auto-page in future even if the start time of a last page is much earlier than now + threshold + Updated: - + Cradle API to `5.0.3-dev` - + common to `5.2.1-dev` \ No newline at end of file + + Cradle API to `5.0.3-dev` + + common to `5.2.1-dev` \ No newline at end of file diff --git a/cradle-admin-tool-http/build.gradle b/cradle-admin-tool-http/build.gradle index 38afec5..cf532b2 100644 --- a/cradle-admin-tool-http/build.gradle +++ b/cradle-admin-tool-http/build.gradle @@ -5,7 +5,7 @@ plugins { dependencies { implementation project(':cradle-admin-tool-core') - implementation platform('org.eclipse.jetty:jetty-bom:9.4.54.v20240208') + implementation platform('org.eclipse.jetty:jetty-bom:9.4.56.v20240826') implementation("com.exactpro.th2:common:$commonVersion") { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } @@ -15,7 +15,7 @@ dependencies { implementation "org.eclipse.jetty:jetty-server" implementation "org.eclipse.jetty:jetty-servlet" - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2' + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2' implementation 'org.apache.commons:commons-lang3' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 070cb70..b82aa23 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index 744e882..1aa94a4 100755 --- a/gradlew +++ b/gradlew @@ -1,7 +1,7 @@ -#!/usr/bin/env sh +#!/bin/sh # -# Copyright 2015 the original author or authors. +# Copyright © 2015-2021 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,67 +17,99 @@ # ############################################################################## -## -## Gradle start up script for UN*X -## +# +# Gradle start up script for POSIX generated by Gradle. +# +# Important for running: +# +# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is +# noncompliant, but you have some other compliant shell such as ksh or +# bash, then to run this script, type that shell name before the whole +# command line, like: +# +# ksh Gradle +# +# Busybox and similar reduced shells will NOT work, because this script +# requires all of these POSIX shell features: +# * functions; +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». +# +# Important for patching: +# +# (2) This script targets any POSIX shell, so it avoids extensions provided +# by Bash, Ksh, etc; in particular arrays are avoided. +# +# The "traditional" practice of packing multiple parameters into a +# space-separated string is a well documented source of bugs and security +# problems, so this is (mostly) avoided, by progressively accumulating +# options in "$@", and eventually passing that to Java. +# +# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, +# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; +# see the in-line comments for details. +# +# There are tweaks for specific operating systems such as AIX, CygWin, +# Darwin, MinGW, and NonStop. +# +# (3) This script is generated from the Groovy template +# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# within the Gradle project. +# +# You can find Gradle at https://github.com/gradle/gradle/. +# ############################################################################## # Attempt to set APP_HOME + # Resolve links: $0 may be a link -PRG="$0" -# Need this for relative symlinks. -while [ -h "$PRG" ] ; do - ls=`ls -ld "$PRG"` - link=`expr "$ls" : '.*-> \(.*\)$'` - if expr "$link" : '/.*' > /dev/null; then - PRG="$link" - else - PRG=`dirname "$PRG"`"/$link" - fi +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac done -SAVED="`pwd`" -cd "`dirname \"$PRG\"`/" >/dev/null -APP_HOME="`pwd -P`" -cd "$SAVED" >/dev/null -APP_NAME="Gradle" -APP_BASE_NAME=`basename "$0"` - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' +# This is normally unused +# shellcheck disable=SC2034 +APP_BASE_NAME=${0##*/} +# 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" +MAX_FD=maximum warn () { echo "$*" -} +} >&2 die () { echo echo "$*" echo exit 1 -} +} >&2 # OS specific support (must be 'true' or 'false'). cygwin=false msys=false darwin=false nonstop=false -case "`uname`" in - CYGWIN* ) - cygwin=true - ;; - Darwin* ) - darwin=true - ;; - MSYS* | MINGW* ) - msys=true - ;; - NONSTOP* ) - nonstop=true - ;; +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar @@ -87,9 +119,9 @@ CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables - JAVACMD="$JAVA_HOME/jre/sh/java" + JAVACMD=$JAVA_HOME/jre/sh/java else - JAVACMD="$JAVA_HOME/bin/java" + JAVACMD=$JAVA_HOME/bin/java fi if [ ! -x "$JAVACMD" ] ; then die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME @@ -98,88 +130,120 @@ Please set the JAVA_HOME variable in your environment to match the 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. + JAVACMD=java + 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. -if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then - MAX_FD_LIMIT=`ulimit -H -n` - if [ $? -eq 0 ] ; then - if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then - MAX_FD="$MAX_FD_LIMIT" - fi - ulimit -n $MAX_FD - if [ $? -ne 0 ] ; then - warn "Could not set maximum file descriptor limit: $MAX_FD" - fi - else - warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" - fi +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC2039,SC3045 + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac fi -# For Darwin, add options to specify how the application appears in the dock -if $darwin; then - GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" -fi +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. # For Cygwin or MSYS, switch paths to Windows format before running java -if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then - APP_HOME=`cygpath --path --mixed "$APP_HOME"` - CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` - - JAVACMD=`cygpath --unix "$JAVACMD"` - - # We build the pattern for arguments to be converted via cygpath - ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` - SEP="" - for dir in $ROOTDIRSRAW ; do - ROOTDIRS="$ROOTDIRS$SEP$dir" - SEP="|" - done - OURCYGPATTERN="(^($ROOTDIRS))" - # Add a user-defined pattern to the cygpath arguments - if [ "$GRADLE_CYGPATTERN" != "" ] ; then - OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" - fi +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + # Now convert the arguments - kludge to limit ourselves to /bin/sh - i=0 - for arg in "$@" ; do - CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` - CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option - - if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition - eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` - else - eval `echo args$i`="\"$arg\"" + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) fi - i=`expr $i + 1` + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg done - case $i in - 0) set -- ;; - 1) set -- "$args0" ;; - 2) set -- "$args0" "$args1" ;; - 3) set -- "$args0" "$args1" "$args2" ;; - 4) set -- "$args0" "$args1" "$args2" "$args3" ;; - 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; - 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; - 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; - 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; - 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; - esac fi -# Escape application args -save () { - for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done - echo " " -} -APP_ARGS=`save "$@"` -# Collect all arguments for the java command, following the shell quoting and substitution rules -eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command: +# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# and any embedded shellness will be escaped. +# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be +# treated as '${Hostname}' itself on the command line. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + org.gradle.wrapper.GradleWrapperMain \ + "$@" + +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat index 107acd3..25da30d 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -14,7 +14,7 @@ @rem limitations under the License. @rem -@if "%DEBUG%" == "" @echo off +@if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @@ -25,7 +25,8 @@ if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @@ -40,13 +41,13 @@ if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto execute +if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -56,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -75,13 +76,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar :end @rem End local scope for the variables with windows NT shell -if "%ERRORLEVEL%"=="0" goto mainEnd +if %ERRORLEVEL% equ 0 goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! -if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 -exit /b 1 +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% :mainEnd if "%OS%"=="Windows_NT" endlocal From 4c2ecc3abf7e08f36f5325d36defdaac943ad45f Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:09:04 +0400 Subject: [PATCH 2/9] gradle updated in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 769e3c8..e33c367 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gradle:7.6-jdk11 AS build +FROM gradle:8.7-jdk11 AS build ARG Prelease_version=0.0.0 COPY ./ . RUN gradle clean build dockerPrepare -p cradle-admin-tool-http -Prelease_version=${Prelease_version} From e4bb9976672f8bed3234e05643288df1aee33607 Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:29:04 +0400 Subject: [PATCH 3/9] cradle downgrade --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f73bf39..684448b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { ext { commonVersion = '5.14.0-dev' - cradleVersion = '5.4.2-TH2-5241-11069342183-82eea57-SNAPSHOT' + cradleVersion = '5.4.2-dev' } dependencyCheck { From c69fb6f55512323b1911f254fe04f193f9f58ca7 Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:41:52 +0400 Subject: [PATCH 4/9] cradle upgrade --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 684448b..a66d2f1 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { ext { commonVersion = '5.14.0-dev' - cradleVersion = '5.4.2-dev' + cradleVersion = '5.4.3-TH2-5241-11072494924-a794500-SNAPSHOT' } dependencyCheck { From db23b068be215849e736081d27dc89ec802a041d Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:48:22 +0400 Subject: [PATCH 5/9] cradle upgrade --- README.md | 10 ++++++++-- build.gradle | 2 +- .../com/exactpro/th2/cradle/adm/cli/PagesCliTest.java | 5 ++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df47858..853a3b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-cradle-admin 1.11.0 +# th2-cradle-admin 1.11.1 The th2-cradle-admin is a set of projects for managing books and pages in th2 storage. @@ -15,7 +15,7 @@ metadata: name: cradle-admin spec: imageName: ghcr.io/th2-net/th2-cradle-admin-tool - imageVersion: 1.9.0-dev + imageVersion: 1.11.1-dev type: th2-conn customConfig: ip: 0.0.0.0 @@ -65,6 +65,12 @@ spec: ## Release notes: +### 1.11.1 ++ Updated: + + Cradle API to `5.4.3-dev` (executes insert and update operations on pages atomically) + + th2-gradle-plugin: `0.1.3` (bom: `4.8.0`) + + common to `5.14.0-dev` + ### 1.11.0-dev * Migrated to th2 gradle plugin `0.0.8` * Updated common: `5.12.0-dev` diff --git a/build.gradle b/build.gradle index a66d2f1..71f5db6 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { ext { commonVersion = '5.14.0-dev' - cradleVersion = '5.4.3-TH2-5241-11072494924-a794500-SNAPSHOT' + cradleVersion = '5.4.3-TH2-5241-11102256548-fab3f51-SNAPSHOT' } dependencyCheck { diff --git a/cradle-admin-tool-cli/src/test/java/com/exactpro/th2/cradle/adm/cli/PagesCliTest.java b/cradle-admin-tool-cli/src/test/java/com/exactpro/th2/cradle/adm/cli/PagesCliTest.java index 26a4e2f..88596f1 100644 --- a/cradle-admin-tool-cli/src/test/java/com/exactpro/th2/cradle/adm/cli/PagesCliTest.java +++ b/cradle-admin-tool-cli/src/test/java/com/exactpro/th2/cradle/adm/cli/PagesCliTest.java @@ -216,9 +216,8 @@ public void addExistedPageTest(@Th2AppFactory CommonFactory appFactory, cradleStorage.refreshBook(bookName); assertEquals(1, bookInfo.getPages().size()); checkOutput(false, String.format( - "Query to insert page '%s' book '%s' was not applied. Probably, page already exists", + "Query to insert page '%s' to book '%s' failed. Page already exists", pageName, bookName.toLowerCase())); } - -} +} \ No newline at end of file From 8564ea93dc50d0baf4ac685e46b6c904b7a31947 Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:54:42 +0400 Subject: [PATCH 6/9] version fix --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 853a3b2..11f2d76 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ spec: ## Release notes: -### 1.11.1 +### 1.11.1-dev + Updated: + Cradle API to `5.4.3-dev` (executes insert and update operations on pages atomically) + th2-gradle-plugin: `0.1.3` (bom: `4.8.0`) diff --git a/gradle.properties b/gradle.properties index 1724e6f..b3e9a8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version = 1.11.0 \ No newline at end of file +release_version = 1.11.1 \ No newline at end of file From fd999c8b5ea31ae6355b7c926d0bfbd9f3c63854 Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:11:07 +0400 Subject: [PATCH 7/9] README.md fix --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 11f2d76..9212a72 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,11 @@ spec: ## Release notes: ### 1.11.1-dev -+ Updated: - + Cradle API to `5.4.3-dev` (executes insert and update operations on pages atomically) - + th2-gradle-plugin: `0.1.3` (bom: `4.8.0`) - + common to `5.14.0-dev` +* Updated: + * Cradle API to `5.4.3-dev` (executes insert and update operations on pages atomically) + * th2-gradle-plugin: `0.1.3` (bom: `4.8.0`) + * common to `5.14.0-dev` + * jetty: `9.4.56.v20240826` ### 1.11.0-dev * Migrated to th2 gradle plugin `0.0.8` From 6604c1fcaff37f45574226ecf2815c28e6a2dcb0 Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:14:48 +0400 Subject: [PATCH 8/9] README.md fix (cradle-admin-tool-http) --- cradle-admin-tool-http/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cradle-admin-tool-http/README.md b/cradle-admin-tool-http/README.md index 9c581ea..9aaaf84 100644 --- a/cradle-admin-tool-http/README.md +++ b/cradle-admin-tool-http/README.md @@ -1,4 +1,4 @@ -# cradle-admin-tool-http (1.11.1) +# cradle-admin-tool-http (1.11.1-dev) Service which allows user to manage books/pages via RestAPI requests. - The first page in a book can be created only if start time is more than current time. - After the first page all new pages must have start time more than current time + `bookRefreshIntervalMillis` * 2 @@ -27,7 +27,7 @@ metadata: name: cradle-admin spec: image-name: your.image.repo:42/cradle-admin-tool-http - image-version: 1.11.1 + image-version: 1.11.1-dev type: th2-box custom-config: ip: 198.168.0.2 @@ -48,12 +48,13 @@ spec: ## Release notes -### 1.11.1 +### 1.11.1-dev + Updated: + Cradle API to `5.4.3-dev` (executes insert and update operations on pages atomically) + th2-gradle-plugin: `0.1.3` (bom: `4.8.0`) + common to `5.14.0-dev` + + jetty: `9.4.56.v20240826` ### 1.8.0 From d51156a1d7c87ba3821dd58ad0797e8b32cdaee0 Mon Sep 17 00:00:00 2001 From: lumber1000 <45400511+lumber1000@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:37:47 +0400 Subject: [PATCH 9/9] dependencies updated --- README.md | 3 ++- build.gradle | 6 +++--- cradle-admin-tool-cli/build.gradle | 2 +- cradle-admin-tool-http/README.md | 3 ++- cradle-admin-tool-http/build.gradle | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9212a72..7b22f22 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,10 @@ spec: ### 1.11.1-dev * Updated: * Cradle API to `5.4.3-dev` (executes insert and update operations on pages atomically) - * th2-gradle-plugin: `0.1.3` (bom: `4.8.0`) + * th2-gradle-plugin: `0.1.3` (th2-bom: `4.8.0`) * common to `5.14.0-dev` * jetty: `9.4.56.v20240826` + * commons-cli: `1.9.0` ### 1.11.0-dev * Migrated to th2 gradle plugin `0.0.8` diff --git a/build.gradle b/build.gradle index 71f5db6..af76175 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { ext { commonVersion = '5.14.0-dev' - cradleVersion = '5.4.3-TH2-5241-11102256548-fab3f51-SNAPSHOT' + cradleVersion = '5.4.3-dev' } dependencyCheck { @@ -43,8 +43,8 @@ subprojects { testImplementation 'com.exactpro.th2:junit-jupiter-integration:0.0.1' - testImplementation 'org.mockito:mockito-core:5.13.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0' + testImplementation 'org.mockito:mockito-core:5.14.1' + testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' testRuntimeOnly('org.junit.platform:junit-platform-launcher') { diff --git a/cradle-admin-tool-cli/build.gradle b/cradle-admin-tool-cli/build.gradle index d038e82..ddbb775 100644 --- a/cradle-admin-tool-cli/build.gradle +++ b/cradle-admin-tool-cli/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation "com.exactpro.th2:cradle-core:$cradleVersion" implementation "com.exactpro.th2:cradle-cassandra:$cradleVersion" - implementation 'commons-cli:commons-cli:1.7.0' + implementation 'commons-cli:commons-cli:1.9.0' testImplementation project(':cradle-admin-tool-test') } diff --git a/cradle-admin-tool-http/README.md b/cradle-admin-tool-http/README.md index 9aaaf84..b8a20ed 100644 --- a/cradle-admin-tool-http/README.md +++ b/cradle-admin-tool-http/README.md @@ -9,7 +9,7 @@ Service which allows user to manage books/pages via RestAPI requests. ## Configuration -- **ip** - host where http cradle admin instance will be instanciated. Default value: `0.0.0.0` +- **ip** - host where http cradle admin instance will be instantiated. Default value: `0.0.0.0` - **port** - port on which http server will listen user requests. Default value: `8080` - **page-recheck-interval** - interval in seconds which `PageManager` service checks if new page is required to create or not based on duration values presented in `auto-pages`. Default value: 60 seconds - **auto-book** - if `true` than cradle-admin-tool creates books with first page for each value from `auto-pages` option when target book doesn't exist in cradle. @@ -55,6 +55,7 @@ spec: + th2-gradle-plugin: `0.1.3` (bom: `4.8.0`) + common to `5.14.0-dev` + jetty: `9.4.56.v20240826` + + commons-cli: `1.9.0` ### 1.8.0 diff --git a/cradle-admin-tool-http/build.gradle b/cradle-admin-tool-http/build.gradle index cf532b2..b54a857 100644 --- a/cradle-admin-tool-http/build.gradle +++ b/cradle-admin-tool-http/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation "org.eclipse.jetty:jetty-server" implementation "org.eclipse.jetty:jetty-servlet" - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2' + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0' implementation 'org.apache.commons:commons-lang3'