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 bfcd3a84eed Regen for commit 9db0303195d5b74a8f183d0f65b2e26395c22ae0
     add cc2cd84ddc7 CAMEL-18793: add prettyBody to simple language (#10388)
     add 247aa2a5ed8 Regen
     add f3de409f08d Regen for commit ee234e7712f725cb85003b3411e5264f51fc9b1b
     add e15113c4806 Regen for commit c246d46acf2297a7bd2f513caaec664e78edc348

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

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/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  | 10258 +++++++++++--------
 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 +
 .../pom.xml                                        |    26 +-
 .../services/org/apache/camel/other.properties     |     7 +
 .../src/generated/resources/xml-jaxp-util.json     |    15 +
 .../apache/camel/util/xml/XmlPrettyPrinter.java    |    18 +-
 .../camel/util/xml/XmlPrettyPrinterTest.java       |     0
 .../src/test/resources/log4j2.properties           |    32 +
 .../org/apache/camel/util/camel-context.xml        |     0
 core/camel-xml-jaxp/pom.xml                        |     4 +
 core/pom.xml                                       |     1 +
 parent/pom.xml                                     |     5 +
 22 files changed, 6384 insertions(+), 4227 deletions(-)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/xml-jaxp-util.json
 copy core/{camel-xml-jaxp => camel-xml-jaxp-util}/pom.xml (77%)
 create mode 100644 
core/camel-xml-jaxp-util/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 create mode 100644 
core/camel-xml-jaxp-util/src/generated/resources/xml-jaxp-util.json
 rename core/{camel-xml-jaxp => 
camel-xml-jaxp-util}/src/main/java/org/apache/camel/util/xml/XmlPrettyPrinter.java
 (93%)
 rename core/{camel-xml-jaxp => 
camel-xml-jaxp-util}/src/test/java/org/apache/camel/util/xml/XmlPrettyPrinterTest.java
 (100%)
 create mode 100644 
core/camel-xml-jaxp-util/src/test/resources/log4j2.properties
 copy core/{camel-core => 
camel-xml-jaxp-util}/src/test/resources/org/apache/camel/util/camel-context.xml 
(100%)

Reply via email to