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
Wynn Teo
67f5f92133
Merge branch 'eugenp:master' into master
2024-03-27 11:51:37 +08: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
Zeeshan Arif
e9ba1e73ff
Code added for ticket: BAEL-7621:
...
StructDepartment.java
StructManager.java - (contains the @Struct annotation which is the annotation the ticket is about.
HibernateStructUnitTest.java - Struct unit test class. No unit test present because the hibernate dialect: org.hibernate.dialect.DerbyDialect does not support the @Struct annotation despite the fact that Apache Derby has support for CREATE TYPE (https://db.apache.org/derby/docs/10.17/ref/rrefsqljcreatetype.html ) ddls.
hibernate-derby.properties - properties file, just for reference, not being used in unit tests.
2024-03-27 05:39:30 +05:00
balasr3
98fcb6edef
BAEL-7593: added implementation and test for kafka delayed message consumption
2024-03-26 23:45:27 +00: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
michaelin007
2e2ac76b45
https://jira.baeldung.com/browse/BAEL-7667
2024-03-26 12:28: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