ory / sdk

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

fix: enable discriminator lookup for java #352

Closed WoodyWoodsta closed 2 months ago

WoodyWoodsta commented 2 months ago

Adds discriminator lookups for Java oneOf specs. This fixes an issue where the oneOf specs weren't being automatically discriminated.

Related Issue or Design Document

Fixes https://github.com/ory/kratos/issues/3807

Checklist

Further comments

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

aeneasr commented 2 months ago

Awesome, nice find!

WoodyWoodsta commented 2 months ago

Thanks @aeneasr. What is the release schedule of the java sdk? (i.e. when can we expect this change to be published?)

aeneasr commented 2 months ago

The client SDK for Ory Network is released almost every time we release to Ory Network. For Ory OSS we release SDKs alongside releases for the projects

WoodyWoodsta commented 2 months ago

Even for an inop SDK? We'll have to sort out our own Maven repo or do something locally then :D