Branch: refs/heads/master
Home: https://github.com/jenkinsci/maven-invoker-plugin
Commit: b341fa229beeba44b2e07bce4399a96f8f020db1
https://github.com/jenkinsci/maven-invoker-plugin/commit/b341fa229beeba44b2e07bce4399a96f8f020db1
Author: Basil Crow <[email protected]>
Date: 2021-11-20 (Sat, 20 Nov 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerBuildAction.java
M src/main/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerRecorder.java
M src/main/java/org/jenkinsci/plugins/maveninvoker/PipelineDetails.java
M
src/main/java/org/jenkinsci/plugins/maveninvoker/pipeline/MavenInvokerStep.java
M
src/main/java/org/jenkinsci/plugins/maveninvoker/pipeline/MavenInvokerStepExecution.java
M
src/main/java/org/jenkinsci/plugins/maveninvoker/results/MavenInvokerResults.java
M
src/test/java/org/jenkinsci/plugins/maveninvoker/MavenInvokerRecorderTest.java
M
src/test/java/org/jenkinsci/plugins/maveninvoker/pipeline/MavenInvokerStepTest.java
Log Message:
-----------
Miscellaneous code cleanup (#38)
* Replace C-style array declaration with Java-style array declaration
* Remove raw use of parameterized class
* Arrays of wisdom of the ancients
* EOL JSR 305
* Simplify JUnit assertions
* Remove redundant File instance creation
* Simplify stream call chain
* Remove unused imports
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/maven-invoker-plugin/push/refs/heads/master/eaa773-b341fa%40github.com.