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 had searched in the issues and found no similar issues.
Enhancement Request
With Shiro needing to maintain compatibility with older versions of Java,
I think there is a need to implement Multi-Release JARs.
I don't think there is any way around it because we want to use modern JDK features (like virtual threads, scoped values, etc)
while maintaining backwards compatibility
Describe the solution you'd like
Use maven plugins to accomplish this.
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Enhancement Request
With Shiro needing to maintain compatibility with older versions of Java,
I think there is a need to implement Multi-Release JARs.
I don't think there is any way around it because we want to use modern JDK features (like virtual threads, scoped values, etc)
while maintaining backwards compatibility
Describe the solution you'd like
Use maven plugins to accomplish this.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: