This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from a4723cc09f2 18913: simple language - Add join function that for
example can be used in camel-http to build multi-value query
add a045aece0e2 (chores) ci: adjust regen bot for Camel 3 / 4
add 72470f88992 18913: simple language - Add join function that for
example can be used in camel-http to build multi-value query
add 2a483a52460 Jakarta Migration: Fixed JPA tests (#9089)
No new revisions were added by this update.
Summary of changes:
.github/workflows/push-build-camel-3.yml | 7 +-
.github/workflows/push-build-main.yml | 3 +-
.../camel/component/http/HttpSetHeaderIdsTest.java | 4 +-
components/camel-jpa/pom.xml | 39 +--
.../camel-jpa/src/main/docs/jpa-component.adoc | 2 +-
.../src/test/resources/META-INF/persistence.xml | 9 +-
.../test/resources/META-INF/persistence_2_1.xsd | 354 ---------------------
.../test/resources/META-INF/persistence_3_1.xsd | 342 ++++++++++++++++++++
.../profiles/hibernate/META-INF/persistence.xml | 22 +-
9 files changed, 392 insertions(+), 390 deletions(-)
delete mode 100644
components/camel-jpa/src/test/resources/META-INF/persistence_2_1.xsd
create mode 100644
components/camel-jpa/src/test/resources/META-INF/persistence_3_1.xsd