This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24760
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 6161dbc764fe CAMEL-24760: camel-jbang - tui_get_diagram, tui_filter
and tui_set_log_level leave the core tool set for local models
discard 6d989c0384f5 CAMEL-24760: camel-jbang - camel_catalog_find in the core
tool set for local models, prefix budgets raised, prompt lines for the
canonical YAML shape and file writes
omit 32c69e6d9510 CAMEL-24712: camel-jbang - camel_catalog_doc lists the
common options by default (required, all, false on request) and says what it
left out; camel_catalog_sample resolves the EIP aliases from the catalog
instead of its own list
omit 03062b591b77 CAMEL-24712: camel-jbang-mcp - the 14 catalog, validation
and runtime tools the shared authoring tools replace are removed;
camel_catalog_find and camel_catalog_doc take an EIP alias, camel_catalog_doc
the message headers
add a2767b4a411c chore(deps): Bump
org.codehaus.mojo:templating-maven-plugin from 3.1.0 to 3.1.1 (#26481)
add a44921e9e2d6 chore(deps): Bump io.smallrye.config:smallrye-config from
3.18.2 to 3.18.3 (#26480)
add a5da54acdd31 chore(deps): Bump at.yawk.lz4:lz4-java from 1.11.2 to
1.11.3 (#26479)
add af42f8088895 CAMEL-24708: camel-groovy - a message script variable,
the Camel 4 name of request (#26478)
add 9903b4693b01 CAMEL-24716: camel-xmlsecurity - accept constant names as
aliases for cipher algorithm URIs
add e881071104e0 CAMEL-24712: camel-jbang-mcp - remove the 14 catalog,
validation and runtime tools the shared authoring tools replace; EIP aliases
and message headers on the shared tools (#26483)
add 0fdaad07a647 chore(deps): Bump com.google.genai:google-genai from
1.70.0 to 1.71.0 (#26485)
add 48b033c42dbb CAMEL-24760: camel-jbang - camel_catalog_find in the core
tool set for local models, prefix budgets raised, prompt lines for the
canonical YAML shape and file writes
add bf9d0d7259a8 CAMEL-24760: camel-jbang - tui_get_diagram, tui_filter
and tui_set_log_level leave the core tool set for local models
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 (6161dbc764fe)
\
N -- N -- N refs/heads/fix/CAMEL-24760 (bf9d0d7259a8)
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:
.../camel/catalog/dataformats/xmlSecurity.json | 2 +-
.../apache/camel/catalog/docs/groovy-language.adoc | 3 +-
.../apache/camel/catalog/models/xmlSecurity.json | 2 +-
.../apache/camel/catalog/schemas/camel-spring.xsd | 2 +-
.../apache/camel/catalog/schemas/camel-xml-io.xsd | 2 +-
.../camel/catalog/schemas/camelYamlDsl-model.json | 2 +-
.../org/apache/camel/catalog/CamelCatalog.java | 4 +-
.../src/main/docs/groovy-language.adoc | 3 +-
.../camel/language/groovy/GroovyExpression.java | 24 +-
.../groovy/GroovyExpressionBindingTest.java | 15 +-
.../groovy/GroovyMissingPropertyHintTest.java | 8 +
.../camel/dataformat/xmlsecurity/xmlSecurity.json | 2 +-
.../xmlsecurity/XMLSecurityDataFormat.java | 55 ++++-
.../xmlsecurity/XmlSecurityConstantNameTest.java | 241 +++++++++++++++++++++
.../apache/camel/model/dataformat/xmlSecurity.json | 2 +-
.../model/dataformat/XMLSecurityDataFormat.java | 2 +-
.../apache/camel/java/out/JavaDslModelWriter.java | 2 +-
.../java/org/apache/camel/xml/out/ModelWriter.java | 2 +-
.../org/apache/camel/yaml/out/YamlModelWriter.java | 2 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 5 +
.../dsl/jbang/core/commands/ai/CatalogDocs.java | 16 +-
.../jbang/core/commands/ai/CatalogDocsTest.java | 9 +-
.../dsl/yaml/deserializers/ModelDeserializers.java | 2 +-
.../resources/schema/camelYamlDsl-canonical.json | 2 +-
.../resources/schema/camelYamlDsl-model.json | 2 +-
.../generated/resources/schema/camelYamlDsl.json | 2 +-
parent/pom.xml | 6 +-
pom.xml | 2 +-
28 files changed, 373 insertions(+), 48 deletions(-)
create mode 100644
components/camel-xmlsecurity/src/test/java/org/apache/camel/dataformat/xmlsecurity/XmlSecurityConstantNameTest.java