ory / hydra-client-java

Apache License 2.0
26 stars 7 forks source link

Request publish to Maven Central #18

Open ardetrick opened 1 year ago

ardetrick commented 1 year ago

Preflight checklist

Describe the bug

There are several fields that were behaving as non-nullable even though they were nullable. The details of this issue can be found in this discussion: https://github.com/ory/hydra/issues/3360.

Having looked at the source code currently in main, it appears as if this issue has been resolved. However, the code has not been published to Maven Central. This means the updates are unavailable to use and it requires implementing a work-around.

This issue is to request that we publish a new patch version of the Java SDK to Maven Central so the community can take advantage of the bug fix already that has already been merged.

Reproducing the bug

See: https://github.com/ory/hydra/issues/3360.

Relevant log output

No response

Relevant configuration

No response

Version

v2.0.2

On which operating system are you observing this issue?

None

In which environment are you deploying?

None

Additional Context

No response