This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch 3.33.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 6b53d4b5c9 Fix FHIR native build warning ClassNotFoundException:
com.google.protobuf.JavaFeaturesProto
new cf94843b46 Fixes #9054. Only set LDAP security-authentication when it
is configured
new 1b69958733 Fixes #9056. Stop swallowing JTA rollback and resume
failures
new 13e0c2e732 Adapt the backported changes to the 3.33.x line
The 3 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:
.../modules/ROOT/pages/migration-guide/3.33.3.adoc | 35 ++++++
docs/modules/ROOT/pages/migration-guide/index.adoc | 1 +
.../ROOT/pages/reference/extensions/ldap.adoc | 2 +-
.../jta/JtaTransactionFailurePropagationTest.java | 137 +++++++++++++++++++++
.../jta/NotSupportedJtaTransactionPolicy.java | 7 +-
.../jta/RequiresNewJtaTransactionPolicy.java | 7 +-
.../jta/TransactionalJtaTransactionPolicy.java | 56 +++++++--
.../quarkus/component/ldap/CamelLdapConfig.java | 4 +-
.../quarkus/component/ldap/CamelLdapRecorder.java | 2 +-
.../quarkus/component/ldap/it/LdapResource.java | 17 +++
.../camel/quarkus/component/ldap/it/LdapTest.java | 22 ++++
11 files changed, 275 insertions(+), 15 deletions(-)
create mode 100644 docs/modules/ROOT/pages/migration-guide/3.33.3.adoc
create mode 100644
extensions/jta/deployment/src/test/java/org/apache/camel/quarkus/component/jta/JtaTransactionFailurePropagationTest.java