Skip to content

Commit

Permalink
Merge branch '3.6-dev' into 3.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole-Greer committed Dec 12, 2023
2 parents a5784e7 + b48fd8c commit 679b784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
* Improved error message from `JavaTranslator` by including exception source.
* Added tests for error handling for GLV's if tx.commit() is called remotely for graphs without transactions support.
* Introduced multi-architecture AMD64/ARM64 docker images for gremlin-console.
[[release-3-6-6]]
=== TinkerPop 3.6.6 (November 20, 2023)
Expand Down
7 changes: 1 addition & 6 deletions gremlin-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ limitations under the License.
<artifactId>gremlin-console</artifactId>
<name>Apache TinkerPop :: Gremlin Console</name>
<properties>
<!--Testing in macOs on ARM reveals that the linux/arm64/v8 console
container is quite unstable at this time and results in frequent freezes.
It is believed the issue lies with the ARM docker engine. The stability of ARM
images is likely to improve overtime and this omition should be intermittently
re-evaluated.-->
<docker.platforms>linux/amd64<!--,linux/arm64/v8--></docker.platforms>
<docker.platforms>linux/amd64,linux/arm64/v8</docker.platforms>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 679b784

Please sign in to comment.