Commit Graph

15614 Commits

Author SHA1 Message Date
reza ganji fa1c5598b0 Revert "Revert "BAEL-7540""
This reverts commit 2c5307571e.
2024-03-30 13:08:12 +03:30
reza ganji 2c5307571e Revert "BAEL-7540"
This reverts commit a3af6f70fc.
2024-03-30 13:05:53 +03:30
reza ganji a3af6f70fc BAEL-7540 2024-03-30 13:02:36 +03:30
Maiklins cc10b9f208
Merge pull request #16241 from zeesh49/master
Code added for ticket: BAEL-7621
2024-03-29 21:24:24 +01:00
Loredana Crusoveanu b7b1e2be23
JAVA-25483 add global logback config (#15829) 2024-03-30 00:06:33 +05:30
vunamtien c15f637d3a
[JAVA-30352] Move code of article Use Criteria Queries to spring-data-jpa-query-2 (#16230) 2024-03-29 16:12:29 +02:00
vunamtien 8711ec8f29
[JAVA-32058] Upgrade spring-rest-http-2, spring-rest-http-3 to Boot 3 (#16225) 2024-03-29 15:25:16 +02:00
anuragkumawat a822f2ed0c
JAVA-30993 Upgrade spring-boot-di, spring-boot-aws to spring-boot-3 (#16221)
* JAVA-30993 Upgrade spring-boot-di, spring-boot-aws to spring-boot-3

* JAVA-30993 Revert maven shade plugin version upgrade
2024-03-29 11:41:09 +01:00
vunamtien a6ea78aa47
[JAVA-29082] Split-or-move-spring-data-jpa-repo-module (#16252)
* [JAVA-29082] Split-or-move-spring-data-jpa-repo-module

* [JAVA-29082] Split-or-move-spring-data-jpa-repo-module
2024-03-29 11:26:43 +01:00
vunamtien 2df107ef2b
[BAEL-7557] SkipList-implementation-in-Java (#16253) 2024-03-29 11:22:25 +01:00
Loredana Crusoveanu 24a53b3d65
Merge pull request #16259 from eugenp/JAVA-31609
JAVA-31609 move docker modules out of tutorials repo
2024-03-29 10:13:59 +02:00
Loredana Crusoveanu d7eab5344b fix conflicts 2024-03-29 10:10:04 +02:00
Loredana Crusoveanu 358f60bb59 JAVA-31609 move docker modules out of tutorials repo 2024-03-29 10:07:04 +02:00
Loredana Crusoveanu c7ec37bd16
Merge pull request #16258 from eugenp/lor6-patch-1
Update README.md
2024-03-29 10:00:10 +02:00
Loredana Crusoveanu 5b40d07950
Update README.md 2024-03-29 09:57:27 +02:00
DiegoMarti2 18f4f8b53e
baeldung-articles BAEL-7642 (#16255) 2024-03-28 21:09:49 -07:00
technoddy c8b7d97ea7 pr feedback 2024-03-28 23:14:08 -04:00
balasr3 95b7834f6a Revert "BAEL-7593: added implementation and test for kafka delayed message consumption"
This reverts commit 98fcb6edef.
2024-03-28 23:27:17 +00:00
Harry9656 1f5e5f0752
JAVA-32063: Migrate spring-session-mongodb to spring boot 3 (#16184) 2024-03-28 20:36:23 +02:00
davidmartinezbarua ec6524f294
Merge pull request #15947 from sam-gardner/BAEL-7513-Merge-overlapping-intervals-in-collection
BAEL-7513 Merge overlapping intervals in collection
2024-03-28 12:56:38 -03:00
Sam Gardner 9c539cdd3d BAEL-7513 Move merge interval code to next module 2024-03-28 14:41:51 +00:00
Sam Gardner 4ab0022871 Merge branch 'master' into BAEL-7513-Merge-overlapping-intervals-in-collection 2024-03-28 14:36:31 +00:00
Liam Williams ef9d4a02d2
Merge pull request #16209 from sk1418/map-to-value->Set-of-keys
[map-to-value->Set-of-keys] Map<K,V> -> Map<V,Set<K>>
2024-03-28 13:31:38 +00:00
emanuel.trandafir 7d14d37fda BAEL-7547: formatting & code review 2024-03-28 10:49:04 +01:00
emanueltrandafir1993 9502473ac2 BAEL-7547: adding h2 for non-testcontainers tests 2024-03-28 10:28:51 +01:00
emanueltrandafir1993 fbd72d1a09 BAEL-7547: removing timeouts 2024-03-28 10:28:51 +01:00
emanuel.trandafir 23ff3bc2fc BAEL-7547: small fix 2024-03-28 10:28:50 +01:00
emanuel.trandafir 34fd8269e3 BAEL-7547: finishing spring modulith test 2024-03-28 10:28:49 +01:00
emanueltrandafir1993 49e66a1a1b BAEL-5747: added spring modulith test 2024-03-28 10:28:48 +01:00
emanueltrandafir1993 5e9a5b9b3f BAEL-7574: added tests 2024-03-28 10:28:48 +01:00
emanuel.trandafir 4a95314449 BAEL-7547: testing spring events 2024-03-28 10:28:47 +01:00
michaelin007 ffb5023d04 https://jira.baeldung.com/browse/BAEL-7667 2024-03-28 05:37:03 +00:00
MohamedHelmyKassab 40879b5237
This PR is related to BAEL-6429 (#16250)
* This commit is related to BAEL-6429

This commit aims to add a .html file named test.

* This commit is related to BAEL-6429

This commit aims to add a test class named "OpenHtmlFilesUnitTest".

* Update OpenHtmlFilesUnitTest.java

The java.awt.HeadlessException occures, indicating that the current environment lacks a graphical display necessary for the Desktop class to function properly.
So i commented the method.
2024-03-27 22:34:21 -07:00
Bhaskar Ghosh Dastidar 5d38f245cd
[BAEL-6954] internet address resolution spi (#16245)
* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi

* [BAEL-6954] internet address resolution spi
2024-03-27 22:22:17 -07:00
DiegoMarti2 d1e36a0b4e
baeldung-articles : BAEL-6607 (#16240)
Get a Path to a Resource in a Java JAR File.
2024-03-27 21:43:38 -07:00
pentakon f6a766d8ef
Example code for BAEL-6840: How to scale a BufferedImage in Java? (#16202) 2024-03-27 21:41:06 -07:00
Andrei Branza e4aa7a1206 Merge branch 'master' into BAEL-6421-PrintWriter-write-vs-print 2024-03-27 20:58:57 +02:00
AndreiBranza 6f684bb36a
Merge branch 'eugenp:master' into master 2024-03-27 20:58:21 +02:00
Tetiana Okhotnik 5c18b2e7f7 BAEL-7238 Inject mock into Spy object in Mockito
- added "library" service to demonstrate mockito injection features
- updated mockito version to 5.10
2024-03-27 20:47:25 +02:00
Muhammad Asif 9e21e95e6f
BAEL-7030 Added the example code (#16085)
* BAEL-7030 Added the example code

* Removed public modifier
2024-03-27 17:57:34 +01:00
Loredana Crusoveanu dc183332f7
Merge pull request #16243 from rcalago/master
Update on README.md
2024-03-27 18:15:59 +02:00
timis1 2a7b672000
JAVA-32052 Upgrade spring-5-mvc to Spring Boot 3 (#16212) 2024-03-27 14:54:57 +02:00
rcalago cfcbac873c
Update README.md 2024-03-27 10:28:57 +08:00
rcalago dd622e250d
Update README.md 2024-03-27 10:26:12 +08:00
rcalago 8cb77a1a88
Update README.md 2024-03-27 10:23:41 +08:00
rcalago 5792231765
Update README.md 2024-03-27 10:20:22 +08:00
rcalago 68047700d8
Create README.md 2024-03-27 10:18:35 +08:00
rcalago ee28b0f7e7
Update README.md 2024-03-27 10:15:28 +08:00
rcalago 8da755ff7a
Update README.md 2024-03-27 10:12:36 +08:00
rcalago dede5abc97
Update README.md 2024-03-27 10:10:31 +08:00