Request publish to Maven Central
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [ ] This issue affects my Ory Network project.
- [ ] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
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