Skip to content

Commit

Permalink
Merge branch '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 bad6cb2 + 679b784 commit 442a3ac
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 @@ -297,6 +297,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 442a3ac

Please sign in to comment.