Skip to content
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

updated asm to version 7 and some other libs too #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

damnms
Copy link

@damnms damnms commented Oct 5, 2018

this is not a finished PR, i had no time to fix the maven-bundle-plugin. also updated some of the other deps too

requires java.xml.bind;
requires jersey.common;
requires java.json;
requires java.sql;
Copy link
Author

@damnms damnms Oct 5, 2018

Choose a reason for hiding this comment

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

this can be ignored, its a real mess to work with java ee libraries in java9+ modules

@damnms
Copy link
Author

damnms commented Oct 5, 2018

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

@@ -53,6 +53,11 @@ public JsonGenerator writeStartObject(String name) {
return this;
}

@Override
public JsonGenerator writeKey(String s) {
return this;
Copy link
Author

Choose a reason for hiding this comment

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

this is just a hack to get it working with the compiler - needs a unit test

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.

1 participant