bcgov / jag-staffnet

Apache License 2.0
0 stars 0 forks source link

create the model classes on deserializing from ORDS #56

Closed jianmingtu closed 1 month ago

jianmingtu commented 1 month ago

refreshIdentityWithIdCheck request got an error on extracting response in production environment. the Java 11 and Spring 2 reused the auto-generated class from xsd as ORDS deserializing conversion classes and it worked, but Java17/Spring 3 does not allow it anymore. So, I have to manually generate a java class to conversion ORDS response from JSON to class objects.