Need to upgrade wildfly from 16.0.Final to 28.0.0.Final.

399 views
Skip to first unread message

shilpa N

unread,
May 11, 2023, 12:41:59 PM5/11/23
to WildFly
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

Richard Opalka

unread,
May 11, 2023, 3:44:26 PM5/11/23
to shilpa N, WildFly
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) and
Maybe you want to do step 1 iterable i.e. 16 -> 17 -> ... -> 25 -> 26 and
if something doesn't work check RELEASE notes what has changed since last release

Rio

On 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.

Shilpa

unread,
May 11, 2023, 8:50:34 PM5/11/23
to Richard Opalka, WildFly
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 8

Richard Opalka

unread,
May 12, 2023, 4:22:05 AM5/12/23
to Shilpa, WildFly
Hello Shilpa,

   The only difference between Java EE 8 & Jakarta EE 8 is the package refactoring from javax.* to jakarta.*

Rio

Shilpa

unread,
May 12, 2023, 4:24:38 AM5/12/23
to Richard Opalka, WildFly
Hello Richard,
Sorry to say this, actually from JAVA EE8 to Jakarta EE 8 will not change any package right, from EE9 we need to refactor from javax.* to jakarta.*
Could you correct me, is am wrong?

On Fri, May 12, 2023 at 1:52 PM Richard Opalka <rop...@redhat.com> wrote:
Hello Shilpa,

   The only difference between Java EE 8 & Jakarta EE 8 is the package refactoring from javax.* to jakarta.*

Rio

On 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 8

On 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) and
Maybe you want to do step 1 iterable i.e. 16 -> 17 -> ... -> 25 -> 26 and
if something doesn't work check RELEASE notes what has changed since last release

Rio

On 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.


--
Best Regards,
Shilpa

Shilpa

unread,
May 12, 2023, 4:27:43 AM5/12/23
to Richard Opalka, WildFly
Hi Richard,
Actually we have a java project that has Ant has a build tool and as of now using openJDK 11 and wildfly 16 for project build so now planning to move to openJDK 17 so my question is can we use Wildfly 26 with Jakarta EE 8 as it is not changing any our code level because for Jakarta EE 8 is having the same specifications API which Java EE 8 is having right.
PLease correct me and give me the right solution for my research.
--
Best Regards,
Shilpa

Shilpa

unread,
May 12, 2023, 4:31:58 AM5/12/23
to Richard Opalka, WildFly
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?

--
Best Regards,
Shilpa

Richard Opalka

unread,
May 12, 2023, 4:43:13 AM5/12/23
to Shilpa, WildFly
Hello Shilpa,

   Yes, you're correct. Sorry for confusion.

Rio

Richard Opalka

unread,
May 12, 2023, 4:52:13 AM5/12/23
to Shilpa, WildFly
Hello Shilpa,

On Fri, May 12, 2023 at 10:32 AM Shilpa <shilpa...@gmail.com> wrote:
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?
WildFly 26.1.2
And what are the basic config level changes need to be done in the system?
You will need to read the docs and release notes if you'll face some problems on your incremental migration to WildFly 26.1.2

Richard

Shilpa

unread,
May 12, 2023, 4:57:36 AM5/12/23
to Richard Opalka, WildFly
So latest wildfly 26 is fine for open jdk 11 and 17 right?

Shilpa

unread,
May 12, 2023, 6:41:47 AM5/12/23
to Richard Opalka, WildFly
Hi Richard,
Have one more doubt, do we need any tool to upgrade Wildfly versions?
--
Best Regards,
Shilpa

Shilpa

unread,
May 12, 2023, 6:43:25 AM5/12/23
to Richard Opalka, WildFly
Hello Richard,
As I know that simply we can download any version of Wildfly that supports our jdk and simply we can mention wildfly path in the application and need to build our app right?
Could you please tell me anything extra things needs to be done as a part of upgrade?

--
Best Regards,
Shilpa

Scott Marlow

unread,
May 15, 2023, 8:39:08 AM5/15/23
to WildFly
> Have one more doubt, do we need any tool to upgrade Wildfly versions?



The Web Profile is described via https://jakarta.ee/specifications/webprofile/10 and Core Profile is described via https://jakarta.ee/specifications/coreprofile/10 for reference.

Depending on which technologies/(EE) specifications  your application is depending on, you may also go directly to the relevant (Jakarta EE 10) specs under https://jakarta.ee/specifications.

Hope this helps.

Scott
Reply all
Reply to author
Forward
0 new messages