This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a commit to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.7-dev by this push:
new b92ce72db4 Bump and rename sslcontext-kicktart to ayza
b92ce72db4 is described below
commit b92ce72db434c1bc40cb23aa5e915fa8094bb70b
Author: Hakky54 <[email protected]>
AuthorDate: Sun Sep 7 22:27:02 2025 +0200
Bump and rename sslcontext-kicktart to ayza
---
gremlin-server/pom.xml | 2 +-
pom.xml | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index 8bccd89e44..3e36c21102 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -61,7 +61,7 @@ limitations under the License.
</dependency>
<dependency>
<groupId>io.github.hakky54</groupId>
- <artifactId>sslcontext-kickstart-for-netty</artifactId>
+ <artifactId>ayza-for-netty</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
diff --git a/pom.xml b/pom.xml
index 855821c2a9..c724905ee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ limitations under the License.
<slf4j.version>1.7.25</slf4j.version>
<snakeyaml.version>2.0</snakeyaml.version>
<spark.version>3.3.2</spark.version>
- <sslcontext.kickstart.version>9.1.0</sslcontext.kickstart.version>
+ <ayza.version>10.0.0</ayza.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -786,8 +786,8 @@ limitations under the License.
</dependency>
<dependency>
<groupId>io.github.hakky54</groupId>
- <artifactId>sslcontext-kickstart-for-netty</artifactId>
- <version>${sslcontext.kickstart.version}</version>
+ <artifactId>ayza-for-netty</artifactId>
+ <version>${ayza.version}</version>
</dependency>
<dependency>
<groupId>com.codahale.metrics</groupId>
@@ -1638,13 +1638,13 @@ limitations under the License.
</additionalDependency>
<additionalDependency>
<groupId>io.github.hakky54</groupId>
-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
-
<version>${sslcontext.kickstart.version}</version>
+
<artifactId>ayza-for-netty</artifactId>
+ <version>${ayza.version}</version>
</additionalDependency>
<additionalDependency>
<groupId>io.github.hakky54</groupId>
-
<artifactId>sslcontext-kickstart</artifactId>
-
<version>${sslcontext.kickstart.version}</version>
+ <artifactId>ayza</artifactId>
+ <version>${ayza.version}</version>
</additionalDependency>
</additionalDependencies>
</configuration>
@@ -1855,13 +1855,13 @@ limitations under the License.
</additionalDependency>
<additionalDependency>
<groupId>io.github.hakky54</groupId>
-
<artifactId>sslcontext-kickstart-for-netty</artifactId>
-
<version>${sslcontext.kickstart.version}</version>
+
<artifactId>ayza-for-netty</artifactId>
+ <version>${ayza.version}</version>
</additionalDependency>
<additionalDependency>
<groupId>io.github.hakky54</groupId>
-
<artifactId>sslcontext-kickstart</artifactId>
-
<version>${sslcontext.kickstart.version}</version>
+ <artifactId>ayza</artifactId>
+ <version>${ayza.version}</version>
</additionalDependency>
</additionalDependencies>
</configuration>