ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
135 stars 85 forks source link

chore: upgrade java generator to version 7.3.0 #332

Closed MalteBellmann closed 3 months ago

MalteBellmann commented 4 months ago

Related Issue or Design Document

fixes https://github.com/ory/hydra-client-java/issues/19

Checklist

Further comments

aeneasr commented 4 months ago

Thank you! We need to make sure the dependencies work correctly - do you have an idea how to test that?

MalteBellmann commented 4 months ago

When updating the pom.xml files, i ran ./scripts/generate.sh and ./scripts/test.sh in a oryd/sdk:v0.0.51 docker container, this worked fine. And, if i understand it correctly, these will also run on CI once merged to master (or at the next spec update). I also tested the hydra client locally in my project, also worked fine.

A better solution would probably be integration tests in this or another repository that use the generated clients with an instance of the respective service, do you guys have such a setup?

aeneasr commented 3 months ago

Thank you! :)