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 2023/06/18 09:00:37 UTC

[camel] branch regen_bot updated (8bef3bd22b0 -> bfcd3a84eed)

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

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

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 -
 .../org/apache/camel/catalog/others.properties     |     1 -
 .../apache/camel/catalog/others/xml-jaxp-util.json |    15 -
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 10225 ++++++++-----------
 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                                     |     5 -
 21 files changed, 4209 insertions(+), 6391 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%)