-
Notifications
You must be signed in to change notification settings - Fork 5
feat: API Sync by GitHub Action (2023-08-15) #110
Conversation
Failed to generate code from latest patched spec. Someone with write access must fix this PR manually and then convert it from Draft status to Ready for Review. |
|
@cprivitere and I walked through this and made this change to the
It seems that the openapitools-generator may have a blindspot to requestBodies with oneOf schema bodies. Java is neither of our strong suits, so we're not sure. The tests pass with this change, but the change to use |
We noticed that one of the OAS3 changes introduced |
Also, we didn't see any issues pop-out based on our searches |
My local environment was JDK 20 and if I ran make docker_run twice, it'd work. Our CI is JDK 11, however, so I'm working on setting up a JDK 11 local environment to get a better test. It would be good to know if folks would like to move to the newer LTS of 17 or not, as I'm not sure how we arrived at using 11. |
Add delete_failed enum to InterconnectionPort.yaml to support upstream API change detected in #110
This API Sync PR was automated through GitHub Actions workflow_displatch
on 2023-08-15.