You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: