This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch 3.27.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 868d9bb66f Fix FHIR native build warning ClassNotFoundException:
com.google.protobuf.JavaFeaturesProto
new 45983836de Fixes #9054. Only set LDAP security-authentication when it
is configured
new d4884f4737 Fixes #9056. Stop swallowing JTA rollback and resume
failures
new 2044a7a04c Adapt the backported changes to the 3.27.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.27.6.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.27.6.adoc
create mode 100644
extensions/jta/deployment/src/test/java/org/apache/camel/quarkus/component/jta/JtaTransactionFailurePropagationTest.java