pentakon
f6a766d8ef
Example code for BAEL-6840: How to scale a BufferedImage in Java? ( #16202 )
2024-03-27 21:41:06 -07: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
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
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
michaelin007
a411fd0561
https://jira.baeldung.com/browse/BAEL-7667
2024-03-25 12:28:05 +00: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
Andrea Cerasoni
bd9c74e8be
Merge pull request #16033 from ovidiumihaitacu/master
...
[BAEL-7421] - Creating Postgres Schema with Liquibase
2024-03-24 06:18:10 +00:00
Kai.Yuan
47e4316d01
[map-to-value->Set-of-keys] Map<K,V> -> Map<V,Set<K>>
2024-03-23 17:23:38 +01:00
anuragkumawat
5f9eed3b36
JAVA-32167 Fix references to parent- Week 11 ( #16128 )
2024-03-23 15:01:13 +02:00
Amit Pandey
f63ea84918
JAVA-31640 :- Upgrade Spring Boot Data ( #16207 )
...
Co-authored-by: Amit Pandey <amitpandey@cloud.upwork.com>
2024-03-23 13:22:50 +01:00
anuragkumawat
429b4700e8
JAVA-32517 Upgrade parent-spring-6 to latest version of Spring ( #16179 )
2024-03-23 14:13:07 +02:00