This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 1c04f01 Sync deps
new 077078a CAMEL-17079: Deprecate SimpleBuilder and migrate to not use
it anymore.
new 01e0572 CAMEL-17072: Using custom debug requires to be enabled. Using
debug from camel-test fixed.
new 8c3b870 CAMEL-17079: Deprecate SimpleBuilder and migrate to not use
it anymore.
new 0d2a4a8 CAMEL-17079: Deprecate SimpleBuilder and migrate to not use
it anymore.
new d6df1fd CAMEL-17079: Deprecate SimpleBuilder and migrate to not use
it anymore.
new a9acd0b CAMEL-17079: Deprecate SimpleBuilder and migrate to not use
it anymore.
new b486b8a CAMEL-17079: Deprecate SimpleBuilder and migrate to not use
it anymore.
The 7 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:
.../datasonnet/CamelDatasonnetJavaDslTest.java | 4 ++--
.../apache/camel/test/junit5/CamelTestSupport.java | 4 ++--
.../test/spring/junit5/CamelAnnotationsHandler.java | 4 ++++
...CamelSpringProvidesBreakpointInheritedTest.java} | 2 +-
.../camel/test/spring/CamelAnnotationsHandler.java | 4 ++++
...pringRunnerProvidesBreakpointInheritedTest.java} | 2 +-
.../camel/test/patterns/applicationContext.xml | 2 +-
.../apache/camel/test/junit4/CamelTestSupport.java | 3 ++-
.../org/apache/camel/builder/BuilderSupport.java | 21 +++++++++++++--------
.../camel/builder/EndpointConsumerBuilder.java | 5 -----
.../camel/builder/EndpointProducerBuilder.java | 5 -----
.../org/apache/camel/builder/SimpleBuilder.java | 1 +
.../org/apache/camel/model/ProcessorDefinition.java | 9 +++++----
.../builder/endpoint/EndpointBuilderFactory.java | 13 ++++++++++---
.../builder/endpoint/AbstractEndpointBuilder.java | 12 ++++++------
.../ROOT/pages/camel-3x-upgrade-guide-3_13.adoc | 9 ++++++++-
.../camel/maven/packaging/EndpointDslMojo.java | 18 ++++++++++++++----
17 files changed, 74 insertions(+), 44 deletions(-)
rename
components/camel-test/camel-test-spring-junit5/src/test/java/org/apache/camel/test/spring/{CamelSpringProvidesBreakpointInherritedTest.java
=> CamelSpringProvidesBreakpointInheritedTest.java} (94%)
rename
components/camel-test/camel-test-spring/src/test/java/org/apache/camel/test/spring/{CamelSpringRunnerProvidesBreakpointInherritedTest.java
=> CamelSpringRunnerProvidesBreakpointInheritedTest.java} (93%)