Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.apicatalog:titanium-json-ld 1.6.0 -> 1.7.0 age adoption passing confidence

Release Notes

filip26/titanium-json-ld (com.apicatalog:titanium-json-ld)

v1.7.0

What's Changed

➡️ Adoption of RdfQuadConsumer Interface in fromRdf
Example
// Convert RDF to JSON-LD
var consumer = JsonLd.fromRdf();
consumer.quad(...);  // feed manually or via a reader
(new NquadsReader(...)).provide(consumer);

// Get the final JSON-LD result
consumer.toJsonLd();
⚠️ RDF Primitives Final Deprecation

From/To RDF transformations now use RdfConsumer for seamless and efficient integration, eliminating the need to materialize RDF primitives.
You can use any third-party RDF library of your choice, for example: Titanium RDF Primitives.

🐛 Bug Fixes & Performance Improvements

🎉 New Contributors

Full Changelog: filip26/titanium-json-ld@v1.6.0...v1.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 8, 2025
Copy link

coderabbitai bot commented Oct 8, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@coveralls
Copy link

Pull Request Test Coverage Report for Build #529

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.159%

Totals Coverage Status
Change from base Build #521: 0.0%
Covered Lines: 2052
Relevant Lines: 2251

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant