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 2022/12/27 12:09:46 UTC

[camel] branch regen_bot updated (b1328b93258 -> 98501f30544)

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


    from b1328b93258 Upgrade dependencies as part of spring boot 2.7.7 upgrade
     add c3be90c709e CAMEL-18843: upgrade to spring boot 2.7.7
     add 61e0b903fee CAMEL-18825: Make XML parser/transformers more secure out of the box.
     add 9bd7acd73f5 CAMEL-18840: camel-http - Make followRedirects=true|false easier to use and no need for tweaking other options.
     add 98501f30544 Regen for commit 9bd7acd73f5ae0acfac4763570b4a5c252e989e3

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/dataformats/jaxb.json |  1 +
 .../org/apache/camel/catalog/models/jaxb.json      |  1 +
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 15 ++++
 .../apache/camel/component/http/HttpComponent.java |  7 +-
 .../camel/component/http/FollowRedirectTest.java   | 86 ++++++++++++++++++++++
 .../camel/component/http/HttpRedirectTest.java     |  4 +-
 .../converter/jaxb/JaxbDataFormatConfigurer.java   |  2 +
 .../org/apache/camel/converter/jaxb/jaxb.json      |  1 +
 .../camel-jaxb/src/main/docs/jaxb-dataformat.adoc  | 37 +++-------
 .../camel/converter/jaxb/JaxbDataFormat.java       | 52 ++++++-------
 ...ncurrentJaxbDataFormatSchemaValidationTest.java |  1 +
 .../jaxb/JaxbDataFormatSchemaValidationTest.java   |  1 +
 .../java/org/apache/camel/jaxb/CamelJaxbTest.java  |  1 +
 .../org/apache/camel/converter/jaxb/context.xml    |  6 +-
 .../org/apache/camel/model/dataformat/jaxb.json    |  1 +
 .../camel/model/dataformat/JaxbDataFormat.java     | 36 +++++++++
 .../reifier/dataformat/JaxbDataFormatReifier.java  |  1 +
 .../java/org/apache/camel/xml/in/ModelParser.java  |  1 +
 .../ROOT/pages/camel-3x-upgrade-guide-3_21.adoc    |  4 +-
 .../dsl/jbang/core/commands/ExportBaseCommand.java |  2 +-
 .../dsl/yaml/deserializers/ModelDeserializers.java |  6 ++
 .../generated/resources/schema/camel-yaml-dsl.json |  3 +
 .../generated/resources/schema/camelYamlDsl.json   |  3 +
 23 files changed, 206 insertions(+), 66 deletions(-)
 create mode 100644 components/camel-http/src/test/java/org/apache/camel/component/http/FollowRedirectTest.java