Commit Graph

9 Commits

Author SHA1 Message Date
timis1 11169082cf JAVA-18601 Update "Java Bean Validation Basics" article (#13654)
* JAVA-18601 Update "Java Bean Validation Basics" article
---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-11 12:04:58 +03:00
panagiotiskakos 5caddfef33 [JAVA-16218] Split javaxval module 2022-11-21 16:39:21 +02:00
Roger e65ce930bb 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
etrandafir93 296b77b909 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
chrys exaucet 616195b6b2 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 3f46e530e7 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
kwoyke 07051eb8d8 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
Krzysztof Woyke 015d9b3f81 BAEL-20262: Migrate javaxval module to the com.baeldung package 2019-12-20 12:36:57 +01:00
Yavuz Tas e28fd3e7c9 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