15530 Commits

Author SHA1 Message Date
panos-kakos
7b84f9234f
[JAVA-27823] Upgraded docker-images to spring boot 3 (#16047) 2024-03-07 01:55:57 +01:00
Harry9656
8a9227211a
JAVA-29310: Skip upgrade of spring-security-web to parent-boot-3. (#15882) 2024-03-07 01:36:53 +01:00
sam-gardner
0ff06d1cf4
[JAVA-28930] Upgrade blaze-persistence to Spring Boot 3 (#16051) 2024-03-06 22:13:40 +01:00
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
Imran Alam
b09f501333
Update PeakElementFinderUnitTest.java 2024-03-06 12:20:13 +05:30
Imran Alam
c204c4c073
Update PeakElementFinder.java 2024-03-06 12:04:06 +05:30
Imran Alam
dd251d2d33
Update PeakElementFinderUnitTest.java 2024-03-06 12:02:28 +05:30
Imran Alam
2f18d71810
Update SinglePeakFinderUnitTest.java 2024-03-06 12:01:13 +05:30
adalagandev
069952c65c BAEL-7131 - updated based on review comments from Final Review. 2024-03-06 01:22:17 +01:00
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
Marcus Hellberg
29918b148b New examples for Vaadin 23.3 2024-03-05 13:46:51 -08: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
ovidiu-mihai98
028a0dbe9f [BAEL-7421] - Creating Postgres Schema with Liquibase 2024-03-03 20:25:07 +02: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
Abhinav Pandey
9d7262f27d BAEL-7521 - adding main class in properties 2024-03-03 15:45:41 +05:30
Abhinav Pandey
619842cd59 BAEL-7521 - dynamically registering spring beans 2024-03-03 15:38:04 +05:30
Abhinav Pandey
bbd70d9603 BAEL-7521 - dynamically registering spring beans 2024-03-03 15:36:19 +05:30
Abhinav Pandey
4581d73fce BAEL-7521 - dynamically registering spring beans 2024-03-03 15:36:04 +05:30
Abhinav Pandey
05f652e4bf BAEL-7521 - dynamically registering spring beans 2024-03-03 15:36:03 +05:30