Greetings to WildFly team!

As part of new product development, I've initiated an upgrade from Java 8 to Java 11. Was pleased to know that WildFly 26 supports both 8 and 11 versions (not saying about 17 which is really great).
Last year I've started development process with 26.1.2. Last week I've read about 26.1.3 release, listing security fixes and went comparing Jakarta EE POMs in Maven repository (https://mvnrepository.com/artifact/org.wildfly.bom/wildfly-jakartaee8/26.1.2.Final https://mvnrepository.com/artifact/org.wildfly.bom/wildfly-jakartaee8/26.1.3.Final )

My question is, why jakarta.jws:jakarta.jws-api:2.1.0 dependency was removed?
Is it somehow related to javax.jws:jsr181-api (is present in both POMs)? According to https://github.com/jakartaee/jws-api/issues/1  " Jsr181-api.jar is just the wrong name of javax.jws-api.jar" and " current (and correct) artifact now from this repo is going to be jakarta.jws:jakarta.jws-api:2.1.0"


P.S. I don't know if it's an appropriate channel to ask such question; if not, please provide a proper resource.

--
Best regards,
Alex Lutsenko