Re: [DISCUSS] Jakarta

2024-03-11 Thread Benjamin Marwell
+1, JavaEE is dead. The band aid should be the other way around now: classifier for javax, but the code defaults to jakartaee. We can do that until we use features which are not available in JavaEE. Am Mo., 11. März 2024 um 14:11 Uhr schrieb Francois Papon : > > Hi, > > As we released the Shiro 2

Re: [DISCUSS] Jakarta

2024-03-11 Thread lenny
Although I find the idea of top-level packages intriguing, I still think that we should just rip the band-aid off and go with Jakarta full-bore. This is due to SpringBoot dropping support for Java EE 8 mostly, but also for the goodness of Jakarta EE 11. > On Mar 11, 2024, at 10:52 AM, Brian Deme

Re: [DISCUSS] Jakarta

2024-03-11 Thread Brian Demers
Major / Minor discussions are always fun. My personal preference would be to try to label it a 2.1 (but given the package name differences javax/jakarta that _might_ not be possible) Maybe we could default to the jakarta versions and move the classifier version to javax, in a 2.1? Or maybe create

[DISCUSS] Jakarta

2024-03-11 Thread Francois Papon
Hi, As we released the Shiro 2.0.0 major version, we have more and more users that are trying to migrate and have some jakarta issues. I think it would be nice if we create a new version 2.1.x or 3.x with no jakarta classifiers and having jakarta import package in the source code. Thoughts?