hajk1
04f4880286
Merge remote-tracking branch 'origin/BAEL-7497' into BAEL-7497
...
# Conflicts:
# core-java-modules/core-java-collections-6/pom.xml
2024-04-10 12:38:23 +03:30
hajk1
a1e28048a6
reformat the files using intellij-baeldung-style.xml
2024-04-10 12:37:21 +03:30
hajk1
4bdfd9699f
adding new article BAEL-7497 source codes
2024-04-10 12:37:07 +03:30
Yadukrishnan
2b430714bb
Added condition for divide by zero check
2024-04-10 08:11:11 +02:00
Pedro Lopes
28bb26ceb2
BAEL-6852: Can @Transactional and @Async work together? ( #16126 )
...
* adding tests and repo classes
* wrapping up logic]
* removing test
* removing sql files
* changing to throw exception on optional]
* introducing property in pom
2024-04-10 07:32:21 +02:00
Wynn Teo
119d52f961
Merge branch 'eugenp:master' into master
2024-04-10 11:12:54 +08:00
timis1
a9f5f9fab5
JAVA-33597 Fix all modules here have incorrect parent ( #16324 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-10 01:24:50 +02:00
timis1
e812b299bd
JAVA-32783 Split or move algorithms-miscellaneous-7 ( #16317 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-10 00:03:56 +02:00
vunamtien
eea7bccf86
[JAVA-31831] Split-or-move-core-java-8-datetime-2 ( #16325 )
2024-04-10 00:16:14 +03:00
Yadukrishnan
423e60577d
Used records intead of plain class
2024-04-09 22:04:14 +02:00
anujgaud
306d2da98c
Update SetMatrixToZero.java
2024-04-09 23:18:22 +05:30
Loredana Crusoveanu
9e3c6129f9
Merge pull request #16344 from eugenp/lor6-patch-1-1
...
Update README.md
2024-04-09 19:29:35 +03:00
Loredana Crusoveanu
0c55f859f4
Merge pull request #16343 from eugenp/lor6-patch-1
...
Update README.md
2024-04-09 19:26:38 +03:00
Loredana Crusoveanu
9dc160ccca
Update README.md
2024-04-09 19:24:00 +03:00
Loredana Crusoveanu
27e451cd97
Update README.md
2024-04-09 19:23:47 +03:00
Yadukrishnan
9ddceb29f1
Added subtract and divide operations
2024-04-09 09:00:01 +02:00
Graham Cox
e4c43225b9
BAEL-7335: Polymorphism with Gson ( #16320 )
2024-04-09 08:59:09 +02:00
Harry9656
eead7a451c
[JAVA-32874] Fix Errors related to Maven upgrade ( #16331 )
2024-04-09 08:35:21 +02:00
sam-gardner
84d5277359
[JAVA-27821] Upgrade Azure to Spring Boot 3 ( #16304 )
2024-04-09 08:22:57 +02:00
Wynn Teo
020914dbf9
Merge branch 'eugenp:master' into master
2024-04-09 09:11:34 +08:00
Liam Williams
e6c33f07c4
Merge pull request #16310 from sk1418/improvement-init-Long-list
...
[improvement-init-Long-list] add long list init
2024-04-08 23:56:18 +01:00
panos-kakos
c3939b1850
[JAVA-32833] ( #16265 )
...
* [JAVA-32833]
* [JAVA-32833] Fixed configuration
2024-04-08 22:54:14 +02:00
Maiklins
b5bfa4697d
Merge pull request #16134 from marcushellberg/master
...
Updates for vaadin intro article
2024-04-08 22:08:01 +02:00
Maiklins
2a0eb6ef01
Merge pull request #16303 from rezaganjis/master
...
BAEL-7540 - The difference between throwing an exception and Mono.error() in Spring webflux
2024-04-08 21:59:11 +02:00
sam-gardner
cc406d8899
[JAVA-32662] Move articles from Java Math 3 to Java Math 4 ( #16326 )
2024-04-08 20:36:19 +02:00
sam-gardner
4fd081e1b4
[JAVA-32669] Move article out of core-java-collections-5 ( #16327 )
2024-04-08 20:27:56 +02:00
Diegom203
90cf4fe1dd
baeldung-articles : BAEL-7500 ( #16329 )
...
* Update pom.xml
Add collections-6
* baeldung-articles : BAEL-7500
Move the article to /core-java-collections-6
2024-04-08 10:39:16 -07:00
MohamedHelmyKassab
26f3664371
This commit is related to BAEL-6298 ( #16323 )
...
This commit aims to add three classes (Example, GenericExample, ReflectionExample).
2024-04-08 09:39:32 -07:00
Mo Helmy
1b0b87bfd2
This commit is related to BAEL-7722 ( #16316 )
...
This commit aims to add a test class "SymmetricSubstringMaxLengthUnitTest.java" to find length of longest symmetric substring.
2024-04-08 09:30:28 -07:00
Eugene Kovko
930f1ce0a5
BAEL-6131: Moving REST Docs to a separate package ( #16273 )
...
* BAEL-6131: Moving REST Docs to a separate package
* BAEL-6131: Removed askii-doctor configurations
2024-04-08 09:17:38 -07:00
Andrei Branza
3999bcb3bd
BAEL-6421 | Removed public keyword from methods
2024-04-08 19:09:19 +03:00
Kai.Yuan
d8b5d22fa3
[improvement-init-Long-list] rename package
2024-04-08 11:36:50 +02:00
Ulisses Lima
4b5e5192d9
BAEL 7619 - Intro to the Apache Commons Compress Project ( #16220 )
...
* matcher.appendReplacement() takes a StringBuffer, not StringBuilder
* First draft
* review 1
2024-04-08 08:17:59 +02:00
Wynn Teo
8e247e172b
Bael 7668 ( #16257 )
...
* BAEL-7490 read write file in separate thread
* Change the to try resources
* Update the code to sync with article
* jooq join table
* Fix the wildcard import
2024-04-07 21:30:35 -05:00
Marcus Hellberg
51071ac1fb
Merge upstream changes
2024-04-07 14:01:59 -07:00
Maiklins
f8fe72540d
Merge pull request #16279 from zeesh49/BAEL-7692-Join-Queries
...
Bael 7692 join queries
2024-04-07 22:39:28 +02:00
Yadukrishnan
cdf1bcdc0e
Added the test case for complex number addition
2024-04-07 21:53:33 +02:00
Yadukrishnan
999ff99f97
Moved ComplexNumber to main source
2024-04-07 21:50:25 +02:00
Yadukrishnan
bb499f340c
simplified the parsing using regex
2024-04-07 21:40:20 +02:00
Yadukrishnan
aabaaf5ec9
removed unused imports
2024-04-07 21:35:59 +02:00
Yadukrishnan
1ede00ad50
Fixed the issue with some formats
2024-04-07 21:35:11 +02:00
Yadukrishnan
eed82faf31
adjusted test data
2024-04-07 21:07:38 +02:00
Yadukrishnan
c944722402
Added sample code for complex number addition and multiplication
2024-04-07 21:06:27 +02:00
Kai.Yuan
ce618671be
[improvement-init-Long-list] update
2024-04-07 17:11:14 +02:00
hajk1
2a754ad337
reformat the files using intellij-baeldung-style.xml
2024-04-07 18:25:13 +03:30
Andrei Branza
293574e399
BAEL-6421 | Eliminated unnecessary plugin
2024-04-07 15:37:29 +03:00
timis1
592655fef8
JAVA-30177 Upgrade h2 library in the main pom.xml ( #16314 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-07 14:06:48 +02:00
Andrei Branza
6a04c9921c
Merge branch 'master' into BAEL-6421-PrintWriter-write-vs-print
2024-04-07 13:51:18 +03:00
AndreiBranza
5e58a1a0b7
Merge branch 'eugenp:master' into master
2024-04-07 13:50:26 +03:00
timis1
0290702ccc
JAVA-32805 Upgrade jedis for spring boot 3 in spring-data-redis ( #16301 )
2024-04-07 13:10:36 +03:00