Commit Graph

15423 Commits

Author SHA1 Message Date
collaboratewithakash 7c8c13a4f0
backlink added 2024-03-15 12:38:00 +05:30
collaboratewithakash e636e514b2
backlink updated 2024-03-15 12:33:02 +05:30
collaboratewithakash 9fe8ce5906
backlink updated 2024-03-15 12:29:24 +05:30
collaboratewithakash 5cd905c38c
backlink updated 2024-03-15 12:27:09 +05:30
collaboratewithakash 1bedbb4b2f
backlink added 2024-03-15 12:19:29 +05:30
collaboratewithakash 6a22da4d1c
backlink added 2024-03-15 12:17:09 +05:30
collaboratewithakash 9cadb6f795
backlink updated 2024-03-15 12:08:37 +05:30
collaboratewithakash 6d4aae6ec9
backlink updated 2024-03-15 12:06:57 +05:30
collaboratewithakash 02c27797f9
backlink updated 2024-03-15 11:59:08 +05:30
Wynn Teo 2c8e998cfd
Bael 6347 (#16061)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* add first draft

* Update code reformat
2024-03-14 21:23:10 -05:00
Harry9656 f7c541f9d0
Move code to common module - Spring Data JPA (#15733)
* JAVA-30484: Move code to new module - Spring Data JPA

* JAVA-30484: remove the duplicate code from the old modules.
2024-03-14 22:31:03 +01:00
ovidiu-mihai98 09cc4a18ca Updated versions 2024-03-14 21:22:33 +02:00
Diegom203 f13baaf5d2
baeldung-articles : BAEL-7500 (#16084)
* baeldung-articles : BAEL-7500

Adding elements to a collection during iteration.

* I modify the ListIterationUnitTest.java
2024-03-14 11:58:01 -07:00
Amol Gote 2ef61a8884 Incorporated Review comments 2024-03-14 14:35:48 -04:00
anuragkumawat b069824c41
JAVA-31504 Upgrade spring-kafka-2 to Spring Boot 3 and latest kafka version (#16086) 2024-03-14 14:21:37 +02:00
panos-kakos a39f20151d
[JAVA-30626] Clean up guava dependencies (#16098)
* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies
2024-03-14 00:44:56 +01:00
Amit Pandey bd67d38a96
JAVA-31854 :- Upgrade Spring-Boot-data-3 to Boot 3. (#16075) 2024-03-13 23:57:15 +01:00
Loredana Crusoveanu ea56a5b9f4
Merge pull request #16121 from collaboratewithakash/master
backlink added or updated
2024-03-13 15:31:18 +02:00
Loredana Crusoveanu f74256ec93
Merge pull request #16119 from rcalago/master
Update on README.md
2024-03-13 09:36:34 +02:00
timis1 45fff184c2
[JAVA-32263] Review log statements for projects - Week 10 - Manually Created (#16096) 2024-03-13 08:33:25 +01:00
rcalago a61d275d1b
Create README.md 2024-03-13 15:06:42 +08:00
rcalago 2e8db09ef3
Update README.md 2024-03-13 15:05:33 +08:00
rcalago 9114dde558
Update README.md 2024-03-13 15:04:10 +08:00
rcalago b219792826
Update README.md 2024-03-13 15:02:41 +08:00
rcalago ed5c492060
Update README.md 2024-03-13 15:01:37 +08:00
rcalago ed3bf00460
Create README.md 2024-03-13 15:00:06 +08:00
rcalago 5cd45c6643
Update README.md 2024-03-13 14:58:31 +08:00
rcalago 6aec85f2aa
Update README.md 2024-03-13 14:57:39 +08:00
rcalago 2687d01dc5
Update README.md 2024-03-13 14:56:45 +08:00
rcalago 7b3fec92d3
Update README.md 2024-03-13 14:55:22 +08:00
rcalago f23b5e45a8
Update README.md 2024-03-13 14:53:24 +08:00
Shahul Basha d932403049
BAEL-7470 (#16035)
* BAEL-7470 initial commit

* BAEL-7470 changed file name

* BAEL-7470 new module

* BAEL-7470 new module

* BAEL-7470 remove spring-core 4
2024-03-12 20:25:50 -05:00
davidmartinezbarua d5f76028a3
Merge pull request #16042 from parthiv39731/BAEL-7618
Bael 7618
2024-03-12 19:12:46 -03:00
davidmartinezbarua e9b37e1796
Merge pull request #15912 from parthiv39731/PR-7386
BAEL-7386, Introduction to Redpanda
2024-03-12 19:05:58 -03:00
mdabrowski-eu b92159a3f6
BAEL-7454 RGB conversions (#16053) 2024-03-12 08:39:38 -07:00
michaelin007 9e46a49f20 Creating a Spring Security Key for Signing a JWT Token 2024-03-12 11:44:53 +00:00
Amit Pandey e44f924d9c
JAVA-27544: spring-katharsis cannot be upgraded to Spring Boot 3 (#16071) 2024-03-12 13:34:46 +02:00
Amit Pandey b43f720788
JAVA-26572 :- Upgrade Spring Cloud – Bootstrapping to Spring Cloud latest versions (#16014) 2024-03-12 13:13:56 +02:00
anuragkumawat 7d0f28cf03
JAVA-31812 Upgrade spring-kafka to Spring Boot 3.2.2(#16077) 2024-03-12 12:21:22 +02:00
libor-vilimek-finbricks 861e43470d
[Spring-Boot-Keycloak example] Allows preflight requests from browser (#15706) 2024-03-12 08:20:01 +01:00
Vini b8a43f209c
Merge pull request #15991 from mee-omi/master
Parsing HTML Table in Java With Jsoup
2024-03-12 07:43:46 +01:00
michaelin007 89963eefd7 Creating a Spring Security Key for Signing a JWT Token 2024-03-12 02:45:48 +00:00
Roger 89eba29a26
BAEL-7315 Add source code for Spock Argument Capture tutorial (#16083) 2024-03-11 14:05:44 -07:00
Harry9656 535d9a97b4
[JAVA-31568] Upgrade org.json and json-path libraries 2024-03-11 21:16:11 +01:00
Amit Pandey ec6f3949cd
JAVA-31814: Upgrade and fix Jenkins failures for spring-testing with Spring boot 3.2.2 (#16002) 2024-03-11 21:47:02 +02:00
Amit Pandey 87badde692
JAVA-27539: Spring-remoting-modules cannot be upgraded to Spring Boot 3 (#16073) 2024-03-11 21:32:24 +02:00
michaelin007 1fea1bf611 Creating a Spring Security Key for Signing a JWT Token 2024-03-11 17:52:07 +00:00
sIvanovKonstantyn db287faace
Merge branch 'eugenp:master' into master 2024-03-11 12:36:31 +01:00
ICKostiantyn.Ivanov bd5512454d BAEL-6163 - Add code examples for the article "Querydsl vs. JPA Criteria" 2024-03-11 12:35:51 +01:00
panos-kakos 2f8beadbf3
[JAVA-29011] Upgrade spring-reactor module to Spring Boot 3(#16080) 2024-03-11 09:31:57 +01:00