I ran across some code that was using XMLGregorianCalendarImpl.parse and noticed that this class was out of the com.sun.org.apache.... package, which obviously isn't good. I see that i should be using DatatypeFactory.newInstance().newXMLGregorianCalendar so i'll switch that over.
But i'm trying to find the replacement for XMLGregorianCalendarImpl.createTime all i see are methods for creating durations. Any pointers on what i should be using?