This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 3ffd485 Camel-AWS-Secrets-Manager: Moving integration test to
localstack
new 63b3109 CAMEL-16369: camel-endpointdsl and camel-componentdsl - Test
without JMX enabled
new f402998 CAMEL-16369: camel-endpointdsl and camel-componentdsl - Test
without JMX enabled
The 2 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:
core/camel-componentdsl/pom.xml | 26 ++++-
.../component/ComponentsBuilderFactoryTest.java | 4 +-
core/camel-endpointdsl/pom.xml | 6 --
.../builder/endpoint/AwsS3PollEnrichTest.java | 3 +-
.../builder/endpoint/BaseEndpointDslTest.java} | 9 +-
.../camel/builder/endpoint/CustomSedaTest.java | 3 +-
.../camel/builder/endpoint/EndpointInjectTest.java | 3 +-
.../builder/endpoint/EndpointQueryParamTest.java | 3 +-
.../endpoint/FileAbsolutePathIssueTest.java | 3 +-
.../endpoint/FileBatchConsumerMemoryLeakTest.java | 5 +-
.../builder/endpoint/FileConsumeCharsetTest.java | 9 +-
.../camel/builder/endpoint/FileDelayTest.java | 5 +-
.../builder/endpoint/FtpRawParameterTest.java | 3 +-
.../camel/builder/endpoint/HttpsBasicAuthTest.java | 6 +-
.../endpoint/LanguageEndpointScriptRouteTest.java | 3 +-
.../endpoint/LanguageEndpointStaticTest.java | 3 +-
.../builder/endpoint/LanguageHeaderRouteTest.java | 3 +-
.../camel/builder/endpoint/LogAdvancedTest.java | 3 +-
.../camel/builder/endpoint/LogToDAdvancedTest.java | 3 +-
.../endpoint/ManagedEnricherEndpointDslTest.java | 115 ---------------------
.../NormalizedUriPropertyPlaceholderTest.java | 3 +-
.../camel/builder/endpoint/NormalizedUriTest.java | 3 +-
.../endpoint/OptionalPropertyPlaceholderTest.java | 3 +-
.../apache/camel/builder/endpoint/PahoTest.java | 4 +-
.../endpoint/ProcessorDefinitionDslTest.java | 3 +-
.../apache/camel/builder/endpoint/QuartzTest.java | 4 +-
.../builder/endpoint/RabbitMQMultiValueTest.java | 4 +-
.../endpoint/SedaEnrichSimpleExpressionTest.java | 3 +-
.../SedaPollEnrichSimpleExpressionTest.java | 3 +-
.../builder/endpoint/SedaSimpleExpressionTest.java | 3 +-
.../endpoint/SedaToDSimpleExpressionTest.java | 3 +-
.../org/apache/camel/builder/endpoint/SqlTest.java | 4 +-
.../camel/builder/endpoint/TimerAdvancedTest.java | 3 +-
.../builder/endpoint/TimerNegativeDelayTest.java | 3 +-
34 files changed, 75 insertions(+), 189 deletions(-)
copy
core/{camel-core/src/test/java/org/apache/camel/processor/RouteStartupLoggingLevelTest.java
=>
camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/BaseEndpointDslTest.java}
(81%)
delete mode 100644
core/camel-endpointdsl/src/test/java/org/apache/camel/builder/endpoint/ManagedEnricherEndpointDslTest.java