Skip to content
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

chore(project): Add Tomcat 10 Support #4329

Closed
wants to merge 7 commits into from
Closed

Conversation

psavidis
Copy link
Contributor

@psavidis psavidis commented May 13, 2024

Description: Prototypical Implementation for Testing Pursposes

High level Content:

  • Tomcat 9 uses the respective tomcat9 profile, properties and tomcat9-runtime directory
  • Tomcat 10 uses the respective tomcat profile, properties and tomcat-runtime directory

Related-to: #2471

Description:

This commit can be broken down into the following changes:

- Use version.tomcat9 for tomcat 9 and version.tomcat property for tomcat 10 respectively
- Add tomcat assembly config to camunda-engine-rest-jakarta
- Add new module `camunda-tomcat-assembly-jakarta` which produces a tomcat 10 configured with the jakarta namespace
- Add configuration to produce a tomcat webapp based on the jakarta namespace
- Add configuration to tomcat distro module to output both tomcat 9 & 10 distributions

Related-to: #2471
Renames include:

- References in tomcat 9 xml config
- The runtime directory (to differentiate it from latest tomcat)
- tomcat 9 maven profiles
@psavidis psavidis added the ci:tomcat Runs the builds for the Tomcat application server. label May 13, 2024
@psavidis psavidis self-assigned this May 13, 2024
- Tomcat 10 starts on QA Tests and then SLF4J clashes
- Add Tomcat 10 (not finished) profile for shared-engine
@yanavasileva yanavasileva added ci:all-as Runs the builds for all application servers. ci:spring-boot Runs the integration tests for the Spring Boot starter. ci:webapp-integration Runs the webapp integration builds. labels May 14, 2024
@tasso94
Copy link
Member

tasso94 commented May 24, 2024

Obsolete.

@tasso94 tasso94 closed this May 24, 2024
@tasso94 tasso94 deleted the tomcat10_support branch May 27, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:all-as Runs the builds for all application servers. ci:spring-boot Runs the integration tests for the Spring Boot starter. ci:tomcat Runs the builds for the Tomcat application server. ci:webapp-integration Runs the webapp integration builds.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants