Skip to content

Add support for Jena 6#623

Merged
Ostrzyciel merged 9 commits intomainfrom
piotr/jena-6
Feb 8, 2026
Merged

Add support for Jena 6#623
Ostrzyciel merged 9 commits intomainfrom
piotr/jena-6

Conversation

@Ostrzyciel
Copy link
Member

We must pin the dependency to 5.6 to allow the compiler to link the two method variants properly. Otherwise, we would have to go through reflection, which would slow down the encoder/decoder by a lot.

We will test in CI Jena 5.3, 5.6, and 6.0.

I filed #622 to deal with this later when we drop support for Jena 5.

We must pin the dependency to 5.6 to allow the compiler to link the two method variants properly. Otherwise, we would have to go through reflection, which would slow down the encoder/decoder by a lot.

We will test in CI Jena 5.3, 5.6, and 6.0.

I filed #622 to deal with this later when we drop support for Jena 5.
@Ostrzyciel
Copy link
Member Author

failed linkcheck is expected, we need to make a 3.7.0 release

@codecov
Copy link

codecov bot commented Feb 8, 2026

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...n/java/org/apache/jena/graph/JenaCompatHelper.java 0.00% 4 Missing ⚠️
...blink/jelly/convert/jena/JenaDecoderConverter.java 0.00% 1 Missing ⚠️
...blink/jelly/convert/jena/JenaEncoderConverter.java 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
...blink/jelly/convert/jena/JenaDecoderConverter.java 45.45% <0.00%> (ø) 0.00 <0.00> (ø)
...blink/jelly/convert/jena/JenaEncoderConverter.java 38.46% <0.00%> (ø) 0.00 <0.00> (ø)
...n/java/org/apache/jena/graph/JenaCompatHelper.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@Karolina-Bogacka Karolina-Bogacka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Jena compat helper is a bit funky, but I get why it's here.

@Karolina-Bogacka Karolina-Bogacka enabled auto-merge (squash) February 8, 2026 19:50
@Ostrzyciel Ostrzyciel disabled auto-merge February 8, 2026 20:51
@Ostrzyciel Ostrzyciel enabled auto-merge (squash) February 8, 2026 20:52
@Ostrzyciel Ostrzyciel disabled auto-merge February 8, 2026 20:52
@Ostrzyciel Ostrzyciel merged commit d453da3 into main Feb 8, 2026
10 of 12 checks passed
@Ostrzyciel Ostrzyciel deleted the piotr/jena-6 branch February 8, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants