-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Jaxb context 9539 #11552
Jaxb context 9539 #11552
Conversation
This fixes #9539. The diff shows strange changes in build.gradle, which I cannot check on my mobile. |
changes were jackson dependencies |
I assume, you are executing |
@psyren99 Thank you for starting to look into that. While trying to understand your issue, I fixed some (other) code. These fixes were submitted separately at #11571 While working on your code, I came across https://stackoverflow.com/q/43574426/873282. Then I wondered, why the hell we want to introduce another dependency. Then, I re-read the issue #9539. There was an issue at the discription. The gradle target to remove should be Thus, your PR should start with removing I hadded coding hints to the issue desription #9539. Maybe, they help you to work on this. Hint: More than half of the lines will be changed. |
# Conflicts: # src/main/java/org/jabref/logic/importer/fileformat/CitaviXmlImporter.java
We are working to reduce the number of pull requests. Since there is so much left here, please work on it and create a new pull requests as soon as you have something new. |
Follow-up PR: #11621 |
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)