satheesh vs
satheesh vs

Reputation: 1

Eclipse can’t find XMLGregorianCalendar class - as part of Jakarta migration

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

Answers (0)

Related Questions