Commit Graph

15244 Commits

Author SHA1 Message Date
Harry9656 a28abb7d2e
[JAVA-28954] Migrate spring-data-jpa-enterprise-2 module to parent-boot-3. (#16054) 2024-03-06 21:53:45 +01:00
Amit Pandey 4b244504d6
[JAVA-30233] Upgrade Hibernate-core to the latest version (#15738) 2024-03-06 20:48:07 +01:00
vunamtien 2dc927ea9b
BAEL-7555-count-unique-digit-in-integer (#15933)
* BAEL-7555-count-unique-digit-in-integer

* rename test case

* add solution using stream
2024-03-06 18:47:29 +01:00
parthiv39731 b7de895554 BAEL-7618, Intro to the Apache Commons CLI 2024-03-06 23:10:26 +05:30
Pedro Lopes c39267bbf9
BAEL-7410: Finding Parent of a Node in a Binary Tree (#15736)
* adding the parent method. wrapping up structure of tree

* wrapping up recursive solution with edge cases. tests passing

* refactor parent function for clarity

* renaming Test class to suffix UnitTest

* adding iterative version tests. adding parent keeper tree and tests

* final adjustments

* adding review suggestions

* fix requested changes

* Revert "fix requested changes"

This reverts commit e52d3e6531668f99c415939c195bb4bbdd349bae.

* reverting bad commit

* adding variable for notFoundMesage

* fixing package names. fix test names
2024-03-06 18:06:56 +01:00
Loredana Crusoveanu 0141c95811
Merge pull request #16058 from eugenp/BAEL-7419-v2
BAEL-7419 rename to live test
2024-03-06 17:16:11 +02:00
Loredana Crusoveanu a7162c7205 BAEL-7419 rename to live test 2024-03-06 17:13:13 +02:00
Loredana Crusoveanu 788a4abad7
Merge pull request #15914 from VladFernoaga/feature/BAEL-7419-how-to-mock-aws-s3-for-integration-test
Feature/bael 7419 how to mock aws s3 for integration test
2024-03-06 17:09:53 +02:00
Amit Pandey 3c92e8fba5
JAVA-31813 :- Upgrade parent-boot-3.2.2 , fix spring-mvc-basics tests. (#16007) 2024-03-06 17:06:34 +02:00
Omkar A 3160b21ea6 Code for parsing HTML table using Jsoup
As suggested, moved from libraries-4 directory to jsoup directory in the
repo.
2024-03-06 19:14:47 +05:30
saikat 126f762619 reformated 2024-03-06 15:25:04 +05:30
Francesco Galgani 5af7b8c289
https://jira.baeldung.com/browse/BAEL-7575 (#15956)
* Update pom.xml - https://jira.baeldung.com/browse/BAEL-7575

https://jira.baeldung.com/browse/BAEL-7575

* Create ignore-this-file - https://jira.baeldung.com/browse/BAEL-7575

https://jira.baeldung.com/browse/BAEL-7575

* https://jira.baeldung.com/browse/BAEL-7575

https://jira.baeldung.com/browse/BAEL-7575

* Delete libraries-4/src/main/java/com/baeldung/jfreechart/ignore-this-file

https://jira.baeldung.com/browse/BAEL-7575

* Update pom.xml
2024-03-06 09:11:04 +00:00
saikat e7d85015e3 autwire via method param 2024-03-06 13:56:59 +05:30
saikat b2a0a75389 reformatting from default and update test method names 2024-03-06 13:09:58 +05:30
sam-gardner 148b0ac130
JAVA-31576 Upgrade io.grpc to latest version (#16020)
* JAVA-31576 Upgrade io.grpc to latest version

* JAVA-31576 Revert broken version change in spring-boot-graphql
2024-03-06 00:04:36 +01:00
Rajat Garg e57e90754f
[BAEL-6393] Address review comments (#16052)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2024-03-05 10:23:12 -08:00
vunamtien 39e93518ce
[JAVA-31501] Upgrade spring-data-mongodb to Spring Boot 3 (#16037) 2024-03-05 15:56:24 +02:00
timis1 f1105fb6fe
JAVA-24065 Quarkus-vs-SpringBoot: Fixing current codebase (#15949) 2024-03-05 13:18:12 +02:00
timis1 c128e0b340
[JAVA-29181] Upgrade docker-compose-2 to Spring Boot 3 (#16031) 2024-03-05 08:25:09 +01:00
Maiklins 8760727aa0
Merge pull request #15960 from Michaelin007/springsecurity6
Migrate Application from Spring Security 5 to Spring Security 6
2024-03-05 00:21:41 +01:00
timis1 e3e9541c54
JAVA-29292 Upgrade spring-security-legacy-oidc (#16024)
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-04 22:53:49 +01:00
timis1 6dcabea12b
JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024 (#16008)
* JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024

* JAVA-31430 Some fixes

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-04 22:44:58 +01:00
timis1 da96bb6ed8
[JAVA-29182] Upgrade spring-cloud-modules/spring-cloud-gateway-2 to Spring Boot 3 (#16027) 2024-03-04 22:10:37 +01:00
sam-gardner 705186ddbf
JAVA-31563-update-spring-kafka-to-latest-version (#15999)
* JAVA-31563-update-spring-kafka-to-latest-version

* JAVA-31563 Upgrade kafka in spring-boot-libraries-3
2024-03-04 22:08:21 +01:00
Harry9656 a92756154d
[JAVA-32077] Fix broken spring-boot-graphql module integration tests. (#16026) 2024-03-04 21:59:42 +01:00
Liam Williams 2a48b85f4d
Merge pull request #16004 from sk1418/juggler-sequence
[juggler-sequence] juggler seq
2024-03-04 20:25:51 +00:00
parthiv39731 af09ea71c8 BAEL-7618, Intro to the Apache Commons CLI 2024-03-05 00:27:45 +05:30
parthiv39731 dfbe49790a
Merge branch 'eugenp:master' into BAEL-7618 2024-03-05 00:25:46 +05:30
Amit Pandey e4b249c784
JAVA-30670 Improvement on Spring Validation article (#16023) 2024-03-04 20:06:14 +02:00
parthiv39731 bc6f13289b BAEL-7618, Intro to the Apache Commons CLI 2024-03-04 21:18:10 +05:30
Vlad Fernoaga b06e7c2777
Merge branch 'master' into feature/BAEL-7419-how-to-mock-aws-s3-for-integration-test 2024-03-04 15:19:16 +02:00
panos-kakos d8847225cd
[JAVA-31654] Upgrade bucket4j-core,bucket4j-spring-boot-starter,caffeine, jcache to latest version (#15951) 2024-03-04 08:47:48 +01:00
panos-kakos 95a8bbe3f2
[JAVA-31566] Upgrade okhttp to latest version (#15983) 2024-03-04 08:39:28 +01:00
Wynn Teo 4f0a8ce5d9
Bael 6317 (#15978)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* BAEL-6317 Query Hint

* BAEL-6317 check if date object equals to yesterday

* Wrong file
2024-03-03 10:01:05 -06:00
Palaniappan Arunachalam 2c8d3e374a BAEL-7495: Blowfish Encryption Algorithm 2024-03-03 16:27:35 +05:30
panos-kakos f99982eb41
[JAVA-27547] Upgraded docker-spring-boot to spring-boot-3 (#16013) 2024-03-02 23:26:43 +01:00
Liam Williams c35329d003
Merge pull request #15962 from sk1418/modify-print-list
[modify-print-list] modify + print a list
2024-03-02 13:44:45 +00:00
saikat b182b42c07 fix the imports with latest changes 2024-03-02 15:39:52 +05:30
collaboratewithakash f6bfa31175
backlink removed 2024-03-02 15:13:46 +05:30
collaboratewithakash e19fef54b1
backlink updated 2024-03-02 14:58:49 +05:30
collaboratewithakash 504e174617
backlink updated 2024-03-02 14:56:48 +05:30
collaboratewithakash eddcc1b8ba
backlink updated 2024-03-02 14:55:22 +05:30
collaboratewithakash 48a11d37d8
backlink updated 2024-03-02 14:52:41 +05:30
collaboratewithakash 088deab686
backlink added 2024-03-02 14:45:53 +05:30
collaboratewithakash 516b223759
backlink added 2024-03-02 14:43:33 +05:30
collaboratewithakash 807f295949
backlink added 2024-03-02 14:41:21 +05:30
collaboratewithakash 461a8873d8
backlink added 2024-03-02 14:38:14 +05:30
collaboratewithakash 3e705aa590
backlink added 2024-03-02 14:36:05 +05:30
saikat d5490dd794 rename method 2024-03-02 14:01:28 +05:30
Saikat Chakraborty 04e10f4adf
Merge branch 'master' into master 2024-03-02 13:52:51 +05:30