Commit Graph

108 Commits

Author SHA1 Message Date
Roger
02049ead6d BAEL-5720 Java HttpClient Connection Management (#13452)
* BAEL-5642 Using @NotNull as a method parameter

* BAEL-5642 Add Spring Boot and bump spring and hibernate-validator versions

* BAEL-5720 Java HttpClient Connection Management

* BAEL-5720 Java HttpClient Connection Management

* BAEL-5720 move JavaHttpClient test to core-java-httpclient module

* BAEL-5720 move jetty-logging-properties to core-java-httpclient module

* BAEL-5720 add wiremock to pom

* Update pom.xml

* Delete jetty-logging.properties

---------

Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-02-10 08:19:24 -08:00
Dhawal Kapil
d6bf32214d Java 12714 eugen (#13358)
* Java 12714 - Test build (#13191)

* [JAVA-12714] Moved modules from default-first to jdk9-and-above profile

* [JAVA-12714] Moved modules from default-second to jdk9-and-above profile

* [JAVA-12714] Moved modules from default-heavy to jdk9-and-above profile

* [JAVA-12714] Clean up - test build

* [JAVA-12714] Clean up

* [JAVA-12714] test  build

* [JAVA-12714] test  build

* [JAVA-12714] test  build

* [JAVA-12714] test  build

* [JAVA-12714] test  build

* [JAVA-12714] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* Master to JAVA-12714-eugen (#13302)

* Java 15029 (#13257)

* [JAVA-15029] Formatting

* [JAVA-15029] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* Java 15030 (#13253)

* [JAVA-15030] Upgrade to http client 5

* [JAVA-15030] Fixed MimeType test

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* Java 16961 (#13236)

* [JAVA-16961] Moved code for article "Create an Empty Map in Java"

* [JAVA-16961] Alter README.md

* [JAVA-16961] Moved code for article "Sorting a Hashset in Java"

* [JAVA-16961] Added links to README.md files

* [JAVA-16961] Revert link changes

* [JAVA-16961] Replaced junit4 with junit5 annotations

* [JAVA-16961] test build

* [JAVA-16961] Added junit annotations

* [JAVA-16961] Added links

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* [List-CaseInsenContains] Case-Insensitive Searching in ArrayList (#13280)

* Bael 5436 new (#13283)

* BAEL-5777 - Mocking a singleton with Mockito

* BAEL-5436 - Root mapping

* Revert "BAEL-5777 - Mocking a singleton with Mockito"

This reverts commit 358a061997.

* BAEL-5436 - Uncommenting controller

* JAVA-15609 Changed to IntegrationTest to reproduce issue on Jenkins

* BAEL-5959: Adjust code style (#13299)

* BAEL-5959: Monad in Java

* Fix test name

* Fix code style

* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security"  article (#13279)

* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security" article.

* JAVA-16085, Cleanup unnecessary resources samlKeystore.jks and library maven-war-plugin.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>

* JAVA-15621, Potential issue in "Guide to UUID in Java" article. (#13271)

* JAVA-15621, Potential issue in "Guide to UUID in Java" article.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>

* [JAVA-17295] Create and initialize ThreadPoolTaskExecutor (#13249)

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* [JAVA-15025] Upgraded to apache http 5 (#13296)

* [JAVA-15025] Upgraded to apache http 5

* [JAVA-15025] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* [JAVA-15016] Upgraded to apache http client 5.2 (#13269)

* [JAVA-15016] Upgraded to apache http client 5.2

* [JAVA-15016] Clean up

* [JAVA-15016] Junit 5 clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

Co-authored-by: panos-kakos <102670093+panos-kakos@users.noreply.github.com>
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: Kai Yuan <kent.yuan@Gmail.com>
Co-authored-by: Abhinav Pandey <abhinavpandey312@gmail.com>
Co-authored-by: Anastasios Ioannidis <anastasios.ioannidisa@gmail.com>
Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
Co-authored-by: Thiago dos Santos Hora <thiago.santos.hora@gmail.com>
Co-authored-by: jsgrah-spring <jsgrah@hotmail.com>
Co-authored-by: jogra <joseph.sterling.grah@miles.no>

* Update pom.xml

* [JAVA-12714] Removed plugin from atomix module (#13342)

* [JAVA-12714] Removed plugin from atomix module

* [JAVA-12714] Removed compiler plugin

* [JAVA-12714] Removed compiler plugin

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* JAVA-12714 Fixed conflicts

* JAVA-12714 Temporarily disabling ItemsUnitTest

* JAVA-12714 Removed Duplicate Classes

---------

Co-authored-by: panos-kakos <102670093+panos-kakos@users.noreply.github.com>
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: Kai Yuan <kent.yuan@Gmail.com>
Co-authored-by: Abhinav Pandey <abhinavpandey312@gmail.com>
Co-authored-by: Anastasios Ioannidis <anastasios.ioannidisa@gmail.com>
Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
Co-authored-by: Thiago dos Santos Hora <thiago.santos.hora@gmail.com>
Co-authored-by: jsgrah-spring <jsgrah@hotmail.com>
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-02-03 10:27:34 +05:30
panagiotiskakos
0c7836bccd [JAVA-16218] Split javaxval module 2022-11-21 16:39:21 +02:00
freelansam
188201d324 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
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