-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Milestone
Description
Search before asking
- 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!