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


    omit e15113c4806 Regen for commit c246d46acf2297a7bd2f513caaec664e78edc348
    omit f3de409f08d Regen for commit ee234e7712f725cb85003b3411e5264f51fc9b1b
    omit 247aa2a5ed8 Regen
    omit cc2cd84ddc7 CAMEL-18793: add prettyBody to simple language (#10388)
    omit 9db0303195d CAMEL-19468: Upgrade saxon to 12.2 (#10423)
     add 31a08d9c2de Regen for commit 611b44ae3221b853685cd4bf6748c0c8812ce6d2

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   (e15113c4806)
            \
             N -- N -- N   refs/heads/regen_bot (31a08d9c2de)

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.

No new revisions were added by this update.

Summary of changes:
 bom/camel-bom/pom.xml                              |     5 -
 camel-dependencies/pom.xml                         |     2 +-
 .../camel/catalog/components/spring-rabbitmq.json  |    72 +-
 .../org/apache/camel/catalog/others.properties     |     1 -
 .../apache/camel/catalog/others/xml-jaxp-util.json |    15 -
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10526 ++++++++-----------
 core/camel-core-languages/pom.xml                  |     5 -
 .../modules/languages/pages/simple-language.adoc   |     2 -
 .../camel/language/csimple/CSimpleHelper.java      |    25 -
 .../simple/ast/SimpleFunctionExpression.java       |     4 -
 .../apache/camel/language/simple/SimpleTest.java   |    74 -
 core/camel-support/pom.xml                         |     4 -
 .../camel/support/builder/ExpressionBuilder.java   |    38 -
 core/camel-xml-jaxp-util/pom.xml                   |    71 -
 .../services/org/apache/camel/other.properties     |     7 -
 .../src/generated/resources/xml-jaxp-util.json     |    15 -
 .../src/test/resources/log4j2.properties           |    32 -
 .../org/apache/camel/util/camel-context.xml        |    49 -
 core/camel-xml-jaxp/pom.xml                        |     4 -
 .../apache/camel/util/xml/XmlPrettyPrinter.java    |    18 +-
 .../camel/util/xml/XmlPrettyPrinterTest.java       |     0
 core/pom.xml                                       |     1 -
 parent/pom.xml                                     |     7 +-
 23 files changed, 4342 insertions(+), 6635 deletions(-)
 delete mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/xml-jaxp-util.json
 delete mode 100644 core/camel-xml-jaxp-util/pom.xml
 delete mode 100644 
core/camel-xml-jaxp-util/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 delete mode 100644 
core/camel-xml-jaxp-util/src/generated/resources/xml-jaxp-util.json
 delete mode 100644 
core/camel-xml-jaxp-util/src/test/resources/log4j2.properties
 delete mode 100644 
core/camel-xml-jaxp-util/src/test/resources/org/apache/camel/util/camel-context.xml
 rename core/{camel-xml-jaxp-util => 
camel-xml-jaxp}/src/main/java/org/apache/camel/util/xml/XmlPrettyPrinter.java 
(93%)
 rename core/{camel-xml-jaxp-util => 
camel-xml-jaxp}/src/test/java/org/apache/camel/util/xml/XmlPrettyPrinterTest.java
 (100%)

Reply via email to