This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 1a8d73dba1 Updated CHANGELOG.md new 7432ff07c7 Revert "Disable jira test temporarily #4524" new 844533901b Fix #4524 re-enable the jira tests and add jakarta renames The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: extensions/jira/deployment/pom.xml | 4 + .../jira/deployment/JakartaEnablement.java | 114 +++++++++++++++++++++ extensions/jira/runtime/pom.xml | 10 ++ integration-tests/jira/pom.xml | 10 ++ .../quarkus/component/jira/it/JiraRoutes.java | 6 +- integration-tests/pom.xml | 2 +- pom.xml | 2 + poms/build-parent/pom.xml | 5 + tooling/scripts/test-categories.yaml | 1 + 9 files changed, 150 insertions(+), 4 deletions(-) create mode 100644 extensions/jira/deployment/src/main/java/org/apache/camel/quarkus/component/jira/deployment/JakartaEnablement.java