Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e26157ef authored by ceoche's avatar ceoche
Browse files

"solve" XMl binding for ValiationReport

parent a52700da
No related branches found
No related tags found
1 merge request!1Develop
......@@ -55,6 +55,8 @@ public class ValidationSubReportBuilder {
private ValidationSubReportBuilder addConstraintValidation(String constraintDescription,
ConstraintPriority constraintPriority, ValidationTestResult testResult,
Throwable cause) {
//FIXME exception should be added to the dedicated field ValidationSubReport.exceptions or ConstraintValidation.exceptions instead of
// concatenated in the description
return addConstraintValidation(constraintDescription + System.lineSeparator() + flattenExceptionCauseMessages(cause),
constraintPriority, testResult);
}
......
......@@ -50,13 +50,18 @@
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>1.1.1</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.sun.xml.bind</groupId>-->
<!-- <artifactId>jaxb-impl</artifactId>-->
<!-- <version>3.0.1</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment