I don't understand the XML ecosystem very well, but I gather that jakarta is the successor to a subset of javax, and other tools are moving on to support jakarta. For example, Guice's latest version 7.0.0 only supports jakarta injection. They also released 6.0.0 that works with both javax and jakarta. So, for now, I can only upgrade to Guice to 6.0.0 in my project because play-soap still uses javax injection. Is there intention to move to jakarta?
I don't understand the XML ecosystem very well, but I gather that jakarta is the successor to a subset of javax, and other tools are moving on to support jakarta. For example, Guice's latest version 7.0.0 only supports jakarta injection. They also released 6.0.0 that works with both javax and jakarta. So, for now, I can only upgrade to Guice to 6.0.0 in my project because play-soap still uses javax injection. Is there intention to move to jakarta?