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 31a08d9c2de Regen for commit 611b44ae3221b853685cd4bf6748c0c8812ce6d2
     add 9db0303195d CAMEL-19468: Upgrade saxon to 12.2 (#10423)
     add cc2cd84ddc7 CAMEL-18793: add prettyBody to simple language (#10388)
     add 247aa2a5ed8 Regen

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

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 +-
 .../org/apache/camel/catalog/others.properties     |  1 +
 .../apache/camel/catalog/others/xml-jaxp-util.json | 15 +++++
 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                                     |  7 +-
 21 files changed, 257 insertions(+), 28 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