Bipin kumar
1e3c17e5ea
JAVA-32187: Added jira ref for disabled maven-modules ( #16063 )
2024-03-09 13:15:15 +02:00
Maiklins
5e24e9d495
Merge pull request #15923 from michael-pratt/BAEL-7438
...
[BAEL-7438] Custom Spring AuthorizationManager example
2024-03-09 11:52:42 +01:00
Graham Cox
e1a2eed0d9
BAEL-7496: Vigenère Cipher in Java ( #16072 )
2024-03-09 11:18:55 +01:00
rcalago
0d9968b07d
Update README.md
2024-03-09 06:23:41 +08:00
rcalago
db133f7c93
Update README.md
2024-03-09 06:21:32 +08:00
rcalago
1f43ea9cad
Update README.md
2024-03-09 06:18:23 +08:00
rcalago
14efc97f6a
Update README.md
2024-03-09 06:16:31 +08:00
rcalago
ddb4061e1a
Update README.md
2024-03-09 06:13:46 +08:00
rcalago
c75994b0d9
Update README.md
2024-03-09 06:12:30 +08:00
rcalago
39dc41f405
Update README.md
2024-03-09 06:11:16 +08:00
rcalago
78f98fc916
Update README.md
2024-03-09 06:10:02 +08:00
rcalago
53ec35a207
Update README.md
2024-03-09 06:09:05 +08:00
rcalago
bc1a5dfb27
Update README.md
2024-03-09 06:07:43 +08:00
rcalago
55ac1b1055
Update README.md
2024-03-09 06:06:45 +08:00
DiegoMarti2
8ca61a8c38
baeldung-articles : BAEL-6349 ( #16067 )
...
Obtaining the Last Path Segment of a URI in Java.
2024-03-08 09:22:29 -08:00
Dmytro Budym
52e16ef898
Add code examples for article "Finding Element by Attribute in Selenium" ( #16043 )
2024-03-08 17:01:58 +01:00
sam-gardner
ddb9c4941b
[JAVA-28947] Update Spring Activiti module to Spring Boot 3 ( #16064 )
2024-03-08 10:21:18 +01:00
Amit Pandey
f10bbc57fa
[JAVA-29175] Upgrade Thymeleaf2 and 3 modules to Spring Boot 3 ( #16068 )
2024-03-08 10:01:10 +01:00
panos-kakos
6362d1b095
[JAVA-28928] Upgrade mesos-marathon to spring boot 3 ( #16049 )
2024-03-08 09:00:59 +01:00
davidmartinezbarua
58a2d16101
Merge pull request #16030 from palani-a/BAEL-7495
...
BAEL-7495: Blowfish Encryption Algorithm
2024-03-07 19:28:58 -03:00
panos-kakos
408cf4ce0d
[JAVA-31652] Upgraded resilience4j-spring-boot3 to latest version ( #15998 )
...
* [JAVA-31652] Upgraded resilience4j-spring-boot3 to latest version
* [JAVA-31652]
* [JAVA-31652]
2024-03-07 22:53:27 +01:00
Bipin kumar
31cbe87a55
JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3 ( #16000 )
...
* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3
* JAVA-29316: Changes made for Upgrade spring-rest-http to Spring Boot 3
* JAVA-29316: Changes made for Upgrade spring-rest-http to Spring Boot 3
2024-03-07 22:14:09 +01:00
sam-gardner
59d5922f48
JAVA-32226 Fix startup of application within spring-boot-libraries-3 ( #16046 )
2024-03-07 21:34:33 +01:00
panos-kakos
ee840b536c
[JAVA-27825] Upgraded docker-java-jar to spring boot 3 ( #16048 )
2024-03-07 21:28:25 +01:00
anuragkumawat
dff5e104a2
JAVA-31757 Upgrade spring batch to Spring boot 3.2.2 ( #16021 )
2024-03-07 14:23:31 +02:00
anuragkumawat
19b6e5a3f1
JAVA-31111 Fix references to parent in spring-boot-persistence-4 spring-6-rsocket spring-cloud-azure modules ( #15964 )
2024-03-07 14:05:00 +02:00
Bipin kumar
f5de63cb85
JAVA-29085 moved all the parents profiles to JDK 9+ Profiles ( #15927 )
2024-03-07 13:13:32 +02:00
Dominique Plante
1ce195f8df
Merge pull request #15938 from yadavan88/BAEL-7588
...
Added code sample and test for getting initials for a name
2024-03-06 20:32:48 -08:00
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
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
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