Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jts-core from 1.17.0 to 1.19.0 #3557

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2023

Bumps jts-core from 1.17.0 to 1.19.0.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added backport/v0.6 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 7, 2023
@janusgraph-bot janusgraph-bot added the cla: external Externally-managed CLA label Feb 7, 2023
@FlorianHockmann
Copy link
Member

@dependabot rebase

Bumps jts-core from 1.17.0 to 1.19.0.

---
updated-dependencies:
- dependency-name: org.locationtech.jts:jts-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.locationtech.jts-jts-core-1.19.0 branch from 92123d1 to f2ff7d1 Compare June 8, 2023 10:12
@FlorianHockmann
Copy link
Member

Here's the stack trace for the failing test(s):

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 91.767 s <<< FAILURE! - in org.janusgraph.diskstorage.solr.BerkeleySolrTest
[ERROR] org.janusgraph.diskstorage.solr.BerkeleySolrTest.testIndexing  Time elapsed: 53.87 s  <<< ERROR!
java.lang.AbstractMethodError: Receiver class org.locationtech.spatial4j.io.jts.JtsBinaryCodec$1 does not define or inherit an implementation of the resolved method 'abstract int read(byte[])' of interface org.locationtech.jts.io.InStream.
        at org.locationtech.jts.io.ByteOrderDataInStream.read(ByteOrderDataInStream.java:140)
        at org.locationtech.jts.io.ByteOrderDataInStream.readByte(ByteOrderDataInStream.java:93)
        at org.locationtech.jts.io.WKBReader.readGeometry(WKBReader.java:208)
        at org.locationtech.jts.io.WKBReader.read(WKBReader.java:191)
        at org.locationtech.jts.io.WKBReader.read(WKBReader.java:178)
        at org.locationtech.spatial4j.io.jts.JtsBinaryCodec.readJtsGeom(JtsBinaryCodec.java:100)
        at org.janusgraph.core.attribute.JtsGeoshapeHelper.readShape(JtsGeoshapeHelper.java:93)
        at org.janusgraph.core.attribute.Geoshape$GeoshapeBinarySerializer.read(Geoshape.java:633)
        at org.janusgraph.core.attribute.GeoshapeSerializer.read(GeoshapeSerializer.java:175)
        at org.janusgraph.core.attribute.GeoshapeSerializer.read(GeoshapeSerializer.java:39)
        at org.janusgraph.graphdb.database.serialize.StandardSerializer.readObjectNotNullInternal(StandardSerializer.java:305)
        at org.janusgraph.graphdb.database.serialize.StandardSerializer.readObjectInternal(StandardSerializer.java:295)
        at org.janusgraph.graphdb.database.serialize.StandardSerializer.readObject(StandardSerializer.java:275)
        at org.janusgraph.graphdb.database.EdgeSerializer.readPropertyValue(EdgeSerializer.java:215)
        at org.janusgraph.graphdb.database.EdgeSerializer.readInline(EdgeSerializer.java:201)
        at org.janusgraph.graphdb.database.EdgeSerializer.readInlineTypes(EdgeSerializer.java:195)
        at org.janusgraph.graphdb.database.EdgeSerializer.parseRelation(EdgeSerializer.java:165)
        at org.janusgraph.graphdb.database.EdgeSerializer.readRelation(EdgeSerializer.java:80)
        at org.janusgraph.graphdb.transaction.RelationConstructor.readRelationCache(RelationConstructor.java:41)
        at org.janusgraph.graphdb.relations.CacheEdge.getPropertyMap(CacheEdge.java:100)
        at org.janusgraph.graphdb.relations.CacheEdge.getValueDirect(CacheEdge.java:107)
        at org.janusgraph.graphdb.relations.AbstractTypedRelation.valueOrNull(AbstractTypedRelation.java:162)
        at org.janusgraph.graphdb.util.ElementHelper.getValues(ElementHelper.java:43)
        at org.janusgraph.graphdb.query.condition.PredicateCondition.evaluate(PredicateCondition.java:72)
        at org.janusgraph.graphdb.query.condition.And.evaluate(And.java:55)
        at org.janusgraph.graphdb.query.graph.GraphCentricQuery.matches(GraphCentricQuery.java:157)
        at org.janusgraph.graphdb.query.QueryProcessor.lambda$getFilterIterator$2(QueryProcessor.java:138)
        at org.janusgraph.graphdb.util.CloseableIteratorUtils$1.computeNext(CloseableIteratorUtils.java:51)
        at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146)
        at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141)
        at org.janusgraph.graphdb.query.ResultSetIterator.nextInternal(ResultSetIterator.java:55)
        at org.janusgraph.graphdb.query.ResultSetIterator.<init>(ResultSetIterator.java:45)
        at org.janusgraph.graphdb.query.QueryProcessor.iterator(QueryProcessor.java:68)
        at org.janusgraph.graphdb.query.graph.GraphCentricQueryBuilder.lambda$iterables$1(GraphCentricQueryBuilder.java:240)
        at com.google.common.collect.Iterables.size(Iterables.java:130)
        at org.janusgraph.testutil.JanusGraphAssert.assertCount(JanusGraphAssert.java:63)
        at org.janusgraph.graphdb.JanusGraphIndexTest.testGeo(JanusGraphIndexTest.java:2888)
        at org.janusgraph.graphdb.JanusGraphIndexTest.checkIndexingCounts(JanusGraphIndexTest.java:757)
        at org.janusgraph.graphdb.JanusGraphIndexTest.testIndexing(JanusGraphIndexTest.java:707)

I didn't look much further into it but wanted to at least leave the stack trace here so it's easier to inspect.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2024

Superseded by #4667.

@dependabot dependabot bot closed this Aug 30, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.locationtech.jts-jts-core-1.19.0 branch August 30, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v0.6 cla: external Externally-managed CLA dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants