Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Ory client module #1

Open
weaselmetal opened this issue Nov 6, 2024 · 2 comments
Open

No Ory client module #1

weaselmetal opened this issue Nov 6, 2024 · 2 comments

Comments

@weaselmetal
Copy link

I'm trying to use the Ory Java client in a modularized Java project.
That doesn't work at all with the latest version (1.15.17) or gives me compile time warnings like this:

Required filename-based automodules detected: [ory-client-1.6.2.jar]. Please don't publish this project to a public artifact repository!

when using requires ory.client; in my module-info.java.

Any chance for a modularized ory-client?
Is there a recommendation from your side?
Thanks

@aeneasr
Copy link
Member

aeneasr commented Nov 8, 2024

We‘re using the default java generator for openapi, I‘m not really sure what we need to do here :/

@weaselmetal
Copy link
Author

weaselmetal commented Nov 8, 2024

Hm, I think there's little to add to my problem description. To summarize: it seems impossible to use your Java client (in its latest version) in a Java module, limiting its usage quite a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants