Commit Graph

10120 Commits

Author SHA1 Message Date
Asjad J ef32f3e6d1 Updated README.md
added link back to the article: https://www.baeldung.com/microstream-intro
2022-09-30 17:00:38 +05:00
Asjad J df4288aa25 Updated README.md
added link back to the article: https://www.baeldung.com/java-body-mass-index-calculator
2022-09-30 16:56:23 +05:00
Asjad J 5d059c0d34 Updated README.md
added link back to the article: https://www.baeldung.com/java-string-concatenation
2022-09-30 16:53:15 +05:00
Asjad J 4516474cac Updated README.md
added link back to the article: https://www.baeldung.com/spring-mvc-json-param-mapping
2022-09-30 16:49:59 +05:00
Asjad J dec93d7299 Updated README.md
added link back to the article: https://www.baeldung.com/java-trifunction
2022-09-30 16:46:58 +05:00
Asjad J 22826da8df Updated README.md
added link back to the article: https://www.baeldung.com/ops/docker-assign-static-ip-container
2022-09-30 16:44:49 +05:00
Asjad J d3380e2afc Updated README.md
added link back to the article: https://www.baeldung.com/java-filename-full-path
2022-09-30 16:40:50 +05:00
Asjad J b35be2b56e Updated README.md
added link back to the article: https://www.baeldung.com/java-unique-random-numbers
2022-09-30 16:33:34 +05:00
Asjad J 3277d25002 Updated README.md
added link back to the article: https://www.baeldung.com/java-date-unix-timestamp
2022-09-30 16:31:39 +05:00
Loredana Crusoveanu 2d40c9c71d Merge pull request #12789 from panos-kakos/JAVA-14985
[JAVA-14985] Moved code related to articles from spring-boot-mvc-2 to…
2022-09-30 11:09:02 +03:00
Bogdan Cardoş e8168990c5 BAEL-5754 Convert a List of String to a comma-separated String (#12737)
* BAEL-5617 Handle classes with the same name in Java

code samples

* BAEL-5617 Handle classes with the same name in Java

update project module

* BAEL-5754 Convert a List of String to a comma-separated String

code samples

* BAEL-5754 update unit test class name

* BAEL-5754 update unit test methods naming

* BAEL-5754 update tests order so to reflect the article
2022-09-30 10:08:08 +05:30
panagiotiskakos 29cb486075 [JAVA-14985] Clean up 2022-09-29 21:16:16 +03:00
Loredana Crusoveanu abc3e0235e Merge pull request #12791 from eugenp/keycloack-test
change keycloak test to live test
2022-09-29 16:20:40 +03:00
Loredana Crusoveanu dd4dff2e13 change keycloak test to live test 2022-09-29 16:15:46 +03:00
panagiotiskakos 8727f678d0 [JAVA-14985] Moved code related to articles from spring-boot-mvc-2 to spring-boot-swagger-2 2022-09-29 08:10:58 +03:00
Loredana Crusoveanu 1119462469 Merge pull request #12773 from anuragkumawat/JAVA-14974
JAVA-14974 Upgrade parent-spring-5 to the latest version of Spring 5  Week 38 2022
2022-09-28 18:11:29 +03:00
jsgrah-spring 0868ef8f90 JAVA-14662. Fix spring-jinq module to work with the latest Boot 2.7.x and uncomment the module from main pom. Make Hibernate globally escape all database identifiers. PS: The previous commit comment was incorrect. 2022-09-27 21:35:27 +02:00
jsgrah-spring bdc1d2c840 JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the latest version 3.19.0 and remove any overridden versions for this plugin from the repo. 2022-09-27 21:29:47 +02:00
anuragkumawat 952a6aa95d JAVA-14963 Upgrade parent-spring-5 to the latest version of Spring 5 - Week 38 2022 2022-09-27 19:39:42 +05:30
Loredana Crusoveanu 21ea0eb611 Merge pull request #12752 from jsgrah-spring/master
JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the lat…
2022-09-26 18:18:52 +03:00
panagiotiskakos 0ad9dd0fea [JAVA-13956] Update/Align code with article 2022-09-26 07:00:43 +03:00
ACHRAF TAITAI 38be954b01 Getting URL Attribute Value in Thymeleaf (#12766) 2022-09-25 20:06:25 +02:00
Christian German efb70f280c BAEL-5717 - Fix spring-oauth2-resource-server Autoconfiguration failure (#12740)
* BAEL-5717 - Fix spring-oauth2-resource-server Autoconfiguration failure

* BAEL-5717 - Updating imports order.
2022-09-25 19:09:14 +02:00
Loredana Crusoveanu a76b44454a Merge pull request #12762 from eugenp/lor6-patch-3
Delete ListOfHashMapsUnitTest.java
2022-09-24 19:51:03 +03:00
Loredana Crusoveanu 5939fb29e2 Merge pull request #12761 from eugenp/lor6-patch-2
Create README.md
2022-09-24 19:50:45 +03:00
Loredana Crusoveanu 0bc9d72e67 Delete ListOfHashMapsUnitTest.java 2022-09-24 18:28:58 +03:00
Loredana Crusoveanu 937d166e58 Create README.md 2022-09-24 18:20:03 +03:00
Saikat Chakraborty 87c5981736 static import for mockito 2022-09-24 10:01:44 +05:30
Kumar Prabhash Anand c85e6ff506 BAEL-5765 - Updating scan a char unit tests (#12751)
* BAEL-5765 Adding scan a char unit tests

* BAEL-5765 updated class name as per the convention

* BAEL-5765 updated test cases naming strategy

* BAEL-5765 updated variable name
2022-09-23 09:45:58 -07:00
AndreiMandris d5ad2e0ed8 BAEL-5692 Validate UUID String in Java (#12635)
* BAEL-5692 Validate UUID String in Java

* cleaned up the Main method

* added unit test for uuid validation

* renamed unit test method name

* formatted unit test

* removed unneeded file

* replaced gradle by maven

* removed gradle project

* moved project

* added readme file

* segregated unit tests by validator type.

* inlined the validating logic inside the unit tests

* moved the UUIDValidatorTest.java to core-java-uuid module

* renamed test

Co-authored-by: andrei-mandris <andrei.mandris.ext@deliveryhero.com>
2022-09-23 09:44:52 -07:00
Loredana Crusoveanu aa9c3271a9 Merge pull request #12756 from eugenp/lor6-patch-1
Update README.md
2022-09-23 17:38:33 +03:00
Loredana Crusoveanu abd80d5847 Update README.md 2022-09-23 17:32:56 +03:00
Loredana Crusoveanu 291848e835 Merge pull request #12754 from collaboratewithakash/master
back links fixed on github
2022-09-23 17:29:10 +03:00
jsgrah-spring 2cdf589d10 JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the latest version 3.19.0 and remove any overridden versions for this plugin from the repo. 2022-09-23 13:19:54 +02:00
collaboratewithakash 8e673b2ddb Update README.md 2022-09-23 16:48:37 +05:30
collaboratewithakash a9b07fe7c6 Update README.md 2022-09-23 16:39:30 +05:30
collaboratewithakash b99ad6de82 Update README.md 2022-09-23 16:32:40 +05:30
collaboratewithakash ad8db24569 Update README.md 2022-09-23 16:12:18 +05:30
collaboratewithakash 85d6618c15 Update README.md 2022-09-23 16:11:33 +05:30
collaboratewithakash fc9c32a0c3 Update README.md 2022-09-23 16:10:37 +05:30
collaboratewithakash 632fcb582a Update README.md 2022-09-23 16:09:58 +05:30
collaboratewithakash c6c747081d Update README.md 2022-09-23 16:09:05 +05:30
collaboratewithakash 9dea75d8a1 Update README.md 2022-09-23 16:07:05 +05:30
collaboratewithakash 223f05f88f Update README.md 2022-09-23 16:06:12 +05:30
collaboratewithakash 80d73099cc Update README.md 2022-09-23 16:05:28 +05:30
collaboratewithakash 9d85dbf6b6 Update README.md 2022-09-23 16:04:39 +05:30
collaboratewithakash 1ebadbacb7 Update README.md 2022-09-23 15:56:41 +05:30
collaboratewithakash 90535edd49 Update README.md 2022-09-23 15:52:36 +05:30
collaboratewithakash eb56a08cb6 Update README.md 2022-09-23 15:49:46 +05:30
collaboratewithakash ec1fa40010 Update README.md 2022-09-23 15:46:04 +05:30