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 1c2e278 CAMEL-17124 Changed filter expression for query parameters
(#6333)
new db64c4a CAMEL-17000: camel-seda - Add component level option to set
pollTimeout. Remove JVM system property as its flaky for parallel unit testing.
new 23a81e8 CAMEL-17000: camel-seda - Add component level option to set
pollTimeout. Remove JVM system property as its flaky for parallel unit testing.
new 0d303d8 CAMEL-17000: camel-seda - Add component level option to set
pollTimeout. Remove JVM system property as its flaky for parallel unit testing.
The 3 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:
.../component/seda/SedaComponentConfigurer.java | 6 ++++++
.../org/apache/camel/component/seda/seda.json | 5 +++--
.../apache/camel/component/seda/SedaComponent.java | 17 ++++++++++++++++
.../apache/camel/component/seda/SedaEndpoint.java | 11 +++--------
.../apache/camel/component/rest/RestRefTest.java | 1 -
.../rest/SpringFromRestConfigurationTest.java | 1 -
.../rest/SpringFromRestDuplicateTest.java | 1 -
.../rest/SpringFromRestGetEmbeddedRouteTest.java | 1 -
.../rest/SpringFromRestGetInterceptTest.java | 1 -
.../rest/SpringFromRestGetOnExceptionTest.java | 1 -
.../SpringFromRestGetRouteOnExceptionTest.java | 1 -
.../component/rest/SpringFromRestGetTest.java | 1 -
.../rest/SpringFromRestIdAndDescriptionTest.java | 1 -
.../rest/SpringFromRestUriPrefixTest.java | 1 -
.../camel/spring/SpringEndpointPropertyTest.java | 2 --
.../org/apache/camel/spring/SpringTestSupport.java | 5 +++--
.../component/dsl/SedaComponentBuilderFactory.java | 19 ++++++++++++++++++
.../java/org/apache/camel/ContextTestSupport.java | 8 ++++----
.../test/java/org/apache/camel/TestSupport.java | 5 +++++
.../org/apache/camel/builder/ErrorHandlerTest.java | 15 --------------
.../ComponentResolvePropertyPlaceholdersTest.java | 2 ++
.../camel/component/seda/SedaEndpointTest.java | 1 +
.../apache/camel/component/seda/SedaRouteTest.java | 23 ++++++----------------
.../endpoint/dsl/SedaEndpointBuilderFactory.java | 18 +++++++++--------
.../management/ManagedCustomComponentNameTest.java | 2 +-
.../management/ManagedUnregisterComponentTest.java | 2 +-
26 files changed, 81 insertions(+), 70 deletions(-)