Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPIDeserializer add seam for converting JsonNode to Object #2094

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

taylortails
Copy link

This PR does the following:

  • OpenAPIDeserializer.java add seam allowing alternative ways to convertValues from JsonNodes. (TeaVM doesnt handler use of ObjectMapper)
  • OpenAPIDeserializer.java use jsr310 consistently for date processing (TeaVM doesnt have Calendar.Builder)
  • OpenAPIV31ParserSchemaTest.java changed so that the build also runs on windows

Background:
I'm using TeaVM to transpile the project into javascript. Minor changes were necessary to enable reduced use of jackson and use more common jdk apis which the transpiler supports.

@taylortails
Copy link
Author

@micryc are you able to run the workflows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant