Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release OrientDB 3.2.32 #17189

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Release OrientDB 3.2.32 #17189

merged 1 commit into from
Jul 16, 2024

Conversation

tglman
Copy link
Contributor

@tglman tglman commented Jul 16, 2024

No description provided.

@tglman tglman requested a review from a team as a code owner July 16, 2024 18:35
Copy link

Diff for 69f2dd1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ced585d..c32b82e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -10,14 +10,14 @@ GitRepo: https://github.com/orientechnologies/orientdb-docker.git
 GitCommit: a8a42acbe19dad60a051afe08ed625e66587dd37
 Directory: release/3.1.x/3.1.20-tp3
 
-Tags: 3.2.31, 3.2, latest
+Tags: 3.2.32, 3.2, latest
 Architectures: amd64, arm32v7, arm64v8
 GitRepo: https://github.com/orientechnologies/orientdb-docker.git
-GitCommit: 35349cf05bcd03b1e8f726aae11c7217140c9c1f
-Directory: release/3.2.x/3.2.31
+GitCommit: cab5819e857b7aadc5209e4cc68f52f72d829eab
+Directory: release/3.2.x/3.2.32
 
-Tags: 3.2.31-tp3, 3.2-tp3
+Tags: 3.2.32-tp3, 3.2-tp3
 Architectures: amd64, arm32v7, arm64v8
 GitRepo: https://github.com/orientechnologies/orientdb-docker.git
-GitCommit: 35349cf05bcd03b1e8f726aae11c7217140c9c1f
-Directory: release/3.2.x/3.2.31-tp3
+GitCommit: cab5819e857b7aadc5209e4cc68f52f72d829eab
+Directory: release/3.2.x/3.2.32-tp3
diff --git a/_bashbrew-list b/_bashbrew-list
index 36154dc..868a50e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,6 +4,6 @@ orientdb:3.1.20
 orientdb:3.1.20-tp3
 orientdb:3.2
 orientdb:3.2-tp3
-orientdb:3.2.31
-orientdb:3.2.31-tp3
+orientdb:3.2.32
+orientdb:3.2.32-tp3
 orientdb:latest
diff --git a/orientdb_3.2-tp3/Dockerfile b/orientdb_3.2-tp3/Dockerfile
index 8fd5b69..4548bf3 100644
--- a/orientdb_3.2-tp3/Dockerfile
+++ b/orientdb_3.2-tp3/Dockerfile
@@ -10,9 +10,9 @@ MAINTAINER OrientDB LTD ([email protected])
 #   docker build -t mine --build-arg ORIENTDB_DOWNLOAD_SERVER=https://repo1.maven.org/maven2/com/orientechnologies/ .
 ARG ORIENTDB_DOWNLOAD_SERVER
 
-ENV ORIENTDB_VERSION 3.2.31
-ENV ORIENTDB_DOWNLOAD_MD5 5175ac3f7c3ce715ba4b003cff159fdf
-ENV ORIENTDB_DOWNLOAD_SHA1 86b165a983b69c74790fd19718499ddb33f4fbb2
+ENV ORIENTDB_VERSION 3.2.32
+ENV ORIENTDB_DOWNLOAD_MD5 fdce9f6942302aeaab2e9b6e660a9de5
+ENV ORIENTDB_DOWNLOAD_SHA1 7c9c8a0374ce34f2b18e67b2599a192e69693f5a
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-https://repo1.maven.org/maven2/com/orientechnologies}/orientdb-tp3/$ORIENTDB_VERSION/orientdb-tp3-$ORIENTDB_VERSION.tar.gz
 
diff --git a/orientdb_3.2-tp3/gremlin-server.yaml b/orientdb_3.2-tp3/gremlin-server.yaml
index b970bc3..413f049 100644
--- a/orientdb_3.2-tp3/gremlin-server.yaml
+++ b/orientdb_3.2-tp3/gremlin-server.yaml
@@ -30,9 +30,7 @@ scriptEngines: {
                org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin: {classImports: [java.lang.Math], methodImports: [java.lang.Math#*]},
                org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin: {files: [../config/demodb.groovy]}}}}
 serializers:
-  - { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0, config: { ioRegistries: [org.apache.tinkerpop.gremlin.orientdb.io.OrientIoRegistry] }}             # application/vnd.gremlin-v3.0+gryo
-  - { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0, config: { serializeResultToString: true }}                                                                       # application/vnd.gremlin-v3.0+gryo-stringd
-  - { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0, config: { ioRegistries: [org.apache.tinkerpop.gremlin.orientdb.io.OrientIoRegistry] }}         # application/json
+  - { className: org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3, config: { ioRegistries: [org.apache.tinkerpop.gremlin.orientdb.io.OrientIoRegistry] }}         # application/json
 processors:
   - { className: org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor, config: { sessionTimeout: 28800000 }}
   - { className: org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor, config: { cacheExpirationTime: 600000, cacheMaxSize: 1000 }}
diff --git a/orientdb_latest/Dockerfile b/orientdb_latest/Dockerfile
index beeaf22..8f0aa3a 100644
--- a/orientdb_latest/Dockerfile
+++ b/orientdb_latest/Dockerfile
@@ -10,9 +10,9 @@ MAINTAINER OrientDB LTD ([email protected])
 #   docker build -t mine --build-arg ORIENTDB_DOWNLOAD_SERVER=https://repo1.maven.org/maven2/com/orientechnologies/ .
 ARG ORIENTDB_DOWNLOAD_SERVER
 
-ENV ORIENTDB_VERSION 3.2.31
-ENV ORIENTDB_DOWNLOAD_MD5 897d5b404f5565c9d57e1fdb3dd735d6
-ENV ORIENTDB_DOWNLOAD_SHA1 02f09b9b74c5958b18097ead6e90d413dfd27e56
+ENV ORIENTDB_VERSION 3.2.32
+ENV ORIENTDB_DOWNLOAD_MD5 ee0355a42f7d9758719333dad0c5816c
+ENV ORIENTDB_DOWNLOAD_SHA1 5693916d32d2b37f1d51e84345cfb9ba50a0a541
 
 ENV ORIENTDB_DOWNLOAD_URL ${ORIENTDB_DOWNLOAD_SERVER:-https://repo1.maven.org/maven2/com/orientechnologies}/orientdb-community/$ORIENTDB_VERSION/orientdb-community-$ORIENTDB_VERSION.tar.gz

Relevant Maintainers:

@yosifkit yosifkit merged commit 2840d4b into docker-library:master Jul 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants