From 758f0e4a2d57e3d311fe6333567568d185aa502b Mon Sep 17 00:00:00 2001 From: jchrys Date: Tue, 18 Feb 2025 20:45:09 +0900 Subject: [PATCH] Upgrade Project Reactor to 2024.0.3 Motivation: The project was using an outdated Project Reactor (2022.0.16). Modifications: Updated Project Reactor to 2024.0.3. Result: Latest Project Reactor applied --- r2dbc-mysql/pom.xml | 4 ++-- test-native-image/pom.xml | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/r2dbc-mysql/pom.xml b/r2dbc-mysql/pom.xml index 43d11883..21e6e935 100644 --- a/r2dbc-mysql/pom.xml +++ b/r2dbc-mysql/pom.xml @@ -73,8 +73,8 @@ false 1.0.0.RELEASE - 2022.0.16 - 4.1.106.Final + 2024.0.3 + 4.1.118.Final 3.25.3 1.37 5.10.2 diff --git a/test-native-image/pom.xml b/test-native-image/pom.xml index 1640175c..3ea1602d 100644 --- a/test-native-image/pom.xml +++ b/test-native-image/pom.xml @@ -15,9 +15,9 @@ 8 true - 2022.0.16 + 2024.0.3 1.0.0.RELEASE - 20.3.13 + 20.3.17 @@ -67,7 +67,12 @@ ${skipNativeImage} ${project.artifactId} io.asyncer.Main - --report-unsupported-elements-at-runtime --allow-incomplete-classpath --initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils + + --report-unsupported-elements-at-runtime + --allow-incomplete-classpath + --initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils + --initialize-at-run-time=io.netty.handler.ssl.JdkSslServerContext +