cziegeler opened a new pull request, #3: URL: https://github.com/apache/sling-org-apache-sling-featureflags/pull/3
Upgrades the Maven parent POM and modernises the project configuration to align with current Sling build standards. **Changes:** - Bump `sling-bundle-parent` from version 49 to 66 - Add `sling.java.version=11` property to target Java 11 - Replace `osgi.core` dependency with `org.osgi.framework` (no explicit version, inherited from parent) - Update `project.build.outputTimestamp` to a valid ISO 8601 value - Reorder import statements (javax before java → java before javax) in `ConfiguredFeature`, `ExecutionContextImpl`, and `FeatureManager` per Java conventions - Reformat multi-line annotations and `if`-statement spacing for consistency throughout the impl package - Move `<build>` section after `<dependencies>` in pom.xml for conventional ordering Note: the diff was truncated; `FeatureManager.java` changes may be partially captured. 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]
