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 Oct 4, 2024
2 parents 0a63d13 + acb265f commit a6777d0
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 35 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ This release also includes changes from <<release-3-6-8, 3.6.8>>.
* Added DefaultIdManager.STRING for proper string id creation/handling.
* Allowed specification of an `Operator` as a reducer in `withSideEffect` when parsing with the grammar.
* Fixed bug in Bytecode build logic where duplicate strategies were added instead of replacing the existing ones.
* Bump Groovy to 4.0.23
[[release-3-7-2]]
=== TinkerPop 3.7.2 (April 8, 2024)
Expand Down Expand Up @@ -373,7 +374,10 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
* The default logging level for Gremlin Console in Windows is set to the same WARN level as for Linux.
* Updated to Docker Compose V2 with `docker-compose` changed to `docker compose` in pom and script files.
* Add command line option `-l` to change logging level for Gremlin Console in Windows.
* * Upgraded `gremlin-go` to Go 1.22.
* Upgraded `gremlin-go` to Go 1.22.
* Bump Netty to 4.1.100
* Bump Logback to 1.2.13
* Bump Ivy to 2.5.2
[[release-3-6-7]]
=== TinkerPop 3.6.7 (April 8, 2024)
Expand Down
2 changes: 1 addition & 1 deletion gremlin-console/src/main/static/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This product includes/uses ANTLR4 (https://github.com/antlr/antlr4)
Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.

------------------------------------------------------------------------
Apache Ivy 2.5.1 (AL ASF)
Apache Ivy 2.5.2 (AL ASF)
------------------------------------------------------------------------
Portions of Ivy were originally developed by
Jayasoft SARL (http://www.jayasoft.fr/)
Expand Down
2 changes: 1 addition & 1 deletion gremlin-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/gorilla/websocket v1.5.3
github.com/nicksnyder/go-i18n/v2 v2.4.0
github.com/stretchr/testify v1.9.0
golang.org/x/text v0.18.0
golang.org/x/text v0.19.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 2 additions & 2 deletions gremlin-go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224=
golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
Expand Down
2 changes: 1 addition & 1 deletion gremlin-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
Expand Down
7 changes: 7 additions & 0 deletions gremlin-javascript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ limitations under the License.
</goals>
</execution>
</executions>
<configuration>
<filesets>
<fileset>
<directory>src/main/javascript/gremlin-javascript/build</directory>
</fileset>
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gremlin-server/src/main/static/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This product includes/uses ANTLR4 (https://github.com/antlr/antlr4)
Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.

------------------------------------------------------------------------
Apache Ivy 2.5.1 (AL ASF)
Apache Ivy 2.5.2 (AL ASF)
------------------------------------------------------------------------
Portions of Ivy were originally developed by
Jayasoft SARL (http://www.jayasoft.fr/)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ limitations under the License.
<commons.text.version>1.10.0</commons.text.version>
<cucumber.version>6.11.0</cucumber.version>
<exp4j.version>0.4.8</exp4j.version>
<groovy.version>4.0.9</groovy.version>
<groovy.version>4.0.23</groovy.version>
<guice.version>4.2.3</guice.version>
<hadoop.version>3.3.3</hadoop.version>
<hamcrest.version>2.2</hamcrest.version>
Expand All @@ -170,7 +170,7 @@ limitations under the License.
<jbcrypt.version>0.4</jbcrypt.version>
<junit.version>4.13.1</junit.version>
<kerby.version>2.0.1</kerby.version>
<logback.version>1.2.11</logback.version>
<logback.version>1.2.13</logback.version>
<metrics.version>3.0.2</metrics.version>
<mockito.version>3.10.0</mockito.version>
<netty.version>4.1.101.Final</netty.version>
Expand Down

0 comments on commit a6777d0

Please sign in to comment.