[hibernate-commits] [hibernate/hibernate-validator] 0bb30d: HV-1790 Remove the SafeHtml constraint and the jso...

Guillaume Smet noreply at github.com
Wed Jul 15 12:54:10 EDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 0bb30d6295b0ef214a5766f6962dc591c1da79e0
      https://github.com/hibernate/hibernate-validator/commit/0bb30d6295b0ef214a5766f6962dc591c1da79e0
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M annotation-processor/src/main/java/org/hibernate/validator/ap/internal/util/ConstraintHelper.java
    M annotation-processor/src/main/java/org/hibernate/validator/ap/internal/util/TypeNames.java
    M annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTest.java
    M annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/HibernateValidatorProvidedCustomConstraints.java
    M distribution/pom.xml
    M distribution/src/main/assembly/dist.xml
    M documentation/src/main/asciidoc/ch02.asciidoc
    M engine/pom.xml
    R engine/src/main/java/org/hibernate/validator/cfg/defs/SafeHtmlDef.java
    R engine/src/main/java/org/hibernate/validator/constraints/SafeHtml.java
    R engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/SafeHtmlValidator.java
    M engine/src/main/java/org/hibernate/validator/internal/metadata/core/BuiltinConstraint.java
    M engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintHelper.java
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ar.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_cs.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_da.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_de.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_es.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_fa.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_fr.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_hu.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_it.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ja.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ko.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_nl.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_pl.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_pt_BR.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ro.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ru.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_sk.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_tr.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_uk.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_zh.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_zh_CN.properties
    M engine/src/main/resources/org/hibernate/validator/ValidationMessages_zh_TW.properties
    M engine/src/test/java/org/hibernate/validator/test/cfg/ProgrammaticConstraintDefinitionsTest.java
    R engine/src/test/java/org/hibernate/validator/test/constraints/annotations/hv/SafeHtmlConstrainedTest.java
    M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/MessagePropertiesTest.java
    M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/PredefinedScopeAllConstraintsTest.java
    R engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/SafeHtmlValidatorTest.java
    M integration/pom.xml
    M integration/src/test/java/org/hibernate/validator/integration/wildfly/OptionalConstraintsIT.java
    M osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/KarafFeaturesAreInstallableTest.java
    M osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java
    M osgi/karaf-features/src/main/features/features.xml
    M pom.xml

  Log Message:
  -----------
  HV-1790 Remove the SafeHtml constraint and the jsoup dependency

There is no replacement for this constraint.
It has been deprecated and planned for removal in both 6.0 and 6.1.




More information about the hibernate-commits mailing list