You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/11/21 20:18:33 UTC

[camel] branch regen_bot updated (9f8a3cbd7a4 -> 95cc219c3f3)

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 9f8a3cbd7a4 Regen for commit 9f3d15cade87a4e785c138f0b22b3d910b5ccbc6 (#8754)
     add 95cc219c3f3 CAMEL-18736: Ensure cxfEndpoint schemas are uniquely named for JaxRS and JaxWS to avoid classpath conflicts (#8753)

No new revisions were added by this update.

Summary of changes:
 .../camel-cxf/camel-cxf-rest/src/main/docs/cxfrs-component.adoc   | 4 ++--
 components/camel-cxf/camel-cxf-spring-rest/pom.xml                | 2 +-
 .../src/main/resources/META-INF/spring.schemas                    | 8 ++++----
 .../resources/schema/{cxfEndpoint.xsd => cxfJaxrsEndpoint.xsd}    | 0
 components/camel-cxf/camel-cxf-spring-soap/pom.xml                | 2 +-
 .../src/main/resources/META-INF/spring.schemas                    | 8 ++++----
 .../resources/schema/{cxfEndpoint.xsd => cxfJaxwsEndpoint.xsd}    | 0
 7 files changed, 12 insertions(+), 12 deletions(-)
 rename components/camel-cxf/camel-cxf-spring-rest/src/main/resources/schema/{cxfEndpoint.xsd => cxfJaxrsEndpoint.xsd} (100%)
 rename components/camel-cxf/camel-cxf-spring-soap/src/main/resources/schema/{cxfEndpoint.xsd => cxfJaxwsEndpoint.xsd} (100%)