[hibernate/hibernate-validator] be33f5: Fix minor typo in a comment
by GitHub
Branch: refs/heads/5.4
Home: https://github.com/hibernate/hibernate-validator
Commit: be33f5b9ee840136ddb29325c4290f80ea7881c6
https://github.com/hibernate/hibernate-validator/commit/be33f5b9ee840136d...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorManager.java
Log Message:
-----------
Fix minor typo in a comment
Commit: 721e3e1bf888333510e0a67fcff76f384c51e35c
https://github.com/hibernate/hibernate-validator/commit/721e3e1bf88833351...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConfiguredConstraint.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/CrossParameterConstraintMappingContextImpl.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/PropertyConstraintMappingContextImpl.java
M engine/src/main/java/org/hibernate/validator/internal/cfg/context/ReturnValueConstraintMappingContextImpl.java
M engine/src/test/java/org/hibernate/validator/test/cfg/MethodConstraintMappingTest.java
Log Message:
-----------
HV-1220 Make programmatically defined cross parameter constraints on the parameters of a method returning void work as expected
The location used was the one of a return value so it kinda worked if the
method had parameters as the return value type was Object which is
supported for cross parameter constraints but it failed as long as the
return value type was void.
Compare: https://github.com/hibernate/hibernate-validator/compare/82c17bb33877...7...
7 years, 10 months
[hibernate/hibernate-validator] 1a6ae6: HV-1214 Switch to Asciidoctor for the documentatio...
by GitHub
Branch: refs/heads/5.4
Home: https://github.com/hibernate/hibernate-validator
Commit: 1a6ae6a07b706d874b2ddc579c7791172f992df3
https://github.com/hibernate/hibernate-validator/commit/1a6ae6a07b706d874...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M distribution/src/main/assembly/dist.xml
M documentation/pom.xml
R documentation/src/main/asciidoc/images/annotation_processor_eclipse.png
R documentation/src/main/asciidoc/images/annotation_processor_intellij.png
R documentation/src/main/asciidoc/images/annotation_processor_netbeans.png
R documentation/src/main/asciidoc/images/application-layers.png
R documentation/src/main/asciidoc/images/application-layers2.png
R documentation/src/main/asciidoc/images/hibernate_logo_a.png
R documentation/src/main/asciidoc/images/validation-configuration-1.1.png
R documentation/src/main/asciidoc/images/validation-mapping-1.1.png
R documentation/src/main/asciidoc/index-docinfo.xml
M documentation/src/main/asciidoc/index.asciidoc
A documentation/src/main/resources/css/hibernate.css
A documentation/src/main/resources/docinfo/index-docinfo-footer.html
A documentation/src/main/resources/docinfo/index-docinfo.html
A documentation/src/main/resources/images/annotation_processor_eclipse.png
A documentation/src/main/resources/images/annotation_processor_intellij.png
A documentation/src/main/resources/images/annotation_processor_netbeans.png
A documentation/src/main/resources/images/application-layers.png
A documentation/src/main/resources/images/application-layers2.png
A documentation/src/main/resources/images/hibernate_logo_a.png
A documentation/src/main/resources/images/hibernate_logo_smaller.png
A documentation/src/main/resources/images/validation-configuration-1.1.png
A documentation/src/main/resources/images/validation-mapping-1.1.png
M pom.xml
Log Message:
-----------
HV-1214 Switch to Asciidoctor for the documentation output
Commit: abe31559b95ee525ca1ca81ebd42f3c2e18a8643
https://github.com/hibernate/hibernate-validator/commit/abe31559b95ee525c...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/pom.xml
A documentation/src/main/resources/theme/default-theme.yml
A documentation/src/main/resources/theme/fonts/LICENSE-Overpass.txt
A documentation/src/main/resources/theme/fonts/LICENSE-mplus-testflight-58.txt
A documentation/src/main/resources/theme/fonts/Overpass-Bold.ttf
A documentation/src/main/resources/theme/fonts/Overpass-BoldItalic.ttf
A documentation/src/main/resources/theme/fonts/Overpass-Italic.ttf
A documentation/src/main/resources/theme/fonts/Overpass-Regular.ttf
A documentation/src/main/resources/theme/fonts/OverpassMono-Bold.ttf
A documentation/src/main/resources/theme/fonts/OverpassMono-Regular.ttf
A documentation/src/main/resources/theme/fonts/mplus1p-regular-fallback.ttf
A documentation/src/main/resources/theme/hibernate-theme.yml
Log Message:
-----------
HV-1214 Use a specific theme, most notably to override the fonts
Commit: e0612ac9c8bd0399eb68f5a29b02b33dc8cc89cc
https://github.com/hibernate/hibernate-validator/commit/e0612ac9c8bd0399e...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/pom.xml
Log Message:
-----------
HV-1214 Stick to the old PDF name as it's going to be a pain to change
the website to support it
Commit: 7da5beb17b2bd2c0bc342ed64016a67603997775
https://github.com/hibernate/hibernate-validator/commit/7da5beb17b2bd2c0b...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/pom.xml
M documentation/src/main/resources/docinfo/index-docinfo-footer.html
Log Message:
-----------
HV-1214 The attributes are not interpolated in the docinfo file if it's
not in the source base dir.
Moving them to the docinfo file.
Commit: 1697bf835a24c0f29eb09a8a6b0656f549427528
https://github.com/hibernate/hibernate-validator/commit/1697bf835a24c0f29...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/src/main/resources/theme/hibernate-theme.yml
Log Message:
-----------
HV-1214 Add a reference to the original version of the default theme on
GitHub
Commit: 031da2d9991363ba625b62ef8294c2616ab9c161
https://github.com/hibernate/hibernate-validator/commit/031da2d9991363ba6...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
A documentation/src/main/resources/theme/fonts/mplus1mn-bold-ascii.ttf
A documentation/src/main/resources/theme/fonts/mplus1mn-bold_italic-ascii.ttf
A documentation/src/main/resources/theme/fonts/mplus1mn-italic-ascii.ttf
A documentation/src/main/resources/theme/fonts/mplus1mn-regular-ascii-conums.ttf
Log Message:
-----------
HV-1214 Add missing fonts potentially used for conums
We don't use them for now but who knows.
Commit: 82c17bb338775e530ff537318491260ab7bc0a82
https://github.com/hibernate/hibernate-validator/commit/82c17bb338775e530...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/pom.xml
Log Message:
-----------
HV-1214 Push the output to the en-US directory to be consistent with how
it worked before
Compare: https://github.com/hibernate/hibernate-validator/compare/4677f3ee34c4...8...
7 years, 10 months
[hibernate/hibernate-validator] 5e61e5: HV-1214 Switch to Asciidoctor for the documentatio...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: 5e61e58c94ec0011bb71987f47c2d19ada244be5
https://github.com/hibernate/hibernate-validator/commit/5e61e58c94ec0011b...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M distribution/src/main/assembly/dist.xml
M documentation/pom.xml
R documentation/src/main/asciidoc/images/annotation_processor_eclipse.png
R documentation/src/main/asciidoc/images/annotation_processor_intellij.png
R documentation/src/main/asciidoc/images/annotation_processor_netbeans.png
R documentation/src/main/asciidoc/images/application-layers.png
R documentation/src/main/asciidoc/images/application-layers2.png
R documentation/src/main/asciidoc/images/hibernate_logo_a.png
R documentation/src/main/asciidoc/images/validation-configuration-1.1.png
R documentation/src/main/asciidoc/images/validation-mapping-1.1.png
R documentation/src/main/asciidoc/index-docinfo.xml
M documentation/src/main/asciidoc/index.asciidoc
A documentation/src/main/resources/css/hibernate.css
A documentation/src/main/resources/docinfo/index-docinfo-footer.html
A documentation/src/main/resources/docinfo/index-docinfo.html
A documentation/src/main/resources/images/annotation_processor_eclipse.png
A documentation/src/main/resources/images/annotation_processor_intellij.png
A documentation/src/main/resources/images/annotation_processor_netbeans.png
A documentation/src/main/resources/images/application-layers.png
A documentation/src/main/resources/images/application-layers2.png
A documentation/src/main/resources/images/hibernate_logo_a.png
A documentation/src/main/resources/images/hibernate_logo_smaller.png
A documentation/src/main/resources/images/validation-configuration-1.1.png
A documentation/src/main/resources/images/validation-mapping-1.1.png
M pom.xml
Log Message:
-----------
HV-1214 Switch to Asciidoctor for the documentation output
Commit: c8065dec4b54a2e1f958f1c40b2b311ad2ec80c1
https://github.com/hibernate/hibernate-validator/commit/c8065dec4b54a2e1f...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/pom.xml
A documentation/src/main/resources/theme/default-theme.yml
A documentation/src/main/resources/theme/fonts/LICENSE-Overpass.txt
A documentation/src/main/resources/theme/fonts/LICENSE-mplus-testflight-58.txt
A documentation/src/main/resources/theme/fonts/Overpass-Bold.ttf
A documentation/src/main/resources/theme/fonts/Overpass-BoldItalic.ttf
A documentation/src/main/resources/theme/fonts/Overpass-Italic.ttf
A documentation/src/main/resources/theme/fonts/Overpass-Regular.ttf
A documentation/src/main/resources/theme/fonts/OverpassMono-Bold.ttf
A documentation/src/main/resources/theme/fonts/OverpassMono-Regular.ttf
A documentation/src/main/resources/theme/fonts/mplus1p-regular-fallback.ttf
A documentation/src/main/resources/theme/hibernate-theme.yml
Log Message:
-----------
HV-1214 Use a specific theme, most notably to override the fonts
Commit: b81058e79faee0228203fa4cffaca70a2ebb70c0
https://github.com/hibernate/hibernate-validator/commit/b81058e79faee0228...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/pom.xml
Log Message:
-----------
HV-1214 Stick to the old PDF name as it's going to be a pain to change
the website to support it
Commit: 79cbe088c1105e258106de6fe2e4debeb41fb068
https://github.com/hibernate/hibernate-validator/commit/79cbe088c1105e258...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/pom.xml
M documentation/src/main/resources/docinfo/index-docinfo-footer.html
Log Message:
-----------
HV-1214 The attributes are not interpolated in the docinfo file if it's
not in the source base dir.
Moving them to the docinfo file.
Commit: ad67c277149a785faf2daa6180abe6e76989cf9d
https://github.com/hibernate/hibernate-validator/commit/ad67c277149a785fa...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M documentation/src/main/resources/theme/hibernate-theme.yml
Log Message:
-----------
HV-1214 Add a reference to the original version of the default theme on
GitHub
Compare: https://github.com/hibernate/hibernate-validator/compare/59039aafef12...a...
7 years, 10 months