Commit Graph

23505 Commits

Author SHA1 Message Date
Krzysiek
2419a69038 JAVA-8794: Update spring-cloud-zuul dependencies 2021-12-15 10:54:36 +01:00
Krzysiek
2b9e6d5733 JAVA-8794: Update Spring Cloud version 2021-12-15 09:48:48 +01:00
Krzysiek
ac6468addd JAVA-8794: Set spring.mongodb.embedded.version=3.5.5 in spring-jenkins-pipeline 2021-12-14 19:21:56 +01:00
Krzysiek
4caf96d556 JAVA-8794: Leave spring-kafka on Spring Boot 2.5.4 2021-12-14 16:48:53 +01:00
Krzysiek
67411147ed JAVA-8794: Set spring.mvc.pathmatch.matching-strategy=ant-path-matcher 2021-12-14 16:40:11 +01:00
Krzysiek
0f661bc797 JAVA-8794: Fix quart schema initialization 2021-12-14 16:29:17 +01:00
Krzysiek
49b511bafe JAVA-8794: Fix circural dependencies in spring-security-core 2021-12-14 13:29:19 +01:00
Krzysiek
a8fe99b8d1 JAVA-8794: Fix circural dependencies in spring-security-web-boot-2 2021-12-14 13:22:46 +01:00
Krzysiek
81a7be6579 JAVA-8794: Use spring.mongodb.embedded.version=3.5.5 2021-12-14 12:54:02 +01:00
Krzysiek
f9162d597e JAVA-8794: Use spring.mongodb.embedded.version=3.5.5 2021-12-14 12:40:49 +01:00
Krzysiek
1a1fb06a70 JAVA-8794: Fix spring-resttemplate pom 2021-12-14 12:37:33 +01:00
Krzysiek
ecbe2a49e1 JAVA-8794: Replace deprecated ConfigFileApplicationContextInitializer 2021-12-13 16:20:04 +01:00
Krzysiek
b4a68e66ba JAVA-8794: allow-circular-references in spring-cloud-ribbon-client 2021-12-13 15:24:00 +01:00
Krzysiek
0999d02d7f JAVA-8794: Update Spring Cloud dependencies 2021-12-13 15:23:22 +01:00
Krzysiek
b56467759e JAVA-8794: Set spring.mvc.pathmatch.matching-strategy property 2021-12-13 13:58:01 +01:00
Krzysiek
fb479d0bc9 JAVA-8794: Upgrade spring-boot-environment cloud dependencies 2021-12-13 13:46:45 +01:00
Krzysiek
c64667e45f JAVA-8794: Add spring.mongodb.embedded.version property 2021-12-13 13:39:36 +01:00
Krzysiek
6a5473b86b JAVA-8794: Make spring-boot-springdoc 2.6 compatible 2021-12-13 13:12:11 +01:00
Krzysiek
ab0f60530b JAVA-8794: Upgrade spring-mybatis dependencies 2021-12-13 12:57:58 +01:00
Krzysiek
f9de02fd43 JAVA-8794: Upgrade Spring Boot to 2.6.1 in the parent-boot-2 2021-12-13 12:33:58 +01:00
kwoyke
a0e52c907b Merge pull request #11575 from kwoyke/JAVA-8285
JAVA-8285: Add spring-mvc-basics-5 to the parent pom
2021-12-13 10:45:24 +01:00
Krzysiek
a4457e0764 JAVA-8285: Add spring-mvc-basics-5 to the parent pom 2021-12-13 10:38:54 +01:00
kwoyke
9d0f016101 Merge pull request #11573 from freelansam/JAVA-8366
JAVA-8366: Split or move spring-boot-annotations module
2021-12-13 10:34:57 +01:00
kwoyke
1007a35b17 Merge pull request #11572 from hkhan/JAVA-8698-fix-bug-in-algorithm
[JAVA-8698] Fix minor bug in algorithm
2021-12-13 08:56:19 +01:00
kwoyke
10fd5c11ee Merge pull request #11571 from hkhan/JAVA-8285-split-spring-mvc-basics
[JAVA-8285] Split spring-mvc-basics into a new module
2021-12-13 08:49:09 +01:00
Azhwani
88401a710d BAEL-3763: Improvement: Add a section about the ISO_INSTANT formatter (#11537)
* init commit

* add parsing examples

* Adjust assertEquals order

* Add empty line before asserts
2021-12-12 21:52:38 -06:00
sampadawagde
1f14487108 JAVA-8366: Split or move spring-boot-annotations module 2021-12-12 17:21:57 +05:30
Haroon Khan
3b98b3cfce [JAVA-8698] Fix bug in algorithm 2021-12-11 20:32:07 +00:00
Haroon Khan
273eddf4c6 [JAVA-8285] Split spring-mvc-basics into a new module 2021-12-11 19:52:50 +00:00
vunamtien
295e05c73a BAEL-5052-simulate-touch-command-in-java (#11560)
* BAEL-5052-simulate-touch-command-in-java

* refactor

Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2021-12-11 07:35:40 +01:00
ukhan1980
38a1648023 [BAEL-5223] Add code for Spring Boot Streams article (#11568)
Co-authored-by: uzma khan <uzma.khan@nominet.uk>
2021-12-10 22:58:11 -06:00
Loredana Crusoveanu
5d305bcbf2 Merge pull request #11374 from ramazansakin/master
Update README.md
2021-12-10 12:16:00 +02:00
kwoyke
26156b71b8 Merge pull request #11569 from kwoyke/JAVA-8289
JAVA-8289: Add spring-web-url to the parent pom
2021-12-09 14:26:59 +01:00
Krzysiek
de2a343f2b JAVA-8289: Add spring-web-url to the parent pom 2021-12-09 14:23:20 +01:00
kwoyke
59d3dc049e Merge pull request #11562 from anuragkumawat/master
Adding spring-web-url
2021-12-09 14:18:16 +01:00
anuragkumawat
768078f353 Removed unused annotations 2021-12-09 18:07:56 +05:30
anuragkumawat
20f5ed0417 Remove unused libraries and code 2021-12-09 17:32:11 +05:30
Loredana Crusoveanu
ba7bfaa43d Merge pull request #11234 from Maiklins/JAVA-7244-Review_log_statements_for_projects
JAVA-7244 Review log statements for projects
2021-12-09 10:37:10 +02:00
Loredana Crusoveanu
c974daf78f Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects 2021-12-09 10:22:41 +02:00
anuragkumawat
2aa847efcc Removed redundent clases 2021-12-09 11:21:11 +05:30
Sachin Raverkar
7d437b646c Bael 5275 (#11561)
* Initial impl of enum

* Added Java 8 based enum searcher and test for it.

* Moved code to core-java-enums

* Fixed test name and readme

* Reused existing module core-java-modules/core-java-lang-oop-types-2 instead of creating a new one.

* Reused existing module core-java-modules/core-java-lang-oop-types-2 instead of creating a new one.
2021-12-08 19:52:20 -08:00
Loredana Crusoveanu
9d4718993f Merge pull request #11567 from johnA1331/master
BAEL-45157 - add links to github-baeldung articles
2021-12-08 19:38:32 +02:00
johnA1331
61fff2eb4e Update README.md 2021-12-08 23:50:58 +08:00
johnA1331
12c82cf0dc Update README.md 2021-12-08 23:48:29 +08:00
johnA1331
3df4838cad Update README.md 2021-12-08 23:46:18 +08:00
johnA1331
4a0093028c Update README.md 2021-12-08 23:44:11 +08:00
johnA1331
5f12a0d8f1 Update README.md 2021-12-08 23:41:46 +08:00
johnA1331
eea6e54f88 Update README.md 2021-12-08 23:39:48 +08:00
johnA1331
b4e226eeb8 Update README.md 2021-12-08 23:34:51 +08:00
johnA1331
6cd160bd67 Update README.md 2021-12-08 23:04:52 +08:00