updated asm to version 7 and some other libs too#142
Open
damnms wants to merge 1 commit intoowlike:masterfrom
Open
updated asm to version 7 and some other libs too#142damnms wants to merge 1 commit intoowlike:masterfrom
damnms wants to merge 1 commit intoowlike:masterfrom
Conversation
damnms
commented
Oct 5, 2018
| requires java.xml.bind; | ||
| requires jersey.common; | ||
| requires java.json; | ||
| requires java.sql; |
Author
There was a problem hiding this comment.
this can be ignored, its a real mess to work with java ee libraries in java9+ modules
Author
|
just started a jeromq server and client with java11 and can confirm it works - but its more a hack than a real PR, hope you can work with that |
damnms
commented
Oct 5, 2018
|
|
||
| @Override | ||
| public JsonGenerator writeKey(String s) { | ||
| return this; |
Author
There was a problem hiding this comment.
this is just a hack to get it working with the compiler - needs a unit test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this is not a finished PR, i had no time to fix the maven-bundle-plugin. also updated some of the other deps too