mirror of
https://github.com/google/nomulus
synced 2026-07-28 02:52:45 +00:00
Upgrade to Hibernate6 and Jaxb4 (#2526)
* Rebase * Addressing commetns * Addressing comments * Auto convert Duration and Money
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
package google.registry.util;
|
||||
|
||||
import javax.xml.bind.annotation.XmlEnumValue;
|
||||
import jakarta.xml.bind.annotation.XmlEnumValue;
|
||||
|
||||
/** Utility methods related to xml enums. */
|
||||
public class XmlEnumUtils {
|
||||
|
||||
@@ -17,7 +17,7 @@ package google.registry.util;
|
||||
import static google.registry.util.PreconditionsUtils.checkArgumentNotNull;
|
||||
|
||||
import com.google.common.collect.ImmutableMap;
|
||||
import javax.xml.bind.annotation.XmlEnumValue;
|
||||
import jakarta.xml.bind.annotation.XmlEnumValue;
|
||||
|
||||
/** Efficient lookup from xml enums to java enums */
|
||||
public final class XmlToEnumMapper<T extends Enum<?>> {
|
||||
|
||||
Reference in New Issue
Block a user