Commit Graph

15399 Commits

Author SHA1 Message Date
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
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
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
rcalago d1ca5d3866
Update README.md 2024-03-27 10:03:34 +08:00
rcalago 3b44d659c5
Update README.md 2024-03-27 10:01:08 +08:00
rcalago e84bf3717a
Update README.md 2024-03-27 09:59:25 +08:00
rcalago 57613dec3d
Update README.md 2024-03-27 09:57:41 +08:00
Wynn Teo c957410b7e
Bael 7648 (#16176)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* added new module for get list entity in hibernate

* Move the code to hibernate-queries module

* simplify the code
2024-03-26 20:19:44 -05:00
timis1 c25f863bb2
JAVA-32055 Upgrade spring-mvc-forms-thymeleaf to Spring Boot 3 (#16203)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-26 21:01:32 +02:00
Liam Williams e1e94a088a
Merge pull request #16165 from sk1418/map-stream-to-map
[map-stream-to-map] merge a stream of maps to a single map
2024-03-26 13:28:48 +00:00
Liam Williams bef52d4ac3
Merge pull request #16175 from sk1418/add-to-immutable-list
Add to immutable list
2024-03-26 13:28:25 +00:00
Liam Williams 0902917c82
Merge pull request #16082 from sk1418/happy-number
[happy-number] happy number
2024-03-26 13:27:54 +00:00
Liam Williams e57037e841
Merge pull request #15766 from adalagandev/BAEL-7131_InputStream_vs_InputStreamReader_in_Java_v2
BAEL-7131 version 1 - POST REPO re-writing the commit history issue.
2024-03-26 13:27:14 +00:00
vunamtien 82120f03d7
[JAVA-26659] Upgrade jacoco-maven-plugin (#16223) 2024-03-25 23:43:41 +01:00
panos-kakos 6776be4328
[JAVA-32463] Move Dozer module to libraries-data-3 (#16227) 2024-03-25 23:31:11 +01:00
vunamtien 76c1a02aa8
[JAVA-30997] upgrade spring-boot-mvc to boot 3 (#16190)
* [JAVA-30997] upgrade spring-boot-mvc to boot 3

* [JAVA-30997] upgrade spring-boot-mvc to boot 3
2024-03-25 23:20:02 +01:00
MohamedHelmyKassab 452cdc58c9
This commit is related to BAEL-6972 (#16217)
This commit aims to add two classes Child and Parent.
2024-03-25 15:18:39 -07:00
Mikhail Polivakha 4912f824c9
BAEL-6174 (#16213) 2024-03-25 15:15:07 -07:00
sam-gardner 5fbc3a252b
[JAVA-28949] Upgrade spring-native to spring-boot 3 (#16229) 2024-03-25 23:12:47 +01:00
DiegoMarti2 4435123918
baeldung-articles : BAEL-7644 (#16211)
* baeldung-articles : BAEL-7644

Include null value in JSON serialization (Main)

* baeldung-articles : BAEL-7644

Include null value in JSON serialization (Test).
2024-03-25 15:07:55 -07:00
panos-kakos c75b4b13fa
[JAVA-31545] (#16222) 2024-03-25 23:06:53 +01:00
anuragkumawat 0facf5ca65
[JAVA-27762] Upgrade spring-reactive-3 to boot-3 (#16214) 2024-03-25 22:55:56 +01:00
panos-kakos 8d8acb9117
[JAVA-31614] (#16224) 2024-03-25 22:51:56 +01:00
sachin 7c0faeef86
Prototype Scoped Bean With Runtime Arguments (#15936)
* Prototype Scoped Bean With Runtime Arguments

* Prototype Scoped Bean With Runtime Arguments

---------

Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
2024-03-24 18:27:58 -05:00
Amit Pandey e0a6bc2da3
[JAVA-29007] - Upgrade Spring Reactive exceptions (#16208) 2024-03-25 00:08:15 +01:00
Harry9656 42b9fb4598
[JAVA-32171] Fix missing pom.xml (#16196) 2024-03-24 23:53:37 +01:00
Mo Helmy 17cb4108d4
This PR is related to BAEL-7427 (#16028)
* This commit is related to BAEL-7427

This commit aims to add a Main class.

* This commit is related to BAEL-7427

This commit aims to add a myFile.gz file to the resources folder.

* This commit is related to BAEL-7427

This commit aims to add a test class "ReadingGZIPUsingGZIPInputStreamUnitTest".

* This commit is related to BAEL-7427

This commit aims to add a myFile.gz file to the resources folder.

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java

* Update ReadingGZIPUsingGZIPInputStreamUnitTest.java

* Update Main.java
2024-03-24 20:08:17 +00:00
vunamtien ff12386947
[JAVA-32056] Upgrade spring-mvc-java-3 to Boot 3 (#16161) 2024-03-24 18:19:00 +02:00
Amit Pandey 8dcc7d1569
JAVA-31500 :- Upgrade spring-data-redis to Spring Boot 3 (#16057) 2024-03-24 15:48:22 +02:00
panos-kakos f277f6195e
[JAVA-28950] upgrade spring-credhub to spring-boot 3 (#16198) 2024-03-24 14:36:18 +01:00
Andrea Cerasoni afef19ac9e
Merge pull request #16158 from RizaFarheen/saga-pattern
saga-pattern
2024-03-24 06:45:11 +00:00