Commit Graph

15614 Commits

Author SHA1 Message Date
davidmartinezbarua 66be0dda2b
Merge pull request #16251 from AndreiBranza/BAEL-6421-PrintWriter-write-vs-print
Bael 6421 print writer write vs print
2024-04-12 10:02:47 -03:00
panos-kakos 887697da02
[JAVA-33716] Fix errors in logback module (#16381) 2024-04-12 09:09:03 +02:00
Manfred 856360fe1d
BAEL-7670: Introduction to DuckDB (#16197)
* BAEL-7670: Introduction to DuckDB

* BAEL-7670: Introduction to DuckDB
2024-04-11 19:30:36 -05:00
Wynn Teo e34eb87e8e
Bael 5911 (#16299)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* get next val

* get next val
2024-04-11 19:23:17 -05:00
Maiklins 2fca380422
Merge pull request #16319 from Michaelin007/proto
Convert Google Protocol Buffer Timestamp to LocalDate
2024-04-11 23:53:04 +02:00
Mo Helmy ae5290fe76
This commit is related to BAEL-7722 (#16382)
This commit aims to update SymmetricSubstringMaxLengthUnitTest.java.
2024-04-11 13:37:39 -07:00
Loredana Crusoveanu 1c569bcafc
Merge pull request #16375 from eugenp/lor6-patch-5
Update README.md
2024-04-11 21:38:33 +03:00
Loredana Crusoveanu 3fa05e8e9e
Merge pull request #16374 from eugenp/lor6-patch-4
Update README.md
2024-04-11 21:38:15 +03:00
Loredana Crusoveanu 009a934c97
Merge pull request #16373 from eugenp/lor6-patch-3
Update README.md
2024-04-11 21:37:57 +03:00
Loredana Crusoveanu db90613c98
Merge pull request #16372 from eugenp/lor6-patch-2
Update README.md
2024-04-11 19:31:17 +03:00
Loredana Crusoveanu 692f06acbb
Merge pull request #16371 from eugenp/lor6-patch-1
Update README.md
2024-04-11 19:30:53 +03:00
Loredana Crusoveanu 8006e9d43f
Update README.md 2024-04-11 19:26:29 +03:00
Loredana Crusoveanu 24c2d1aa43
Update README.md 2024-04-11 19:25:45 +03:00
Loredana Crusoveanu 205b29d3af
Update README.md 2024-04-11 19:25:12 +03:00
Loredana Crusoveanu ed0f377b86
Update README.md 2024-04-11 19:22:47 +03:00
Loredana Crusoveanu 39bd86a077
Update README.md 2024-04-11 19:22:11 +03:00
Loredana Crusoveanu d8323519f3
Merge pull request #16370 from eugenp/lor6-patch-1
Update README.md
2024-04-11 19:21:24 +03:00
Loredana Crusoveanu 64d27bec32
Update README.md 2024-04-11 19:12:04 +03:00
Loredana Crusoveanu c0eb061c42
Merge pull request #16368 from eugenp/lor6-patch-1
Update README.md
2024-04-11 18:46:48 +03:00
Loredana Crusoveanu 602b4fc9dd
Update README.md 2024-04-11 18:42:41 +03:00
Loredana Crusoveanu c0559cbb6d
Merge pull request #16367 from eugenp/lor6-patch-1
Update README.md
2024-04-11 18:03:10 +03:00
Loredana Crusoveanu f883934190
Update README.md 2024-04-11 17:55:06 +03:00
Andrei Branza 3826c5b8e6 Andrei Branza - removed old code from old module 2024-04-11 17:04:01 +03:00
Andrei Branza 9b0e10496a Merge branch 'master' into BAEL-6421-PrintWriter-write-vs-print 2024-04-11 16:59:27 +03:00
Andrei Branza f3906abe87 Andrei Branza - moved code for article to new module 2024-04-11 16:59:20 +03:00
AndreiBranza 17eae23b48
Merge branch 'eugenp:master' into master 2024-04-11 16:58:30 +03:00
ACHRAF TAITAI c8c719f1e0
Bael 7744 (#16365)
* BAEL-7765: How to fix JsonParseException: Unexpected character (code 115) when parsing unquoted JSON in Jackson

* BAEL-7744: fix unit test

* BAEL-7744: fix unit test
2024-04-11 13:35:00 +02:00
panos-kakos c53d0f44f4
[JAVA-27763] Upgrade spring-reactive-client module to Spring Boot 3 (#16187) 2024-04-11 08:24:07 +02:00
ACHRAF TAITAI c4a14c6931
Bael 7762 (#16321)
* BAEL-7765: How to fix JsonParseException: Unexpected character (code 115) when parsing unquoted JSON in Jackson

* BAEL-7762: Specify logback.xml Location

* Update LogbackConfiguration.java

* BAEL-7762: Specify logback.xml Location

* BAEL-7762: TEST

* BAEL-7762: TEST

---------

Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>
2024-04-11 06:57:54 +02:00
Wynn Teo 661238c1b2
Bael 7420 hotfix (#16348)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* Rename

* update class name
2024-04-10 19:10:48 -05:00
Wynn Teo c8bb1e301f
Bael 7668 hotfix (#16349)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* Rename

* update class name
2024-04-10 19:03:45 -05:00
Adrian Chlebosz af3a000b1e
BAEL-7544: Disable enable scheduling on spring tests (#16125)
* BEAL-7544: Add examples showing how to disable scheduled tasks for testing

* BEAL-7544: Get rid of final keywords

* BEAL-7544: Add the config and test showing the case when the scheduling is simply turned on

* BEAL-7544: Introduce amendments after review

- add initialDelayString param to the scheduled annotation on the tested method
- delete unnecessary unit test

* BEAL-7544: Move code to new module
2024-04-10 18:50:10 -05:00
Harry9656 4394e828c1
JAVA-32410: Update mockito-core to version 5.11.0 (#16199)
* JAVA-32410: Update mockito-core to version 5.11.0

* Fix rollback mockito upgrade.

* wip

* WIP: Update jee-7 wildfly versions

* WIP: Fix jersey tests

* WIP: rollback powermock module

* wip: fix test in spring-data-dynamodb

* wip: fix test in spring-security-legacy-oidc

* wip: rollback quarkus

* wip: fix greeter-spring-boot-autoconfigure

* JAVA-33535: Fix spring-core module integration test

JAVA-33535: rollback junit-5 module mockito version.

* Fix byte-buddy

* Fix log4j dependency in apache-poi
2024-04-11 01:26:19 +02:00
Mikhail Polivakha f1af9d5e55
BAEL-6174 Moved subselect package to newly created hibernate-annotations-2 (#16342)
* BAEL-6174

* Moved subselect package to newly created hibernate-annotations-2
2024-04-10 14:06:14 -07:00
Maiklins 30ee2dfaa6
Merge pull request #16277 from Michaelin007/qrcode
https://jira.baeldung.com/browse/BAEL-7723
2024-04-10 22:47:48 +02:00
Maiklins c905c5bbe1
Merge pull request #16079 from anujgaud/ag/invalid-characters-xml
BAEL-6534 Add InvalidCharactersUnitTest.java
2024-04-10 21:27:44 +02:00
davidmartinezbarua 32144f45c6
Merge pull request #16290 from hajk1/BAEL-7497
BAEL-7497 iterator Vs foreach()
2024-04-10 14:50:18 -03:00
Harry9656 44ef962a82
BAEL-7676: Get the Response Body in Spring Boot Filter (#16186) 2024-04-10 19:25:52 +02:00
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
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
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
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
Graham Cox e4c43225b9
BAEL-7335: Polymorphism with Gson (#16320) 2024-04-09 08:59:09 +02:00