-
Notifications
You must be signed in to change notification settings - Fork 165
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
RIO: exclude jackson from api module #2199
Labels
M1
Fixed in milestone 1
📝 Needs documentation
Issue requires updates to the project documentation
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
Milestone
Comments
barthanssens
added
the
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
label
May 7, 2020
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
May 7, 2020
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
4 tasks
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
May 7, 2020
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
barthanssens
added
the
⛔ Not backwards compatible
A change that breaks backwards compatibility and needs a major release
label
May 7, 2020
Labeling it as not-backwards compatible, because some projects may rely on the implicitly imported jackson dependencies |
As discusses in PR: move to 3.3.0, but don't forget to include a comment in release notes #2235 |
barthanssens
removed
the
⛔ Not backwards compatible
A change that breaks backwards compatibility and needs a major release
label
May 18, 2020
barthanssens
added
the
📝 Needs documentation
Issue requires updates to the project documentation
label
May 20, 2020
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
May 28, 2020
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
May 28, 2020
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
May 28, 2020
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
barthanssens
added a commit
that referenced
this issue
May 28, 2020
Signed-off-by: Bart Hanssens <bart.hanssens@bosa.fgov.be>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
M1
Fixed in milestone 1
📝 Needs documentation
Issue requires updates to the project documentation
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
Rio API module has JSON-LD Java as a dependency (because the JSONLDSettings uses the DocumentLoader class), but this also drags in a few jackson jars, which aren't used.
Removing them should reduce size.
The text was updated successfully, but these errors were encountered: