cziegeler opened a new pull request, #3:
URL: https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-base/pull/3

   Modernises the Maven POM and brings the Java source files in line with the 
project's code-style conventions.
   
   **POM changes (`pom.xml`)**
   - Bump `sling-bundle-parent` from v48 to v66
   - Replace `osgi.core` dependency with the split artifacts 
`org.osgi.framework` and `org.osgi.util.tracker`
   - Add explicit `provided` scope to `slf4j-api`
   - Pin `animal-sniffer-maven-plugin` to version 1.24 and move it after 
`<dependencies>`
   - Add `<sling.java.version>8</sling.java.version>` property
   - Inline single-line `<description>` element
   
   **Java source formatting (`OsgiBeanFactory.java`, 
`DelegatingLoginModule.java`, and others)**
   - Reformat Javadoc comments to fit within line-length limit
   - Fix comment spacing (`//comment` → `// comment`)
   - Collapse empty method bodies to `{}`
   - Expand single-line `try/catch` blocks into multi-line form
   - Remove stray blank lines at top of files
   
   > Note: the diff was truncated; additional Java files may contain similar 
style-only changes.
   
   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