This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 063c39a Merge pull request #3621 from kawakamimanabu/typo_jclouds
new a1dd2bd Add the clearModelReferences flag to camel-main
new 8b2be9d Rename the DataFormatTransformerReifier correctly
new 251dd33 CAMEL-14684: add unit test and update migration guide
new 4032f91 Add MDC logging infos during camel context initialization
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../camel/impl/engine/AbstractCamelContext.java | 7 ++
...fier.java => DataFormatTransformerReifier.java} | 4 +-
.../reifier/transformer/TransformerReifier.java | 2 +-
.../BodyOnlyAggregationStrategyTest.java | 90 ++++++++++++++++++++++
.../camel-main-configuration-metadata.json | 1 +
.../camel/main/DefaultConfigurationConfigurer.java | 1 +
.../camel/main/DefaultConfigurationProperties.java | 9 +++
.../modules/ROOT/pages/camel-3x-upgrade-guide.adoc | 22 ++++++
8 files changed, 133 insertions(+), 3 deletions(-)
rename
core/camel-core-engine/src/main/java/org/apache/camel/reifier/transformer/{DataFormatTransformeReifier.java
=> DataFormatTransformerReifier.java} (89%)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/aggregator/BodyOnlyAggregationStrategyTest.java