Releases: Jelly-RDF/jelly-jvm
Releases · Jelly-RDF/jelly-jvm
v0.10.0
What's Changed
- Move Jelly-JVM documentation into this repository by @Ostrzyciel in #98
- Experiment: try to speed up IRI encoding with one more cache level by @Ostrzyciel in #99
- Fix documentation CI in PRs by @Ostrzyciel in #100
- Docs: use macros to make module badges by @Ostrzyciel in #101
- Fix jena/rdf4j packages being published without dependencies by @Ostrzyciel in #102
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Use stricter compiler options by @Ostrzyciel in #96
- Build plugins for Jena and RDF4J by @Ostrzyciel in #97
Full Changelog: v0.8.0...v0.9.0
Development build
Build plugins for Jena and RDF4J (#97) These plugins should be simply included in Jena's/RDF4J's classpath to enable Jelly support. The plugins do not include Jena/RDF4J themselves, as this is not needed – only the protobuf stuff, Scala standard library, and our code. The plugins will be published to GH releases – let's see if it works.