This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit 35dfced90d Upgrade Camel to 3.18.0
omit fe0ecc25f8 Aws SQS: Remove unnecessary headers from the test because
of CAMEL-18123 #3803
add 5e00457c6b Updated CHANGELOG.md
add 22a70adfa9 Remove redundant BOM imports from integration tests
add 162a4b90cd Fix PDF encryption in native mode
add f0f5ad992e Ensure new extensions are generated to reference
quarkus-extension-maven-plugin
new cacbfb418f Aws SQS: Remove unnecessary headers from the test because
of CAMEL-18123 #3803
new bbe1e62bc5 Upgrade Camel to 3.18.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (35dfced90d)
\
N -- N -- N refs/heads/camel-main (bbe1e62bc5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
CHANGELOG.md | 1 +
.../component/pdf/deployment/PdfProcessor.java | 7 ++++
integration-tests/datasonnet/pom.xml | 19 ---------
integration-tests/mybatis/pom.xml | 12 ------
.../quarkus/component/pdf/it/PdfResource.java | 45 ++++++++++++++++++++++
.../camel/quarkus/component/pdf/it/PdfTest.java | 34 ++++++++++++++++
.../integration-test-pom.xml | 19 ---------
tooling/create-extension-templates/runtime-pom.xml | 2 +-
8 files changed, 88 insertions(+), 51 deletions(-)