This is an automated email from the ASF dual-hosted git repository.
absurdfarce pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
from 989209021 CASSJAVA-136 Ninja fix to correct geometry equality actually
broke geometry equality
add b4e00ed7f CASSJAVA-135 Update the build to use Java17 rather than Java8
No new revisions were added by this update.
Summary of changes:
Jenkinsfile-datastax | 79 +-
bom/pom.xml | 20 +-
core-shaded/pom.xml | 2 +-
core/pom.xml | 2 +-
distribution-source/pom.xml | 2 +-
distribution-tests/pom.xml | 2 +-
distribution/pom.xml | 2 +-
examples/pom.xml | 2 +-
guava-shaded/pom.xml | 2 +-
integration-tests/pom.xml | 13 +-
.../core/cql/continuous/ContinuousPagingIT.java | 31 +-
.../api/core/graph/DefaultSocialTraversal.java | 55 ++
.../dse/driver/api/core/graph/SocialTraversal.java | 997 +++++++++++++++++++++
.../driver/api/core/graph/SocialTraversalDsl.java | 2 -
.../api/core/graph/SocialTraversalSource.java | 226 +++++
.../graph/remote/GraphTraversalRemoteITBase.java | 2 +-
mapper-processor/pom.xml | 2 +-
mapper-runtime/pom.xml | 2 +-
metrics/micrometer/pom.xml | 2 +-
metrics/microprofile/pom.xml | 2 +-
osgi-tests/pom.xml | 13 +-
pom.xml | 113 +--
query-builder/pom.xml | 2 +-
test-infra/pom.xml | 2 +-
24 files changed, 1391 insertions(+), 186 deletions(-)
create mode 100644
integration-tests/src/test/java/com/datastax/dse/driver/api/core/graph/DefaultSocialTraversal.java
create mode 100644
integration-tests/src/test/java/com/datastax/dse/driver/api/core/graph/SocialTraversal.java
create mode 100644
integration-tests/src/test/java/com/datastax/dse/driver/api/core/graph/SocialTraversalSource.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]