sanjana2505006 opened a new pull request, #8244: URL: https://github.com/apache/camel-quarkus/pull/8244
This PR performs a set of minor, low-risk modernizations in the project root and core deployment module. **Changes include:** - **Insecure Link Updates**: Updated several legacy `http://` links to `https://` in the main `pom.xml` for Apache and Camel resources. - **Collection Modernization**: Replaced `Arrays.asList()` with the more modern and immutable `List.of()` in `PathFilterTest` and `CamelNativeImageProcessor`. - **Type Safety**: Ensured proper type inference for collection constants in `CamelNativeImageProcessor`. These changes follow the project's Java 17 baseline and improve overall code health without changing runtime 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]
