Skip to content

Commit 4379ac2

Browse files
committed
Add note to migration guide
1 parent 68bf0df commit 4379ac2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/update/minor/721-to-722/_index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,9 @@ Replace the artifact `camunda-engine-rest-$PLATFORM_VERSION-tomcat.war` with `ca
152152

153153
### Migrating to the Tomcat 10 Docker Image
154154

155-
If your application uses a Docker image based on `Tomcat 9`, you need to perform the above migration steps yourself before your application is compatible with the `jakarta` namespace changes the new Tomcat version introduces.
155+
If your application uses a Docker image based on `Tomcat 9`, you need to perform the above migration steps yourself before your application is compatible with the `jakarta` namespace changes the new Tomcat version introduces.
156+
157+
### CDI and Weld issues
158+
159+
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.
160+
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.

0 commit comments

Comments
 (0)