From fa69be4bf34266b57af6e39b835339487026c7b8 Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Thu, 29 May 2025 00:23:26 +0200 Subject: [PATCH 1/8] JNG-6310 Update epsilon --- pom.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 09deaaa..bd19912 100644 --- a/pom.xml +++ b/pom.xml @@ -72,36 +72,36 @@ 1.5.12 1.18.34 - 4.4.5 + 4.4.7 4.13.5 2.0.16 3.5.1 4.4.3 - 1.5.1.20250220_144839_7dae83fe_develop + 2.8.0-SNAPSHOT 1.1.0.20241127_155258_d7d48758_develop - 1.1.4.20250221_041410_af676eb7_develop + 1.1.4-SNAPSHOT 1.0.4.20250521_140838_63edcd65_develop - 1.0.4.20250522_041720_81294039_develop - 1.1.3.20250522_041728_58ece43b_develop - 1.0.2.20250222_040702_8ea8a157_develop - 1.3.0.20250319_094042_9d9ee438_develop - 1.0.4.20250222_040637_1cddfa73_develop - 1.1.4.20250224_090702_f96624c2_develop - 1.0.5.20250222_041137_c751bf6e_develop - 1.0.5.20250319_115945_ad3e6d9b_develop - 1.0.5.20250225_041316_163ba3b5_develop - 1.0.1.20250602_042222_8bcc6f26_develop - 1.0.2.20250222_040644_be0843f8_develop - 1.0.2.20250222_040917_9666758e_develop + 1.0.4-SNAPSHOT + 1.1.3-SNAPSHOT + 1.0.2-SNAPSHOT + 1.3.0-SNAPSHOT + 1.0.4-SNAPSHOT + 1.1.4-SNAPSHOT + 1.0.5-SNAPSHOT + 1.0.5-SNAPSHOT + 1.0.5-SNAPSHOT + 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT + 1.0.2-SNAPSHOT 1.0.3.20241127_150146_84f2988d_develop - 2.28.0 + 2.39.0 3.5.1 From ed1f2bd475efad852a2d17b123286a857a05da2b Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Sun, 1 Jun 2025 19:16:52 +0200 Subject: [PATCH 2/8] JNG-6310 Fixing Java 21 related versions --- .github/workflows/build-dependabot.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/bump-version.yml | 4 ++-- .github/workflows/create-release-on-master.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- pom.xml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-dependabot.yml b/.github/workflows/build-dependabot.yml index 2ed6498..e6f137a 100644 --- a/.github/workflows/build-dependabot.yml +++ b/.github/workflows/build-dependabot.yml @@ -30,10 +30,10 @@ jobs: - name: ๐Ÿงน Remove toolchains.xml run: rm $HOME/.m2/toolchains.xml || true - - name: ๐Ÿ› ๏ธ Set up JDK 17 + - name: ๐Ÿ› ๏ธ Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'zulu' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d81260c..def19fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,10 +33,10 @@ jobs: - name: ๐Ÿงน Remove toolchains.xml run: rm $HOME/.m2/toolchains.xml || true - - name: ๐Ÿ› ๏ธ Set up JDK 17 + - name: ๐Ÿ› ๏ธ Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'zulu' diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 61115fc..bca67fc 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -36,10 +36,10 @@ jobs: - name: ๐Ÿงน Remove toolchains.xml run: rm $HOME/.m2/toolchains.xml || true - - name: ๐Ÿ› ๏ธ Set up JDK 17 + - name: ๐Ÿ› ๏ธ Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'zulu' diff --git a/.github/workflows/create-release-on-master.yml b/.github/workflows/create-release-on-master.yml index f882e07..37d7713 100644 --- a/.github/workflows/create-release-on-master.yml +++ b/.github/workflows/create-release-on-master.yml @@ -21,10 +21,10 @@ jobs: - name: ๐Ÿงน Remove toolchains.xml run: rm $HOME/.m2/toolchains.xml || true - - name: ๐Ÿ› ๏ธ Set up JDK 17 + - name: ๐Ÿ› ๏ธ Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'zulu' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bdebfe..b7f4311 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,10 +36,10 @@ jobs: - name: ๐Ÿงน Remove toolchains.xml run: rm $HOME/.m2/toolchains.xml || true - - name: ๐Ÿ› ๏ธ Set up JDK 17 + - name: ๐Ÿ› ๏ธ Set up JDK 21 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '21' distribution: 'zulu' diff --git a/pom.xml b/pom.xml index bd19912..a9c1f3f 100644 --- a/pom.xml +++ b/pom.xml @@ -65,8 +65,8 @@ yyyyMMddHHmmss src/main - 17 - 17 + 21 + 21 ${maven.multiModuleProjectDirectory}/logback-test.xml 1.5.12 From 729f26d75b9f0f8e9059f29947026b3a643209ed Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Mon, 2 Jun 2025 09:59:59 +0200 Subject: [PATCH 3/8] JNG-6310 [Release] Updating versions --- judo-tatami-asm-validation/.classpath | 2 +- judo-tatami-asm2expression/.classpath | 2 +- judo-tatami-asm2keycloak/.classpath | 2 +- judo-tatami-asm2rdbms/.classpath | 2 +- .../.classpath | 2 +- .../.classpath | 2 +- judo-tatami-psm-validation/.classpath | 2 +- judo-tatami-psm2asm/.classpath | 2 +- judo-tatami-psm2measure/.classpath | 2 +- judo-tatami-rdbms2liquibase/.classpath | 2 +- pom.xml | 34 +++++++++---------- 11 files changed, 27 insertions(+), 27 deletions(-) diff --git a/judo-tatami-asm-validation/.classpath b/judo-tatami-asm-validation/.classpath index 7495292..c1ea872 100644 --- a/judo-tatami-asm-validation/.classpath +++ b/judo-tatami-asm-validation/.classpath @@ -13,7 +13,7 @@ - + diff --git a/judo-tatami-asm2expression/.classpath b/judo-tatami-asm2expression/.classpath index ba573e9..2ba7869 100644 --- a/judo-tatami-asm2expression/.classpath +++ b/judo-tatami-asm2expression/.classpath @@ -13,7 +13,7 @@ - + diff --git a/judo-tatami-asm2keycloak/.classpath b/judo-tatami-asm2keycloak/.classpath index fac0f40..d5dd755 100644 --- a/judo-tatami-asm2keycloak/.classpath +++ b/judo-tatami-asm2keycloak/.classpath @@ -1,6 +1,6 @@ - + diff --git a/judo-tatami-asm2rdbms/.classpath b/judo-tatami-asm2rdbms/.classpath index a168026..19ba333 100644 --- a/judo-tatami-asm2rdbms/.classpath +++ b/judo-tatami-asm2rdbms/.classpath @@ -1,6 +1,6 @@ - + diff --git a/judo-tatami-expression-asm-validation/.classpath b/judo-tatami-expression-asm-validation/.classpath index fbb97ec..8047479 100644 --- a/judo-tatami-expression-asm-validation/.classpath +++ b/judo-tatami-expression-asm-validation/.classpath @@ -13,7 +13,7 @@ - + diff --git a/judo-tatami-expression-psm-validation/.classpath b/judo-tatami-expression-psm-validation/.classpath index fbb97ec..8047479 100644 --- a/judo-tatami-expression-psm-validation/.classpath +++ b/judo-tatami-expression-psm-validation/.classpath @@ -13,7 +13,7 @@ - + diff --git a/judo-tatami-psm-validation/.classpath b/judo-tatami-psm-validation/.classpath index fbb97ec..8047479 100644 --- a/judo-tatami-psm-validation/.classpath +++ b/judo-tatami-psm-validation/.classpath @@ -13,7 +13,7 @@ - + diff --git a/judo-tatami-psm2asm/.classpath b/judo-tatami-psm2asm/.classpath index a168026..19ba333 100644 --- a/judo-tatami-psm2asm/.classpath +++ b/judo-tatami-psm2asm/.classpath @@ -1,6 +1,6 @@ - + diff --git a/judo-tatami-psm2measure/.classpath b/judo-tatami-psm2measure/.classpath index 6ce57ba..0ab387f 100644 --- a/judo-tatami-psm2measure/.classpath +++ b/judo-tatami-psm2measure/.classpath @@ -1,6 +1,6 @@ - + diff --git a/judo-tatami-rdbms2liquibase/.classpath b/judo-tatami-rdbms2liquibase/.classpath index 07986cf..f19fdfc 100644 --- a/judo-tatami-rdbms2liquibase/.classpath +++ b/judo-tatami-rdbms2liquibase/.classpath @@ -1,6 +1,6 @@ - + diff --git a/pom.xml b/pom.xml index a9c1f3f..850d6b3 100644 --- a/pom.xml +++ b/pom.xml @@ -79,27 +79,27 @@ 3.5.1 4.4.3 - 2.8.0-SNAPSHOT + 2.8.0.20250601_204925_56fd7ee5_feature_JNG_6310_UpdateEpsilon - 1.1.0.20241127_155258_d7d48758_develop + 1.1.0.20250601_204908_c2ff1bde_feature_JNG_6310_UpdateEpsilon - 1.1.4-SNAPSHOT + 1.1.4.20250601_205245_92329438_feature_JNG_6310_UpdateEpsilon - 1.0.4.20250521_140838_63edcd65_develop - 1.0.4-SNAPSHOT - 1.1.3-SNAPSHOT - 1.0.2-SNAPSHOT - 1.3.0-SNAPSHOT - 1.0.4-SNAPSHOT - 1.1.4-SNAPSHOT - 1.0.5-SNAPSHOT - 1.0.5-SNAPSHOT - 1.0.5-SNAPSHOT - 1.0.1-SNAPSHOT - 1.0.2-SNAPSHOT - 1.0.2-SNAPSHOT - 1.0.3.20241127_150146_84f2988d_develop + 1.0.4.20250601_195940_6f6f2f06_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250602_075248_b5158063_feature_JNG_6310_UpdateEpsilon + 1.1.3.20250602_075253_b8bedb48_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250602_043042_3c60b15c_feature_JNG_6310_UpdateEpsilon + 1.3.0.20250319_094042_9d9ee438_develop + 1.0.4.20250222_040637_1cddfa73_develop + 1.1.4.20250224_090702_f96624c2_develop + 1.0.5.20250602_075305_a74fe6c2_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250602_075646_0b538da1_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250602_075648_05d56215_feature_JNG_6310_UpdateEpsilon + 1.0.1.20250602_043537_e4e300c3_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250602_043012_ed60d4f7_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250602_043024_a837e7bf_feature_JNG_6310_UpdateEpsilon + 1.0.3.20250601_195954_884c8770_feature_JNG_6310_UpdateEpsilon 2.39.0 From f8965406627ac687f1c04cad70ae6e1ad5f6427f Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Mon, 2 Jun 2025 11:22:52 +0200 Subject: [PATCH 4/8] JNG-6310 [Release] Updating versions --- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 850d6b3..e39f24f 100644 --- a/pom.xml +++ b/pom.xml @@ -87,18 +87,18 @@ 1.0.4.20250601_195940_6f6f2f06_feature_JNG_6310_UpdateEpsilon - 1.0.4.20250602_075248_b5158063_feature_JNG_6310_UpdateEpsilon - 1.1.3.20250602_075253_b8bedb48_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250602_043042_3c60b15c_feature_JNG_6310_UpdateEpsilon - 1.3.0.20250319_094042_9d9ee438_develop - 1.0.4.20250222_040637_1cddfa73_develop - 1.1.4.20250224_090702_f96624c2_develop - 1.0.5.20250602_075305_a74fe6c2_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250602_075646_0b538da1_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250602_075648_05d56215_feature_JNG_6310_UpdateEpsilon - 1.0.1.20250602_043537_e4e300c3_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250602_043012_ed60d4f7_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250602_043024_a837e7bf_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250602_091354_e9089c56_feature_JNG_6310_UpdateEpsilon + 1.1.3.20250602_091349_470a5ac0_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250602_090735_ecef9ef1_feature_JNG_6310_UpdateEpsilon + 1.3.0.20250602_090705_7981ad0b_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250602_090807_7bc1d933_feature_JNG_6310_UpdateEpsilon + 1.1.4.20250602_090702_148f6b2e_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250602_091457_09e1d468_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250602_091809_73473a76_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250602_091833_c7498b26_feature_JNG_6310_UpdateEpsilon + 1.0.1.20250602_091119_f87c1ee1_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250602_090652_b12c43f7_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250602_090720_32838559_feature_JNG_6310_UpdateEpsilon 1.0.3.20250601_195954_884c8770_feature_JNG_6310_UpdateEpsilon 2.39.0 From 0e063e43af3758d714bdf2368e93fbefec282e9c Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Wed, 4 Jun 2025 15:46:32 +0200 Subject: [PATCH 5/8] JNG-6310 [Release] Updating versions --- judo-tatami-rdbms2liquibase/pom.xml | 6 ++--- pom.xml | 36 ++++++++++++++--------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/judo-tatami-rdbms2liquibase/pom.xml b/judo-tatami-rdbms2liquibase/pom.xml index aa0f13c..847cdd8 100644 --- a/judo-tatami-rdbms2liquibase/pom.xml +++ b/judo-tatami-rdbms2liquibase/pom.xml @@ -136,21 +136,21 @@ org.testcontainers postgresql - 1.15.2 + 1.21.1 test org.testcontainers testcontainers - 1.17.3 + 1.21.1 test org.testcontainers junit-jupiter - 1.17.3 + 1.21.1 test diff --git a/pom.xml b/pom.xml index e39f24f..d67bd9a 100644 --- a/pom.xml +++ b/pom.xml @@ -79,27 +79,27 @@ 3.5.1 4.4.3 - 2.8.0.20250601_204925_56fd7ee5_feature_JNG_6310_UpdateEpsilon + 2.8.0.20250604_120800_93ab722e_feature_JNG_6310_UpdateEpsilon - 1.1.0.20250601_204908_c2ff1bde_feature_JNG_6310_UpdateEpsilon + 1.1.0.20250604_010032_2b8bbb31_feature_JNG_6310_UpdateEpsilon - 1.1.4.20250601_205245_92329438_feature_JNG_6310_UpdateEpsilon + 1.1.4.20250604_124343_c00f0575_feature_JNG_6310_UpdateEpsilon - 1.0.4.20250601_195940_6f6f2f06_feature_JNG_6310_UpdateEpsilon - 1.0.4.20250602_091354_e9089c56_feature_JNG_6310_UpdateEpsilon - 1.1.3.20250602_091349_470a5ac0_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250602_090735_ecef9ef1_feature_JNG_6310_UpdateEpsilon - 1.3.0.20250602_090705_7981ad0b_feature_JNG_6310_UpdateEpsilon - 1.0.4.20250602_090807_7bc1d933_feature_JNG_6310_UpdateEpsilon - 1.1.4.20250602_090702_148f6b2e_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250602_091457_09e1d468_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250602_091809_73473a76_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250602_091833_c7498b26_feature_JNG_6310_UpdateEpsilon - 1.0.1.20250602_091119_f87c1ee1_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250602_090652_b12c43f7_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250602_090720_32838559_feature_JNG_6310_UpdateEpsilon - 1.0.3.20250601_195954_884c8770_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250604_005315_768f80d4_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250604_125035_76fe3499_feature_JNG_6310_UpdateEpsilon + 1.1.3.20250604_125037_50df9c88_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250604_124550_44715f68_feature_JNG_6310_UpdateEpsilon + 1.3.0.20250604_124553_89a572bf_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250604_124601_c0e586a3_feature_JNG_6310_UpdateEpsilon + 1.1.4.20250604_124537_4f9b0b09_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250604_124912_e331eaf4_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250604_125210_facad231_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250604_125217_fb271861_feature_JNG_6310_UpdateEpsilon + 1.0.1.20250604_133809_03e01f88_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250604_124622_fab5952e_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250604_124544_6f8ca331_feature_JNG_6310_UpdateEpsilon + 1.0.3.20250604_005327_6d1e7640_feature_JNG_6310_UpdateEpsilon 2.39.0 @@ -979,7 +979,7 @@ org.simplify4u.plugins sign-maven-plugin - 1.0.1 + 1.1.0 From 892bb18210ed60fe33de8dbb3a929ceea43a5336 Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Wed, 4 Jun 2025 19:09:01 +0200 Subject: [PATCH 6/8] JNG-6310 [Release] Updating versions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d67bd9a..e6981b2 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ 4.4.3 2.8.0.20250604_120800_93ab722e_feature_JNG_6310_UpdateEpsilon - 1.1.0.20250604_010032_2b8bbb31_feature_JNG_6310_UpdateEpsilon + 1.1.0.20250604_151920_5dadd027_feature_JNG_6310_UpdateEpsilon 1.1.4.20250604_124343_c00f0575_feature_JNG_6310_UpdateEpsilon From e913870d3fc87be01fd37974094062bb6a87db4a Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Wed, 4 Jun 2025 22:27:16 +0200 Subject: [PATCH 7/8] JNG-6310 [Release] Updating versions --- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index e6981b2..2df18f1 100644 --- a/pom.xml +++ b/pom.xml @@ -87,18 +87,18 @@ 1.0.4.20250604_005315_768f80d4_feature_JNG_6310_UpdateEpsilon - 1.0.4.20250604_125035_76fe3499_feature_JNG_6310_UpdateEpsilon - 1.1.3.20250604_125037_50df9c88_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250604_124550_44715f68_feature_JNG_6310_UpdateEpsilon - 1.3.0.20250604_124553_89a572bf_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250604_202210_54855a5c_feature_JNG_6310_UpdateEpsilon + 1.1.3.20250604_202149_0811b058_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250604_200617_92e03b8c_feature_JNG_6310_UpdateEpsilon + 1.3.0.20250604_200526_5d077ac9_feature_JNG_6310_UpdateEpsilon 1.0.4.20250604_124601_c0e586a3_feature_JNG_6310_UpdateEpsilon - 1.1.4.20250604_124537_4f9b0b09_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250604_124912_e331eaf4_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250604_125210_facad231_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250604_125217_fb271861_feature_JNG_6310_UpdateEpsilon - 1.0.1.20250604_133809_03e01f88_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250604_124622_fab5952e_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250604_124544_6f8ca331_feature_JNG_6310_UpdateEpsilon + 1.1.4.20250604_200449_ca19d435_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250604_202158_bb5bdec5_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250604_202510_0d46865c_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250604_202502_1f8230e5_feature_JNG_6310_UpdateEpsilon + 1.0.1.20250604_200544_ba4487ec_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250604_200600_1c889b59_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250604_200616_c27be919_feature_JNG_6310_UpdateEpsilon 1.0.3.20250604_005327_6d1e7640_feature_JNG_6310_UpdateEpsilon 2.39.0 From cef246d08e4987facb91d6e43a890f06fc043fc4 Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Thu, 5 Jun 2025 20:01:55 +0200 Subject: [PATCH 8/8] JNG-6310 [Release] Updating versions --- pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 2df18f1..8ed7767 100644 --- a/pom.xml +++ b/pom.xml @@ -79,26 +79,26 @@ 3.5.1 4.4.3 - 2.8.0.20250604_120800_93ab722e_feature_JNG_6310_UpdateEpsilon + 2.8.0.20250604_211612_b4253e0f_feature_JNG_6310_UpdateEpsilon - 1.1.0.20250604_151920_5dadd027_feature_JNG_6310_UpdateEpsilon + 1.1.0.20250604_211621_27199bfa_feature_JNG_6310_UpdateEpsilon - 1.1.4.20250604_124343_c00f0575_feature_JNG_6310_UpdateEpsilon + 1.1.4.20250605_174420_77230eba_feature_JNG_6310_UpdateEpsilon 1.0.4.20250604_005315_768f80d4_feature_JNG_6310_UpdateEpsilon - 1.0.4.20250604_202210_54855a5c_feature_JNG_6310_UpdateEpsilon - 1.1.3.20250604_202149_0811b058_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250604_200617_92e03b8c_feature_JNG_6310_UpdateEpsilon - 1.3.0.20250604_200526_5d077ac9_feature_JNG_6310_UpdateEpsilon - 1.0.4.20250604_124601_c0e586a3_feature_JNG_6310_UpdateEpsilon - 1.1.4.20250604_200449_ca19d435_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250604_202158_bb5bdec5_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250604_202510_0d46865c_feature_JNG_6310_UpdateEpsilon - 1.0.5.20250604_202502_1f8230e5_feature_JNG_6310_UpdateEpsilon - 1.0.1.20250604_200544_ba4487ec_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250604_200600_1c889b59_feature_JNG_6310_UpdateEpsilon - 1.0.2.20250604_200616_c27be919_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250605_175505_e840aacc_feature_JNG_6310_UpdateEpsilon + 1.1.3.20250605_175458_03cf9f22_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250605_174903_11d6023e_feature_JNG_6310_UpdateEpsilon + 1.3.0.20250605_174913_79cb2ca3_feature_JNG_6310_UpdateEpsilon + 1.0.4.20250605_174424_b1a524b1_feature_JNG_6310_UpdateEpsilon + 1.1.4.20250605_174926_12ee9fa4_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250605_175521_9e559cd2_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250605_175946_eb2d4576_feature_JNG_6310_UpdateEpsilon + 1.0.5.20250605_175940_a61d364b_feature_JNG_6310_UpdateEpsilon + 1.0.1.20250605_175027_f61519cc_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250605_174947_2b53f72d_feature_JNG_6310_UpdateEpsilon + 1.0.2.20250605_174854_fa5988aa_feature_JNG_6310_UpdateEpsilon 1.0.3.20250604_005327_6d1e7640_feature_JNG_6310_UpdateEpsilon 2.39.0