sanjana2505006 opened a new pull request, #8243: URL: https://github.com/apache/camel-quarkus/pull/8243
This PR performs a set of minor, low-risk code quality improvements in the `extensions-core` module to improve readability and leverage Java 17 features. **Changes include:** - **Redundancy Removal**: Removed an unnecessary `doInit()` override in `FastTypeConverter` that only called `super`. - **Lambda Modernization**: Converted anonymous classes to lambdas in `CamelBootstrapRecorder` and `CamelContextRecorder` for cleaner and more modern code. - **Customizer Optimization**: Simplified `CamelContextCustomizer` registration in `CamelContextRecorder` using lambda syntax. These changes are purely cosmetic/structural and do not change application behavior. -- 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]
