This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 594ed8a792 fixed compilation error + rege of files
add 7432ff07c7 Revert "Disable jira test temporarily #4524"
add 844533901b Fix #4524 re-enable the jira tests and add jakarta renames
add b41cbe6359 Updated CHANGELOG.md
new ae2f0f5c67 Merge branch 'main' of github.com:apache/camel-quarkus into
camel-main
The 1 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:
CHANGELOG.md | 2 +
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 +
10 files changed, 152 insertions(+), 4 deletions(-)
create mode 100644
extensions/jira/deployment/src/main/java/org/apache/camel/quarkus/component/jira/deployment/JakartaEnablement.java