psavidis
psavidis
## Update PRs have been merged to `master`. Closing the ticket.
## Update The version in the docs was not correct (**1.7** instead of **1.17**). Opened a [PR](https://github.com/camunda/camunda-docs-manual/pull/1615) to correct it; kudos to @yanavasileva for noticing that 👍
### Before the code review Hello, before reviewing the code changes, i'd like to discuss some points i've found to make sure we address the right thing: - The [documentation](https://github.com/camunda/camunda-bpm-platform/pull/4245/files#diff-9ad3db617b8335902da40533b168f018a1b23610e716c28583d0c7ec55fd1669R298)...
## Update - Tried to rebase and solve the conflicts and the commits of master ended up in the PR. - Daniel's work has bee preserved and the commits of...
## Code Review Update on Code - Tested the `camunda-bpm-examples` without the code changes and replicated the problem with the `NoClassDefFoundError: javax/xml/bind/JAXBException` - Tested the **PRs** with the `jakarta` alignments...
## Code Review Update on Documentation I've left some questions about the direct reference of the artifact version on the documentation [PR](https://github.com/camunda/camunda-docs-manual/pull/1617).
## Code Review Update All PRs look good & are ready to be merged 👍
## Kickoff ### Context `Tomcat 10` is a supported environment. ### Business Value The supported environments of `Camunda 7` is going to continue its evolution along with the newer updates...
## Progress so far with Tomcat 10 ✔ ### Engine Integration Tests Problems - **Problem**: Currently, the `engine-integration` tests start tomcat 10 and then there are failures in the tomcat...
### Latest Investigation findings - Tomcat 10 Webapps Latest Investigation - After debugging `cargo-maven3-plugin` and the Tomcat 10 startup, we were able to set a breakpoint at `TomcatBpmPlatformBootstrap` and see...