This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from fa62caf Regen new e24e9d6 CAMEL-11807: Bumped to maven-surefire-plugin 3.0.0-M4 new b92e23c CAMEL-11807: Migrated camel-swagger-java tests to JUnit 5 new edc208d CAMEL-11807: Migrated camel-mongodb tests to JUnit 5 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: components/camel-mongodb/pom.xml | 7 +- .../camel/component/mongodb/MongoDbProducer.java | 24 ++-- .../component/mongodb/AbstractMongoDbTest.java | 21 ++-- .../mongodb/MongoDbAggregateOperationTest.java | 43 ++++---- .../mongodb/MongoDbBigDecimalConverterTest.java | 10 +- .../mongodb/MongoDbBulkWriteOperationTest.java | 24 ++-- .../mongodb/MongoDbChangeStreamsConsumerTest.java | 4 +- .../mongodb/MongoDbConnectionBeansTest.java | 16 ++- .../component/mongodb/MongoDbConversionsTest.java | 28 ++--- .../component/mongodb/MongoDbDynamicityTest.java | 47 ++++---- .../mongodb/MongoDbExceptionHandlingTest.java | 12 +- .../mongodb/MongoDbFindOperationTest.java | 121 +++++++++++---------- .../mongodb/MongoDbHeaderHandlingTest.java | 38 ++++--- .../camel/component/mongodb/MongoDbIndexTest.java | 71 ++++++------ .../component/mongodb/MongoDbOperationsTest.java | 119 ++++++++++---------- .../component/mongodb/MongoDbOutputTypeTest.java | 33 +++--- .../mongodb/MongoDbReadPreferenceOptionTest.java | 8 +- .../component/mongodb/MongoDbStopEndpointTest.java | 3 +- .../mongodb/MongoDbTailableCursorConsumerTest.java | 22 ++-- .../mongodb/meta/MongoDbMetaExtensionTest.java | 34 +++--- .../MongoDbIdempotentRepositoryTest.java | 43 ++++---- .../verifier/MongoDbVerifierExtensionTest.java | 13 +-- components/camel-swagger-java/pom.xml | 8 +- .../camel/swagger/RestSwaggerArrayEnumTest.java | 2 +- .../RestSwaggerReaderApiDocsOverrideTest.java | 14 ++- .../swagger/RestSwaggerReaderApiDocsTest.java | 15 ++- .../swagger/RestSwaggerReaderDayOfWeekTest.java | 13 ++- ...RestSwaggerReaderEnableVendorExtensionTest.java | 14 ++- .../RestSwaggerReaderModelApiSecurityTest.java | 14 ++- .../RestSwaggerReaderModelBookOrderTest.java | 13 ++- .../camel/swagger/RestSwaggerReaderModelTest.java | 14 ++- .../RestSwaggerReaderOverrideHostApiDocsTest.java | 12 +- .../RestSwaggerReaderPropertyPlaceholderTest.java | 18 ++- .../camel/swagger/RestSwaggerReaderTest.java | 13 ++- .../camel/swagger/RestSwaggerSupportTest.java | 3 +- ...pringRestSwaggerReaderModelApiSecurityTest.java | 14 ++- .../swagger/SwaggerRestProducerFactoryTest.java | 2 +- .../camel/swagger/producer/RestSwaggerGetTest.java | 4 +- .../producer/RestSwaggerGetUriParamTest.java | 4 +- parent/pom.xml | 2 +- pom.xml | 2 +- 41 files changed, 536 insertions(+), 386 deletions(-)