cziegeler opened a new pull request, #4:
URL: https://github.com/apache/sling-org-apache-sling-auth-xing-api/pull/4

   This PR modernizes the Maven build configuration by bumping the Sling parent 
POM from version 26 to 66, switching from the deprecated `jackrabbit-api` 
artifact to `oak-jackrabbit-api`, pinning the maven-bundle-plugin to 6.0.2, and 
applying minor code style cleanups across the Java source files.
   
   - Bumped Sling parent POM version from 26 to 66
   - Moved `<scm>` block before `<properties>` to match standard POM ordering
   - Added `<sling.java.version>8</sling.java.version>` property
   - Replaced `jackrabbit-api` dependency with `oak-jackrabbit-api` (no 
explicit version, managed by parent BOM)
   - Pinned `maven-bundle-plugin` to version 6.0.2
   - Reformatted POM indentation from 2-space to 4-space to match project 
convention
   - Collapsed empty constructors in `XingUser` and `Users` to single-line style
   - Removed trailing blank lines at end of class/interface bodies in 
`AbstractXingUserManager`, `XingUser`, `XingUserManager`, and `Users`
   
   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]

Reply via email to