Branch: refs/heads/3.9
Home:
https://github.com/resteasy/Resteasy
Commit: d5149a1f3f37abfb8b79ec50a2e5eedf9feafee0
https://github.com/resteasy/Resteasy/commit/d5149a1f3f37abfb8b79ec50a2e5e...
Author: Rhuan Rocha <rhuan080(a)gmail.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/api/validation/ResteasyViolationException.java
Log Message:
-----------
Fixing the ResteasyViolationException#toString concurrency
Signed-off-by: Rhuan Rocha <rhuan080(a)gmail.com>
Commit: 2e8346cd2bca9894c4026676767ab4fb499c6798
https://github.com/resteasy/Resteasy/commit/2e8346cd2bca9894c4026676767ab...
Author: Rhuan Rocha <rhuan080(a)gmail.com>
Date: 2021-06-13 (Sun, 13 Jun 2021)
Changed paths:
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/api/validation/ResteasyViolationException.java
Log Message:
-----------
Fixing some issues about iterator and concurrent write
Signed-off-by: Rhuan Rocha <rhuan080(a)gmail.com>
Commit: 09093e91fe67998ff13f6e0fc86d02522533ac71
https://github.com/resteasy/Resteasy/commit/09093e91fe67998ff13f6e0fc86d0...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/api/validation/ViolationReport.java
Log Message:
-----------
[RESTEASY-2914] Follow up with a fixing the ViolationReport.
https://issues.redhat.com/browse/RESTEASY-2914
Commit: 3d35fd7738554f30929894c4f28f65e44285571e
https://github.com/resteasy/Resteasy/commit/3d35fd7738554f30929894c4f28f6...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/api/validation/ResteasyViolationException.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/api/validation/ViolationReport.java
Log Message:
-----------
Merge pull request #2806 from rhuan080/fixvalidationexception
Fixing the ResteasyViolationException#toString concurrency
Compare:
https://github.com/resteasy/Resteasy/compare/d1049e3a1095...3d35fd773855