Dhaohrii opened a new pull request, #467:
URL: https://github.com/apache/commons-fileupload/pull/467

   This pull request updates the GitHub Actions workflow for Maven builds to 
improve build efficiency and integrate SonarCloud analysis. The main changes 
include splitting build and analysis steps by Java version and optimizing the 
workflow configuration.
   
   **Workflow improvements:**
   
   * Added a build matrix to test across multiple Java versions (11, 17, 21, 
25).
   * Configured the workflow to run a standard Maven build for all Java 
versions except 21, and to run both the build and SonarCloud analysis only on 
Java 21.
   * Added caching for Maven dependencies to speed up builds.
   * Improved step organization and added comments for clarity in the workflow 
file.


-- 
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