You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
when using
requires ory.client;
in mymodule-info.java
.Any chance for a modularized ory-client?
Is there a recommendation from your side?
Thanks
The text was updated successfully, but these errors were encountered: