-
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
-
[JENKINS-43449] Ensure that the maven-events-spy is thread safe
Link |
New:
This issue blocks |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
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