-
Task
-
Resolution: Fixed
-
Minor
-
None
Ensure that the maven-events-spy is thread safe.
The implementations of MavenEventReporter such as FileMavenEventReporter are NOT thread safe in v2.0.
Bugs such as JENKINS-43159 tend to prove that implementations of org.apache.maven.eventspy.EventSpy MUST be thread safe.
- blocks
-
JENKINS-43159 maven-spy log contains invalid XML
-
- Closed
-
- is related to
-
JENKINS-46579 Maven Event Spy seems to still have a thread safe problem
-
- Reopened
-
Code changed in jenkins
User: Cyrille Le Clerc
Path:
maven-spy/pom.xml
maven-spy/src/main/java/org/jenkinsci/plugins/pipeline/maven/eventspy/reporter/FileMavenEventReporter.java
maven-spy/src/main/java/org/jenkinsci/plugins/pipeline/maven/eventspy/reporter/MavenEventReporter.java
maven-spy/src/main/java/org/jenkinsci/plugins/pipeline/maven/eventspy/reporter/OutputStreamEventReporter.java
http://jenkins-ci.org/commit/pipeline-maven-plugin/e094f465a922d21eb1db2f2b819471a15ea405d0
Log:
JENKINS-43449Ensure that the maven-event-spy is thread safe