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

Commits on Apr 25, 2024

  1. chore(project): Add Tomcat 10 Support

    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
    psavidis committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fb31779 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    735b917 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Rename tomcat 9 runtime and properties of integration-tests-engine

    Renames include:
    
    - References in tomcat 9 xml config
    - The runtime directory (to differentiate it from latest tomcat)
    - tomcat 9 maven profiles
    psavidis committed May 10, 2024
    Configuration menu
    Copy the full SHA
    38b45b6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Commit latest work

    - Tomcat 10 starts on QA Tests and then SLF4J clashes
    - Add Tomcat 10 (not finished) profile for shared-engine
    psavidis committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0de605a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9106668 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    2baa5ef View commit details
    Browse the repository at this point in the history
  2. Update Jenkinsfile

    tasso94 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0c1d4fe View commit details
    Browse the repository at this point in the history