Reputation: 1
I have migrated a project from java 1.8 to java 17. The application is a maven project. Eclipse complains it can't resolve javax.xml.datatype.XMLGregorianCalendar
. I know that in java 11 the java.xml.bind is removed, which dependency i can use, either xml-apis or jaxb-api-*.jar , is compatible with java 17?
Upvotes: 0
Views: 889