TINKERPOP-1338 Bumped groovy to 2.4.7#356
Conversation
|
Fixed my Spark issue. Wanted to rebuild since giraph, hadoop, and spark have some dependency on groovy. Builds cleanly with mvn clean install && mvn verify -pl gremlin-server -DskipIntegrationTests=false |
|
Note that it's not sufficient in this case to only run gremlin server integration tests. You should probably run the whole suite. When i run that with docker via I assume this is because of #353 (just a guess) - perhaps you need to rebase now that this issue is merged? |
|
looks like this is failing in master too..........so it's unrelated to your change. we will need to get that fixed and at that point you should rebase and try to full integration tests suite. i'll post back here when that's fixed on master |
fe37df2 to
eaa2a23
Compare
eaa2a23 to
5ff91f7
Compare
|
I rebased to include @okram 's fix in the jira ticket. 4.5 hours later, "docker/build.sh -t -i -n" passed! |
|
VOTE +1. |
|
VOTE: +1 |
|
All tests pass with VOTE +1 |
No new dependencies introduced.
No other dependency versions changed.
Successful build and verify with:
mvn clean install -pl gremlin-shaded,gremlin-core,gremlin-test,gremlin-groovy,gremlin-groovy-test,tinkergraph-gremlin,neo4j-gremlin,gremlin-driver,gremlin-console,gremlin-server,gremlin-archetype && mvn verify -pl gremlin-server -DskipIntegrationTests=false -DincludeNeo4j
(excludes giraph-gremlin, hadoop-gremlin,spark-gremlin because I have separate issues building them)