Commit Graph

15470 Commits

Author SHA1 Message Date
rcalago debd762c51
Update README.md 2024-03-21 23:14:03 +08:00
rcalago 3019e85e4f
Update README.md 2024-03-21 23:12:06 +08:00
rcalago 9dc79459fb
Update README.md 2024-03-21 23:10:40 +08:00
Graham Cox 30a5cddce0
Updates for BAEL-7496 (#16150)
* Moved vigenere cipher code to a new module

* New test case for encoding and decoding together
2024-03-21 06:34:48 +01:00
Wynn Teo 1d289c30b9
Bael 7641 (#16099)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* code demostration for ExecutorService vs CompletableFuture
2024-03-20 20:22:00 -05:00
DiegoMarti2 30b95b0161
baeldung-articles : BAEL-6402 (#16185)
* baeldung-articles : BAEL-6402

Normalizing the EOL Character in Java

* Add dep to pom.xml file
2024-03-20 15:02:21 -07:00
Bipin kumar e8f490718a
JAVA-30986: Changes made for Upgrade spring-boot-react (#16180) 2024-03-20 22:57:46 +01:00
timis1 411bea8497
JAVA-30337 Fix failing module spring-security-web-boot-2 schema for spring-security-login-redirect (#16167)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-20 22:31:31 +01:00
anuragkumawat 688005d0c5
JAVA-29313 Upgrade spring-security-web-mvc-custom to spring-6 (#16152) 2024-03-20 22:20:40 +01:00
emanuel.trandafir 5dbc0d820d BAEL-7523: remove unnecessary test 2024-03-20 17:46:54 +01:00
emanuel.trandafir b33c24a27c BAEL-7523: renaming class 2024-03-20 17:44:22 +01:00
emanuel.trandafir e9c06e7339 BAEL-7523: article improvements 2024-03-20 17:44:22 +01:00
emanueltrandafir1993 138163ed74 BAEL-7523: small fix 2024-03-20 17:44:21 +01:00
emanuel.trandafir 7e0a40fec2 BAEL-7523: wip 2024-03-20 17:44:20 +01:00
emanueltrandafir1993 b9ee399220 BAEL-7523: upgrade to SB 3.x 2024-03-20 17:44:10 +01:00
emanueltrandafir1993 e659b2fbfd BAEL-7523: small changes 2024-03-20 17:41:12 +01:00
Kai.Yuan 0242528345 [add-to-immutable-list] replace list.copyof with collections.unmodifiableList 2024-03-20 17:20:04 +01:00
Harry9656 8cd148b5b0
JAVA-31697: Fix failing integration test in spring-boot-persistence-mongodb (#16177) 2024-03-20 15:15:54 +02:00
panos-kakos 4e08d9bd77
[JAVA-29005] Upgraded spring-reactive-data to spring-boot 3 (#16142) 2024-03-20 13:29:36 +02:00
sam-gardner b5a54645a4
JAVA-27520 Upgrade spring vault to spring boot 3 (#16095) 2024-03-20 13:04:41 +02:00
technoddy 329a01ec93 deleting / moving project dir 2024-03-19 23:21:22 -04:00
Wynn Teo 503774a05e
Bael 7616 (#15985)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* BAEL-7616 check if date object is yesterday

* Update test vars

* change the variable name prefix

* Update the test variable name
2024-03-19 20:07:54 -05:00
Kai.Yuan 356624bf22 [add-to-immutable-list] add elements to immutable list 2024-03-19 23:54:56 +01:00
ACHRAF TAITAI 9c2a26d4e8
BAEL-7629: Update article "Circular Dependencies in Spring" (#16166) 2024-03-19 22:55:11 +01:00
Bipin kumar 9ba4572686
JAVA-29314: Changes made for Upgrade spring-security-web-persistent-login to spring-boot 3 (#16173) 2024-03-19 22:42:29 +01:00
sam-gardner 08f57d02fb
JAVA-28946 Upgrade sql injection samples to Spring Boot 3 (#16093)
* JAVA-28946 Upgrade sql injection samples to Spring Boot 3

* JAVA-28946 Optimise imports for AccountDAO
2024-03-19 22:24:22 +01:00
danielmcnally285 9439463838 move BeforeEach to top of class 2024-03-19 20:02:44 +00:00
danielmcnally285 ab35aeabf7
Merge branch 'eugenp:master' into danielmcnally285_last_n_characters 2024-03-19 19:59:07 +00:00
Andrea Cerasoni c0bce2baac
Merge pull request #15854 from aamolgote/jira/BAEL-7374-start-stop-kafka-consumer
BAEL-7374 - First Cut
2024-03-19 18:04:17 +00:00
Andrea Cerasoni a7fa8842e5
Merge pull request #16006 from saikatcse03/master
[BAEL-7127] Implement two levels of caching with local and distributed cache
2024-03-19 18:01:56 +00:00
MohamedHelmyKassab b47fb18816
This PR is related to BAEL-6922 (#16171)
* Update pom.xml

* Add files via upload

* This commit is related to BAEL-6922

This commit aims to add a test class named ExcelToJsonUnitTest that provides ways to convert Excel to JSON in Java.

* Update ExcelToJsonUnitTest.java

* Update ExcelToJsonUnitTest.java
2024-03-19 10:06:41 -07:00
Bipin kumar 8915b634d1
JAVA-32170_M_01: Changes made for Fix formatting of POMs (#16116) 2024-03-19 16:07:45 +02:00
Bipin kumar 0040f23092
JAVA-32170: Changes made for Fix formatting of POMs (#16102) 2024-03-19 16:05:50 +02:00
davidmartinezbarua 2e8e4e4092
Merge pull request #16094 from sIvanovKonstantyn/master
BAEL-6163 - Examples for the article "Querydsl vs. JPA Criteria"
2024-03-19 10:37:46 -03:00
panos-kakos a8fe086714
[JAVA-27519] Upgrade spring-rest-angular to spring boot 3 (#16118) 2024-03-19 13:33:09 +01:00
Kai.Yuan 9456b4b953 [map-stream-to-map] updates.. 1 2024-03-19 09:32:58 +01:00
MohamedHelmyKassab 51ec697ebc
This commit is related to BAEL-6825 (#15981)
* This commit is related to BAEL-6825

This commit aims to add a test class "IntegersBitLevelUnitTest.java".

* Update IntegersBitLevelUnitTest.java

* Update IntegersBitLevelUnitTest.java

* Update IntegersBitLevelUnitTest.java

* Update IntegersBitLevelUnitTest.java
2024-03-18 20:24:13 +00:00
Bipin kumar 75ed16ffb5
[JAVA-31565] Changes made for update commons-validator (#16131) 2024-03-18 20:31:58 +01:00
Bipin kumar 35837b2423
[JAVA-31569] Upgrade micrometer-registry-atlas to latest version (#16097) 2024-03-18 20:17:23 +01:00
panos-kakos be47444fcb
[JAVA-31067] Fix integration jdk17 jersey tests: Assign random/available port to jersey server (#16135) 2024-03-18 21:06:12 +02:00
Kai.Yuan 614d910766 [map-stream-to-map] merge a stream of maps to a single map 2024-03-18 20:02:15 +01:00
Amit Pandey 68db1db5f0
JAVA-29185 :- Upgrade Spring 5 to boot 3. (#16141) 2024-03-18 20:43:24 +02:00
DiegoMarti2 bb3e43fdec
baeldung-articles : BAEL-6596 (#16143)
Check if a given time lies between two times regardless of date.
2024-03-18 11:40:01 -07:00
sam-gardner faf223b47a
JAVA-28828 Rename RestClientIntegrationTest to RestClientLiveTest (#16159) 2024-03-18 19:21:32 +01:00
Amit Pandey 693d3728a7
JAVA-29012 :- Update Spring WebFlux AMQP to Spring Boot 3. (#16076) 2024-03-18 20:05:59 +02:00
Liam Williams 89cb132fe1
Merge pull request #16137 from sk1418/calc-percentile
Calc percentile
2024-03-18 16:58:54 +00:00
RizaFarheen af3e6ea20e
Update README.md 2024-03-18 14:09:49 +04:00
RizaFarheen 5d5cb10315
saga-pattern 2024-03-18 14:07:47 +04:00
technoddy 3563a3e35a adding live test 2024-03-17 20:54:28 -04:00
Maiklins c6195ff341
Merge pull request #16154 from zeesh49/master
BAEL-7460: Hibernate: Refresh, Evict, Replicate and Flush
2024-03-18 00:26:13 +01:00