Commit Graph

22 Commits

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

* cleanup
2022-09-13 21:22:49 +05:30
Asjad J f678e8b034 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 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
Asjad J d34be2d6b7 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 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
sampadawagde b8176a265a JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
johnA1331 c5218dfec6 Update README.md 2022-02-09 13:57:22 +08: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
Krzysiek 5088366074 JAVA-8436: Remove AssertJ depenendency from the child modules - part 2 2021-11-18 12:23:39 +01:00
freelansam fe7d2af8c0 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 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
sampadawagde 753434526a JAVA-5223: Fix formatting of POMs (Part 7) 2021-05-08 13:11:36 +05:30
Krzysztof Woyke 015d9b3f81 BAEL-20262: Migrate javaxval module to the com.baeldung package 2019-12-20 12:36:57 +01:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Josh Cummings cbb2916c60 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 9618312e87 BAEL-18777 POM Properties Cleanup
- Pom properties cleanup fixes
2019-11-23 20:31:40 +05:30
Dhawal Kapil 2137f71568 BAEL-18777 POM Properties Cleanup
- Properties cleanup of projects starting with j
2019-11-23 20:13:34 +05:30
johnA1331 fc10a9336b Update README.md 2019-11-22 00:28:39 +08:00
Loredana Crusoveanu 26e6d89a48 Merge branch 'master' into master 2019-11-02 23:34:32 +02:00
johnA1331 33998bdac8 Update README.md 2019-10-30 22:12:05 +08: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