Skip to content

Commit 33bc1a0

Browse files
committed
Add note to migration patch-level section
1 parent 4379ac2 commit 33bc1a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/update/patch-level.md

+7
Original file line numberDiff line numberDiff line change
@@ -493,12 +493,19 @@ This API is an internal API, which means it's **not** part of the public [REST A
493493
This version supports all the necessary building-block modules for our users to use `camunda-bpm-platform` community and enterprise editions in conjunction with `Tomcat 10.1`.
494494

495495
{{< note title="Heads-up!" class="warning" >}}
496+
497+
**<h4>Jakarta Namespace</h4>**
498+
496499
`Tomcat 10` is compatible with the `jakarta` namespace.
497500
If you wish to use it, the `jakarta` modules needs to be used (`camunda-webapp-tomcat-jakarta`, `camunda-engine-rest-jakarta`).
498501

499502
The `javax` modules won't work with `Tomcat 10`.
500503

501504
For detailed steps of manual installation, follow the [Tomcat Manual Installation Guide]({{< ref "/installation/full/tomcat/manual.md" >}})
505+
506+
**<h4>Weld Classloading Issues</h4>**
507+
In deployment scenarios involving one or more process applications with managed beans, classloading issues may occur if the WELD library is directly embedded in the WAR or process application deployment.
508+
To resolve this, it is recommended to relocate the WELD library from the WAR or process application deployment to the Tomcat server's library folder.
502509
{{< /note >}}
503510

504511
# Full Distribution

0 commit comments

Comments
 (0)