-
Notifications
You must be signed in to change notification settings - Fork 3
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
Goethe re-bootstraps itself for jdk16+ support #53
Conversation
Generate changelog in
|
Tests pass on jdk17, although I haven't wired through java 17 test coverage to this project. |
.addAll(EXPORTS) | ||
.add( // Classpath | ||
"-cp", | ||
System.getProperty("java.class.path"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just flagging that this might fail on windows as this might exceed the maximum command size. But not sure if its worth investing in a workaround.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can fix it once it comes up -- we should be able to build a tiny classpath for this, but there are edge cases that I'd prefer to punt thinking about until we need to :-)
I verified with a snapshot that dialogue builds are successful on java 17 with this change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I like using your own Main instead of dealing with all the formatter CLI options!
Released 0.3.0 |
No description provided.