cziegeler opened a new pull request, #4: URL: https://github.com/apache/sling-org-apache-sling-installer-factory-feature/pull/4
Upgrades the Sling bundle parent POM and aligns the project configuration with current conventions. - Bump `sling-bundle-parent` from version 49 to 66 - Add `sling.java.version=11` property to replace inline Java version config - Switch OSGi dependency from `osgi.core` to `org.osgi.framework` - Move `<build>` section after `<dependencies>` to match standard POM ordering - Remove explicit `maven-javadoc-plugin` skip and `apache-rat-plugin` excludes from the old build block (re-added in the correct location) - Add `encoding="UTF-8"` to XML declaration - Reorder imports to place `java.*` before third-party imports across multiple source files - Minor code formatting: spaces in generics (`Map<String,Object>` → `Map<String, Object>`), line-wrapping of long method chains, consistent `for`/`if` spacing - Remove trailing blank line in `package-info.java` Note: the diff was truncated before `FeatureModelInstallerPlugin.java` changes were fully visible; the summary above reflects what was present. 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]
