Commit Graph

104 Commits

Author SHA1 Message Date
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Asjad J
8114960188 Updated README.md
added link back to the article: https://www.baeldung.com/java-notnull-method-parameter
2022-07-21 14:10:40 +05:00
Roger
a6471647fb BAEL-5642 Using @NotNull as a method parameter (#12483)
* BAEL-5642 Using @NotNull as a method parameter

* BAEL-5642 Add Spring Boot and bump spring and hibernate-validator versions
2022-07-16 21:17:36 +02:00
Asjad J
c7b6478a7a Updated README.md
added link back to the article: https://www.baeldung.com/java-bean-validation-constraint-composition
2022-05-23 17:25:29 +05:00
etrandafir93
b1f3119b38 BAEL-4605: code and tests for composing constraints (#12180)
* BAEL-4605: code and tests for composing constraints

* BAEL-4605: small fix and formatted the code

* BAEL-4605: code review
2022-05-21 14:47:49 -05:00
sampadawagde
6b1dd1563d JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
johnA1331
dc89580015 Update README.md 2022-02-09 13:57:22 +08:00
chrys exaucet
dea5c93f6c Bael 5123: uncomment @NotBlank annotation (#11788)
* revert: comment Hibernate Validator AP dependency

See http://jira.baeldung.com/browse/BAEL-5123

* revert: restore @NotBlank annotation

See http://jira.baeldung.com/browse/BAEL-5123
2022-02-07 20:04:22 +00:00
chrys exaucet
4980663890 BAEL-5123: Annotation Processor for Hibernate Validator (#11673)
* feat(wip): add Hibernate Validator AP example

* chore: change AP version to 6.2.0.Final

See https://hibernate.atlassian.net/browse/HV-1868

* revert(style): remove unnecessary formatter

See https://github.com/eugenp/tutorials/pull/11673#discussion_r784444016

* fix: remove unauthorised annotation

 The AP was triggering a compile time error because the annotation @NotBlank is disallowed for the Profile data type. That's why the CI was failing.

 This customer class is unrelated to the article being written.

* fix(style): revert indentation issue

See https://github.com/eugenp/tutorials/pull/11673/files#r788146422
2022-02-05 21:28:05 +00:00
Krzysiek
795d78f45e JAVA-8436: Remove AssertJ depenendency from the child modules - part 2 2021-11-18 12:23:39 +01:00
freelansam
23fec3d8a7 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
kwoyke
60c7fbe3ca BAEL-4952: Fix code examples for the BigDecimal Validation (#10751)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-05-11 11:32:30 +02:00
sampadawagde
68ea55fc2c JAVA-5223: Fix formatting of POMs (Part 7) 2021-05-08 13:11:36 +05:30
Krzysztof Woyke
5c883d3d11 BAEL-20262: Migrate javaxval module to the com.baeldung package 2019-12-20 12:36:57 +01:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Josh Cummings
6ea9127c6e Merge pull request #8234 from dkapil/task/BAEL-18777_j
BAEL-18777 POM Properties Cleanup
2019-11-23 12:48:57 -07:00
Dhawal Kapil
2a50e3ecf8 BAEL-18777 POM Properties Cleanup
- Pom properties cleanup fixes
2019-11-23 20:31:40 +05:30
Dhawal Kapil
dc1a6cf8b5 BAEL-18777 POM Properties Cleanup
- Properties cleanup of projects starting with j
2019-11-23 20:13:34 +05:30
johnA1331
19716f979a Update README.md 2019-11-22 00:28:39 +08:00
Loredana Crusoveanu
d70fccbec9 Merge branch 'master' into master 2019-11-02 23:34:32 +02:00
johnA1331
a26d825963 Update README.md 2019-10-30 22:12:05 +08:00
Yavuz Tas
8582a17ca3 Update javaxval/src/test/java/org/baeldung/javaxval/messageinterpolator/ParameterMessageInterpolaterIntegrationTest.java
update to use the givenX_whenY_thenZ naming convention for tests

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-10-29 10:02:27 +01:00
Yavuz Tas
2f989fb435 Update javaxval/src/test/java/org/baeldung/javaxval/messageinterpolator/ParameterMessageInterpolaterIntegrationTest.java
update to use the givenX_whenY_thenZ naming convention for tests

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-10-29 10:02:16 +01:00
Yavuz Tas
c8d8972a56 Update javaxval/src/test/java/org/baeldung/javaxval/messageinterpolator/ParameterMessageInterpolaterIntegrationTest.java
update to use the givenX_whenY_thenZ naming convention for tests

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-10-29 10:01:58 +01:00
Yavuz Tas
f2a06c7c34 Multpile issues resolved
- fix formatting issues
- add email field to Person
- add email validation test
2019-10-25 14:50:02 +02:00
Yavuz Tas
b03aa3f99f Add source code for article BAEL-3379 2019-10-21 15:36:54 +02:00
Jonathan Cook
c779578cee Update README.md 2019-10-14 20:07:49 +02:00
Martin van Wingerden
bf3435372c [BAEL-3306] Validations for Enum types
Added code belonging to the blog validations for Enum types.
2019-10-04 13:03:27 +02:00
Martin van Wingerden
00d903dc6b Add a parent class for locale aware tests 2019-10-04 12:59:12 +02:00
Martin van Wingerden
3d296c30a5 Moved classes/package to right package 2019-10-04 12:56:42 +02:00
Martin van Wingerden
5aba544fb8 Re-enabled a disabled test and made the tests independent of machine locale 2019-10-04 12:56:42 +02:00
Martin van Wingerden
86dd449968 Formatted using the eclipse formatter 2019-10-04 12:56:41 +02:00
Martin van Wingerden
76e0fe4642 Reformatting code of javaxval before starting on [BAEL-3306] 2019-10-04 12:56:41 +02:00
Martin van Wingerden
0ba79b88b4 Include the link to https://www.baeldung.com/javax-validation-groups 2019-10-04 12:56:03 +02:00
Alessio Stalla
4a9cae5e85 #BAEL-17520 add README descriptions 2019-10-03 08:58:43 +02:00
Josh Cummings
e2f6187f35 Update links to https (#7931)
* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* Update README.md

* https added

* https added

* Update README.md

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added
2019-10-02 20:30:08 +03:00
johnA1331
4aeef357e3 Bi-monthly test fix - BAEL-16797 (#7822)
* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-10-02 16:16:24 +03:00
Devender Kumar
f4ec48e0b8 Added constraint group sequence test cases (#7763) 2019-09-11 11:44:03 +02:00
Eugen
b3323d5f22 Update README.md 2019-09-07 14:50:34 +03:00
Dhawal Kapil
f5dcc8e57b BAEL-17345 Slice 10 | The top 100 articles should have their own package in the module (#7675) 2019-08-31 13:29:13 -06:00
Devender Kumar
a3d7b77c13 Fix type in method name (#7687)
* Added cascading type mudule

* fix compile error

* updated dependency version in pom

* Added BigDecimal validation classes

* Updated test cases

* Remove syso from test cases

* Updated test cases

* Added validation group code

* Added validation group code

* Added validation group code

* fix method name
2019-08-31 18:08:07 +02:00
Devender Kumar
6b76d5ed0e adde validation group code (#7646)
* Added cascading type mudule

* fix compile error

* updated dependency version in pom

* Added BigDecimal validation classes

* Updated test cases

* Remove syso from test cases

* Updated test cases

* Added validation group code

* Added validation group code

* Added validation group code
2019-08-29 10:36:53 +02:00
Devender Kumar
c4110e5fe8 Added big decimal validation (#7379)
* Added cascading type mudule

* fix compile error

* updated dependency version in pom

* Added BigDecimal validation classes

* Updated test cases

* Remove syso from test cases

* Updated test cases
2019-07-28 07:19:16 +03:00
amit2103
89e39c37cb [BAEL-12666] - POM Properties Cleanup 2019-02-24 17:02:52 +05:30
amit2103
a5b5b0fcba [BAEL-12090] - Extract versions into properties 2019-02-04 00:06:11 +05:30
Dhawal Kapil
4058bfc601 BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
Loredana Crusoveanu
762bcc8a65 Merge pull request #5411 from alejandrogervasio/javabeanconstraints
BAEL-2253 - Difference between @NotNull, @NotEmpty and @NotBlank Constraints in Java Bean Validation
2018-10-27 11:13:56 +03:00
KevinGilmore
3d51a0f86a BAEL-2253 Update README (#5460)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article

* BAEL-2029: add link back to article

* BAEL-1898: Add link back to article

* BAEL-2102 and BAEL-2131 Add links back to articles

* BAEL-2132 Add link back to article

* BAEL-1980: add link back to article

* BAEL-2200: Display auto-configuration report in Spring Boot

* BAEL-2253: Add link back to article
2018-10-14 22:19:23 -05:00
Alejandro Gervasio
dc1063cdc3 Update pom.xml 2018-10-10 16:25:37 -03:00
Alejandro Gervasio
6b55a62038 Merge branch 'master' into javabeanconstraints 2018-10-10 16:20:17 -03:00