This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.github.jsonld-java-jsonld-java-0.13.4
in repository https://gitbox.apache.org/repos/asf/commons-rdf.git.
discard ce1084d Bump jsonld-java from 0.11.1 to 0.13.4
add 9aa5d22 Fix build by fixing Javadoc on Java 17.
add d5bc118 Bump commons.japicmp.version from 0.15.3 to 0.15.7.
add aea87c8 Fix Java 17 build.
add 2023980 Bump actions/cache from 2.1.4 to 3
add 26fe7b3 Merge pull request #77 from
apache/dependabot/github_actions/actions/cache-3
add 38b559e Bump actions/cache from 2.1.4 to 3 #77.
add 7c25d2c Bump jsonld-java from 0.11.1 to 0.13.4
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ce1084d)
\
N -- N -- N
refs/heads/dependabot/maven/com.github.jsonld-java-jsonld-java-0.13.4 (7c25d2c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven.yml | 2 +-
.../java/org/apache/commons/rdf/api/Graph.java | 23 +++++-
.../org/apache/commons/rdf/api/RDFTermFactory.java | 34 +++++++++
.../commons/rdf/simple/DatasetGraphView.java | 9 +++
.../java/org/apache/commons/rdf/simple/Types.java | 82 +++++++++++-----------
.../rdf/simple/experimental/AbstractRDFParser.java | 7 ++
.../rdf/simple/experimental/RDFParseException.java | 27 +++++++
pom.xml | 8 +--
src/changes/changes.xml | 15 +++-
9 files changed, 157 insertions(+), 50 deletions(-)