cziegeler opened a new pull request, #11: URL: https://github.com/apache/sling-org-apache-sling-security/pull/11
Upgrades the Apache Sling Security bundle to use `sling-bundle-parent` v66 and configures Java 11 as the minimum runtime version, along with several related dependency and code hygiene fixes. **Changes:** - Bump `sling-bundle-parent` from `46` to `66` - Set `sling.java.version` to `11` and update `project.build.outputTimestamp` to ISO-8601 format - Fix `pom.xml` encoding declaration from `ISO-8859-1` to `UTF-8` - Add explicit `provided` scope to OSGi, servlet, and SLF4J dependencies - Add explicit `test` scope to `junit` and `slf4j-simple` - Replace `mockito-all:1.10.19` with `mockito-core:4.11.0` - Remove unused `osgi.core` dependency - Reorder imports (javax before java) and reformat annotations in `ContentDispositionFilter.java` - Reformat `ContentDispositionFilterConfiguration.java` (diff truncated; partial view) - Various whitespace and comment style cleanups across source files Co-authored-by: Maia <maia@noreply> -- 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]
