-
Notifications
You must be signed in to change notification settings - Fork 10
Upgrade camunda 7.23.00 ee #255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades CWS to use Camunda Platform 7.23.0 Enterprise Edition (EE) along with Jakarta EE migration and ActiveMQ Artemis migration for Spring 6 compatibility. The upgrade modernizes the application's infrastructure while maintaining backward compatibility.
- Upgraded from Camunda 7.20.0 to 7.23.0-ee with enterprise features
- Migrated from javax.* to jakarta.* dependencies for Jakarta EE compliance
- Replaced ActiveMQ 5.x with ActiveMQ Artemis for improved performance and Spring 6 compatibility
Reviewed Changes
Copilot reviewed 89 out of 92 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Updated Camunda version, migrated to Jakarta dependencies, replaced ActiveMQ with Artemis |
| utils.sh | Updated version numbers for Camunda 7.23.0-ee and Tomcat 10.1.36 |
| Multiple config files | Updated servlet API versions and JAX-RS configurations for Jakarta EE |
| install/cws-ui/broker.xml | New Artemis broker configuration replacing legacy ActiveMQ config |
| Java source files | Updated imports from javax.* to jakarta.* across all modules |
| GitHub workflows | Added Camunda EE credentials and license configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
cws-service/src/main/java/jpl/cws/scheduler/SchedulerQueueUtils.java
Outdated
Show resolved
Hide resolved
cws-service/src/main/java/jpl/cws/service/CwsConsoleService.java
Outdated
Show resolved
Hide resolved
…tion -> 2, mysql-connector to -j version, xmlunit, bootstrap (webjars)
…tem.out.println to use the logger
- Converted joda.time to java.time
… Used not defined
|
jdrodjpl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, shouldn't affect any of the stuff I've done w/ UI or the various bug fixes I've done.




No description provided.