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

Can't compile with Java17 #163

Open
liran-lili opened this issue Jun 7, 2022 · 2 comments
Open

Can't compile with Java17 #163

liran-lili opened this issue Jun 7, 2022 · 2 comments

Comments

@liran-lili
Copy link

XMLUtil is using JAXContext, which is not part of Java17 anymore. it seems like the only place actually needing this is XMLUtil, but which can be plugged-in, but it also contains some non-XML related methods (getMonth, getWeekday). It seems like master is broken - I couldn't create a PR to fix it myself.

@derTobsch
Copy link
Contributor

If you need java 17 than you could try https://github.com/focus-shift/jollyday it is based on java 11 and the builds are running up to 17.

@AngledLuffa
Copy link

Any possibility of updating Jollyday to include Java 17 compatibility? We got a pretty definitive answer that the fork won't support Java 8, but Stanford CoreNLP still supports Java 8.

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

No branches or pull requests

3 participants