cziegeler opened a new pull request, #76: URL: https://github.com/apache/sling-org-apache-sling-distribution-core/pull/76
Migrates the project to use updated OSGi R6/R7 annotations and modernizes the Maven build configuration. **Changes:** - Bump `sling-bundle-parent` from v49 to v66 - Add `encoding="UTF-8"` to XML declaration in pom.xml - Replace `osgi.core` dependency with `org.osgi.framework` - Change `org.apache.sling.servlets.annotations` scope from `compile` to `provided` - Add exclusion of `osgi.core` from `felix.healthcheck.api` dependency - Move `<build>` section after `<dependencies>` per Maven convention - Reorder Java imports to place `javax` imports before `java` imports - Minor formatting fixes: indentation, blank line cleanup, SCM tag placement - Widespread source file changes (260+ files; diff truncated — full scope includes annotation migration and Java 17 compatibility fixes) 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]
