Using ant build tool and now 16 supported javax.* and as a part of 28 need to replace namespace with jakarta.*.What are the steps to follow for my upgrade. I am new to wildfly as well
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/527d32b2-2347-433f-b9ce-07faa8a3d622n%40googlegroups.com.
Hello Shilpa,The only difference between Java EE 8 & Jakarta EE 8 is the package refactoring from javax.* to jakarta.*RioOn Fri, May 12, 2023 at 2:50 AM Shilpa <shilpa...@gmail.com> wrote:Hello Richard,Actually we are using openJDK 11 and after few months planning to change to 17 so.Could you please help me to understand what is the difference between JavaEE 8 and JakartaEE 8On Fri, May 12, 2023, 1:14 AM Richard Opalka <rop...@redhat.com> wrote:Hello Shilpa,I would suggest you the following migration path for your apps:1) first migrate to WildFly 26.1.2 using JDK8 (Java EE API)2) second migrate to WildFly 27.0.1 using JDK11 (Jakarta EE API) andMaybe you want to do step 1 iterable i.e. 16 -> 17 -> ... -> 25 -> 26 andif something doesn't work check RELEASE notes what has changed since last releaseRioOn Thu, May 11, 2023 at 6:42 PM shilpa N <shilpa...@gmail.com> wrote:Using ant build tool and now 16 supported javax.* and as a part of 28 need to replace namespace with jakarta.*.What are the steps to follow for my upgrade. I am new to wildfly as well--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/527d32b2-2347-433f-b9ce-07faa8a3d622n%40googlegroups.com.
I am very thankful if I get a solution from your end, because from 2 days I am working on this and so confused like if i want to upgrade my wildfly that should support both openJDK 11 and 17, so what is the best wildfly version to use without any code level changes?
And what are the basic config level changes need to be done in the system?