smongiar commented on PR #1995: URL: https://github.com/apache/camel-spring-boot/pull/1995#issuecomment-5813523484
Done — applied your patch exactly as proposed: - Replaced the 4 hand-rolled tests with the 3 non-overlapping ones (`nonEnumerableSourceDoesNotBindIntoThirdPartyTypes`, `nonEnumerableSourceStillBindsConfiguredOptions`, `propertiesBelowThirdPartyTypesAreStillBound`) - `DummyConfiguration` now loads `CamelAutoConfiguration` via `AutoConfigurations.of()` so a missing `@Bean` registration would fail the test - Extracted the named `ObjectMapperConverter` class (removes the lambda generic-type issue) - Added `ThirdPartySettings` fixture in `com.example.springboot` for the third test Force-pushed to the branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
