Improvements repository validation constraints (#626)
* Add html tag Validator on strings. Add string trim. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Revert unintended changes. Sonar issues. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Remove weired comment. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Raise EclipseLink due to validation problem. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Fix permission. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Colour field test. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com> * Fix sonar issues. Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|org.apache.tomcat|tomcat-juli|8.0.28| [CQ10618](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10618) |
|
||||
|org.flywaydb|flyway-core|4.0.3| [CQ12947](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12947) |
|
||||
|org.glassfish|javax.json|1.0.4| [CQ10619](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10619) |
|
||||
|org.hibernate|hibernate-validator|5.2.2.Final| [CQ10371](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10371) |
|
||||
|org.hibernate|hibernate-validator|6.0.7.Final| [CQ15540](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15540) |
|
||||
|org.jboss.logging|jboss-logging|3.2.1.Final| [CQ10621](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=10621) |
|
||||
|org.jsoup|jsoup|1.8.3| [CQ12936](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12936) |
|
||||
|org.ow2.asm|asm-commons|5.0.1| [CQ12945](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12945) |
|
||||
|
||||
@@ -1,41 +1,42 @@
|
||||
aopalliance:aopalliance:jar:1.0:compile
|
||||
ch.qos.logback:logback-classic:jar:1.1.3:compile
|
||||
ch.qos.logback:logback-core:jar:1.1.3:compile
|
||||
com.fasterxml.jackson.core:jackson-annotations:jar:2.8.2:compile
|
||||
com.fasterxml.jackson.core:jackson-core:jar:2.8.2:compile
|
||||
com.fasterxml.jackson.core:jackson-databind:jar:2.8.2:compile
|
||||
com.fasterxml:classmate:jar:1.3.0:compile
|
||||
ch.qos.logback:logback-classic:jar:1.1.11:compile
|
||||
ch.qos.logback:logback-core:jar:1.1.11:compile
|
||||
com.fasterxml.jackson.core:jackson-annotations:jar:2.8.9:compile
|
||||
com.fasterxml.jackson.core:jackson-core:jar:2.8.9:compile
|
||||
com.fasterxml.jackson.core:jackson-databind:jar:2.8.9:compile
|
||||
com.fasterxml:classmate:jar:1.3.3:compile
|
||||
com.github.ben-manes.caffeine:caffeine:jar:2.3.5:compile
|
||||
com.github.gwtd3:gwt-d3-api:jar:1.2.0:compile
|
||||
com.github.gwtd3:gwt-d3-js:jar:3.5.11:compile
|
||||
com.github.gwtd3:gwt-d3-js:jar:sources:3.5.11:compile
|
||||
com.google.guava:guava:jar:19.0:compile
|
||||
com.h2database:h2:jar:1.4.186:compile
|
||||
com.rabbitmq:amqp-client:jar:4.0.2:compile
|
||||
com.h2database:h2:jar:1.4.195:compile
|
||||
com.rabbitmq:amqp-client:jar:4.0.3:compile
|
||||
com.rabbitmq:http-client:jar:1.1.1.RELEASE:compile
|
||||
com.vaadin.external.atmosphere:atmosphere-runtime:jar:2.2.9.vaadin2:compile
|
||||
com.vaadin.external.flute:flute:jar:1.3.0.gg2:compile
|
||||
com.vaadin.external.gwt:gwt-elemental:jar:2.7.0.vaadin4:compile
|
||||
com.vaadin.external.gwt:gwt-user:jar:2.7.0.vaadin4:compile
|
||||
com.vaadin.external.gwt:gwt-elemental:jar:2.7.0.vaadin5:compile
|
||||
com.vaadin.external.gwt:gwt-user:jar:2.7.0.vaadin5:compile
|
||||
com.vaadin.external.slf4j:vaadin-slf4j-jdk14:jar:1.6.1:compile
|
||||
com.vaadin:vaadin-client:jar:7.7.7:compile
|
||||
com.vaadin:vaadin-push:jar:7.7.7:compile
|
||||
com.vaadin:vaadin-client:jar:7.7.9:compile
|
||||
com.vaadin:vaadin-push:jar:7.7.9:compile
|
||||
com.vaadin:vaadin-sass-compiler:jar:0.9.13:compile
|
||||
com.vaadin:vaadin-server:jar:7.7.7:compile
|
||||
com.vaadin:vaadin-shared:jar:7.7.7:compile
|
||||
com.vaadin:vaadin-server:jar:7.7.9:compile
|
||||
com.vaadin:vaadin-shared:jar:7.7.9:compile
|
||||
com.vaadin:vaadin-spring-boot:jar:1.1.1:compile
|
||||
com.vaadin:vaadin-spring:jar:1.1.1:compile
|
||||
com.vaadin:vaadin-themes:jar:7.7.7:compile
|
||||
com.vaadin:vaadin-themes:jar:7.7.9:compile
|
||||
commons-codec:commons-codec:jar:1.10:compile
|
||||
commons-io:commons-io:jar:2.4:compile
|
||||
cz.jirutka.rsql:rsql-parser:jar:2.1.0:compile
|
||||
io.protostuff:protostuff-api:jar:1.5.3:compile
|
||||
io.protostuff:protostuff-collectionschema:jar:1.5.3:compile
|
||||
io.protostuff:protostuff-core:jar:1.5.3:compile
|
||||
io.protostuff:protostuff-runtime:jar:1.5.3:compile
|
||||
io.protostuff:protostuff-api:jar:1.5.6:compile
|
||||
io.protostuff:protostuff-collectionschema:jar:1.5.6:compile
|
||||
io.protostuff:protostuff-core:jar:1.5.6:compile
|
||||
io.protostuff:protostuff-runtime:jar:1.5.6:compile
|
||||
javax.annotation:javax.annotation-api:jar:1.2:compile
|
||||
javax.servlet:javax.servlet-api:jar:3.1.0:compile
|
||||
javax.transaction:javax.transaction-api:jar:1.2:compile
|
||||
javax.validation:validation-api:jar:1.1.0.Final:compile
|
||||
javax.validation:validation-api:jar:2.0.1.Final:compile
|
||||
javax.validation:validation-api:jar:sources:1.0.0.GA:compile
|
||||
javax.websocket:javax.websocket-api:jar:1.0:compile
|
||||
org.apache.commons:commons-lang3:jar:3.4:compile
|
||||
@@ -44,64 +45,64 @@
|
||||
org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.28:compile
|
||||
org.apache.tomcat:tomcat-jdbc:jar:8.0.28:compile
|
||||
org.apache.tomcat:tomcat-juli:jar:8.0.28:compile
|
||||
org.aspectj:aspectjweaver:jar:1.8.9:compile
|
||||
org.aspectj:aspectjweaver:jar:1.8.10:compile
|
||||
org.flywaydb:flyway-core:jar:4.0.3:compile
|
||||
org.glassfish:javax.json:jar:1.0.4:compile
|
||||
org.hibernate:hibernate-validator:jar:5.2.2.Final:compile
|
||||
org.hibernate.validator:hibernate-validator:jar:6.0.7.Final:compile
|
||||
org.jboss.logging:jboss-logging:jar:3.2.1.Final:compile
|
||||
org.jsoup:jsoup:jar:1.8.3:compile
|
||||
org.mortbay.jasper:apache-el:jar:8.0.33:compile
|
||||
org.ow2.asm:asm-commons:jar:5.0.1:compile
|
||||
org.ow2.asm:asm-tree:jar:5.0.1:compile
|
||||
org.ow2.asm:asm:jar:5.0.1:compile
|
||||
org.slf4j:jcl-over-slf4j:jar:1.7.22:compile
|
||||
org.slf4j:jul-to-slf4j:jar:1.7.22:compile
|
||||
org.slf4j:log4j-over-slf4j:jar:1.7.22:compile
|
||||
org.slf4j:slf4j-api:jar:1.7.22:compile
|
||||
org.springframework.amqp:spring-amqp:jar:1.7.1.RELEASE:compile
|
||||
org.springframework.amqp:spring-rabbit:jar:1.7.1.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-actuator:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-autoconfigure:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-actuator:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-aop:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-data-jpa:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-jdbc:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-jetty:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-logging:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-validation:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-web:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter:jar:1.4.5.RELEASE:compile
|
||||
org.springframework.boot:spring-boot:jar:1.4.5.RELEASE:compile
|
||||
org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
|
||||
org.slf4j:jul-to-slf4j:jar:1.7.25:compile
|
||||
org.slf4j:log4j-over-slf4j:jar:1.7.25:compile
|
||||
org.slf4j:slf4j-api:jar:1.7.25:compile
|
||||
org.springframework.amqp:spring-amqp:jar:1.7.4.RELEASE:compile
|
||||
org.springframework.amqp:spring-rabbit:jar:1.7.4.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-actuator:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-autoconfigure:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-actuator:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-aop:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-data-jpa:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-jdbc:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-jetty:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-logging:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-validation:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter-web:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot-starter:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.boot:spring-boot:jar:1.4.7.RELEASE:compile
|
||||
org.springframework.cloud:spring-cloud-bus:jar:1.2.2.RELEASE:compile
|
||||
org.springframework.cloud:spring-cloud-context:jar:1.1.8.RELEASE:compile
|
||||
org.springframework.cloud:spring-cloud-stream:jar:1.1.2.RELEASE:compile
|
||||
org.springframework.data:spring-data-commons:jar:1.12.8.RELEASE:compile
|
||||
org.springframework.data:spring-data-jpa:jar:1.10.8.RELEASE:compile
|
||||
org.springframework.data:spring-data-commons:jar:1.12.11.RELEASE:compile
|
||||
org.springframework.data:spring-data-jpa:jar:1.10.11.RELEASE:compile
|
||||
org.springframework.hateoas:spring-hateoas:jar:0.23.0.RELEASE:compile
|
||||
org.springframework.integration:spring-integration-core:jar:4.3.8.RELEASE:compile
|
||||
org.springframework.integration:spring-integration-jmx:jar:4.3.8.RELEASE:compile
|
||||
org.springframework.integration:spring-integration-core:jar:4.3.10.RELEASE:compile
|
||||
org.springframework.integration:spring-integration-jmx:jar:4.3.10.RELEASE:compile
|
||||
org.springframework.integration:spring-integration-tuple:jar:1.0.0.RELEASE:compile
|
||||
org.springframework.plugin:spring-plugin-core:jar:1.2.0.RELEASE:compile
|
||||
org.springframework.retry:spring-retry:jar:1.1.2.RELEASE:compile
|
||||
org.springframework.retry:spring-retry:jar:1.1.5.RELEASE:compile
|
||||
org.springframework.security:spring-security-aspects:jar:4.1.4.RELEASE:compile
|
||||
org.springframework.security:spring-security-config:jar:4.1.4.RELEASE:compile
|
||||
org.springframework.security:spring-security-core:jar:4.1.4.RELEASE:compile
|
||||
org.springframework.security:spring-security-crypto:jar:4.1.4.RELEASE:compile
|
||||
org.springframework.security:spring-security-web:jar:4.1.4.RELEASE:compile
|
||||
org.springframework:spring-aop:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-aspects:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-beans:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-context-support:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-context:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-core:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-expression:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-jdbc:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-messaging:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-orm:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-aop:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-aspects:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-beans:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-context-support:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-context:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-core:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-expression:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-jdbc:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-messaging:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-orm:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-tuple:jar:1.0.0.RELEASE:compile
|
||||
org.springframework:spring-tx:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-web:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-webmvc:jar:4.3.7.RELEASE:compile
|
||||
org.springframework:spring-tx:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-web:jar:4.3.9.RELEASE:compile
|
||||
org.springframework:spring-webmvc:jar:4.3.9.RELEASE:compile
|
||||
org.vaadin.addons.lazyquerycontainer:vaadin-lazyquerycontainer:jar:7.6.1.3:compile
|
||||
org.vaadin.addons:flexibleoptiongroup:jar:2.2.0:compile
|
||||
org.vaadin.addons:tokenfield:jar:7.0.1:compile
|
||||
|
||||
Reference in New Issue
Block a user