Commit Graph

26877 Commits

Author SHA1 Message Date
anuragkumawat
76c20e61e5 Move articles from spring-core-6 module to other spring-boot modules (#13722)
* Move articles from spring-core-6 module to other spring-boot modules

* JAVA-19559 Move articles from spring-core-6 module to other spring-boot-3 modules

* JAVA-19559 Minor spacing change

* JAVA-19559 Revert  Minor spacing change
2023-03-30 21:53:07 +05:30
Balamurugan
cbb69570dc BAEL-5988: Added properties for fixing failing tests for R2DBCExampleApplicationIntegrationTest (#13738) 2023-03-29 23:15:36 -06:00
Abhinav Pandey
e08f12be91 BAEL-5936 - OffsetDateTime serialization with Jackson (#13680)
* BAEL-5936 - OffsetDateTime serialization with Jackson

* BAEL-5936 - Extracting methods and adding tests

* BAEL-5936 - Renaming test file

* BAEL-5936 - Changing test method names

* BAEL-5936 - removes implements serializable
2023-03-30 07:53:46 +05:30
Tapan Avasthi
e138ae3176 BAEL-5170: Expose Kafka Consumer Metrics via Actuator Endpoint (#13723)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-03-28 17:45:00 -05:00
Loredana Crusoveanu
0ac9e37f9a Merge pull request #13524 from eugenp/pivovarit-patch-1
Delete dependeny-exclusion directory
2023-03-28 17:22:23 +03:00
ACHRAF TAITAI
a758669e05 Finding the Minimum Value in an ArrayList along with the Index Number… (#13498)
* Finding the Minimum Value in an ArrayList along with the Index Number in Java

* BAEL-6147: rename test unit method

* adapt test method name
2023-03-28 17:39:47 +05:30
Loredana Crusoveanu
8c43d3d58f Merge pull request #13568 from Jacky-code519/master
Could com.baeldung.web: spring-boot-rest: 0.0.1-SNAPSHOT drop off redundant dependencies?
2023-03-28 14:07:17 +03:00
Loredana Crusoveanu
5c5dca3c7f Merge pull request #13520 from Daiven75/patch-1
[FIX] rename class according to the entity
2023-03-28 13:59:37 +03:00
Loredana Crusoveanu
b58afef21f Merge pull request #13727 from ulisseslima/bael--quickfix_PostRepository
PostRepository - removing redundant interface
2023-03-28 12:15:45 +03:00
timis1
492ef53b72 JAVA-17818 Split or move spring-cloud-openfeign module (conti-2) (#13621)
* JAVA-17818 Split or move spring-cloud-openfeign module (conti-2)

* JAVA-17818 Some adjustments in the README.md file

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-28 13:31:39 +05:30
Ulisses Lima
dfb2b08d2f removing redundant interface 2023-03-27 13:56:16 -03:00
timis1
88523ab8d1 JAVA-18152 Upgrade libraries-data-db module to JDK 11 (#13716)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-27 21:45:24 +05:30
Mikhail Polivakha
c5694dc2b7 misha2048 Retrying Requests using Apache HttpClient (#13712) 2023-03-27 08:52:56 -07:00
panos-kakos
bda394da4f [JAVA-19669] Moved vaadin module to jdk9-and-above profile (#13720) 2023-03-27 00:18:33 +05:30
3hsan
92c0668c41 Move spring-remoting-modules to jdk9-and-above profile. (#13718) 2023-03-27 00:06:43 +05:30
anuragkumawat
c1f768e162 JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module (#13711)
* JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module

* JAVA-19555 Move articles from spring-core module to spring-boot-annotations-2 module
2023-03-26 23:55:47 +05:30
anuragkumawat
eec8618a3d JAVA-19545 Move articles from spring-core-2 module to spring-di-3 module (#13708)
* JAVA-19545 Move articles from spring-core-2 module to spring-di-3 module

* JAVA-19545 Move articles from spring-core-4 module to spring-di-3 module
2023-03-26 23:51:27 +05:30
anuragkumawat
97961896d7 JAVA-18750 Split or move spring-apache-camel module (#13710) 2023-03-26 22:09:10 +05:30
Kai Yuan
4963062ec4 [improve-lombok-accessor] add final accessors (#13703)
* [improve-lombok-accessor] add final accessors

* [improve-lombok-accessor] rename test methods; remove the unused class

* [improve-lombok-accessor] formatting
2023-03-25 12:08:10 -05:00
apeterlic
8032393af4 BAEL-6189 - Remove Entity with ManyToMany Relationship in JPA (#13634)
* BAEL-6189 - Remove Entity with ManyToMany Relationship in JPA

* Add property source
2023-03-25 17:43:25 +01:00
Kapil Khandelwal
0b0044905e BAEL-5704:- Skip a stage in a Jenkins Pipeline (#13707) 2023-03-25 09:14:46 -07:00
Vini
187cfd900c Merge pull request #13706 from ciphx/string_to_int_encapsulation
String to int encapsulation
2023-03-25 16:54:57 +01:00
Deboshree
e09337bcba https://jira.baeldung.com/browse/BAEL-
addressing PR comments
2023-03-24 23:17:33 +05:30
Bhaskar Ghosh Dastidar
bde71a9dea [JAVA-6173] Difference Between parallelStream() and stream().parallel() (#13653)
* [JAVA-6173] stream.parallel and parallelStream

* [JAVA-6173] stream.parallel and parallelStream test cases

---------

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-03-24 10:40:30 -07:00
ukhan1980
c16d9ede8f [BAEL-6041] add code for cascading delete (#13699)
Co-authored-by: uzma <u.khan@proxymity.io>
2023-03-24 10:22:32 -07:00
Deboshree
0d55307323 https://jira.baeldung.com/browse/BAEL-
1. moving modules to java-string-conversions
2. fixing old broken test
2023-03-24 21:41:26 +05:30
timis1
ac8c6842eb JAVA-19534 Cleanup un-committed or un-ignored artifacts - Week 14 - 2023 (#13695)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-24 21:11:52 +05:30
Loredana Crusoveanu
56c5cefc8c Merge pull request #13701 from edizor/master
Update README
2023-03-24 13:34:08 +02:00
ciphx
0c76733b9a Merge branch 'eugenp:master' into master 2023-03-24 15:20:39 +05:30
edizor
a6f6fa3589 Update README.md
[skip ci]
2023-03-24 16:51:52 +08:00
edizor
8319170cbb Update README.md
[skip ci]
2023-03-24 16:48:18 +08:00
edizor
541aae67ac Update README.md
[skip ci]
2023-03-24 16:43:59 +08:00
edizor
429f6fdafe Update README.md
[skip ci]
2023-03-24 16:37:16 +08:00
edizor
3f366a903e Update README.md
[skip ci]
2023-03-24 16:29:14 +08:00
edizor
9ea5e5c1a5 Update README.md
[skip ci]
2023-03-24 16:25:00 +08:00
edizor
ba3231c539 Update README.md
[skip ci]
2023-03-24 16:21:36 +08:00
edizor
1051daf7c3 Update README.md
[skip ci]
2023-03-24 16:18:21 +08:00
edizor
f74e3db78a Update README.md
[skip ci]
2023-03-24 16:12:11 +08:00
edizor
66c552ac68 Update README.md
[skip ci]
2023-03-24 16:09:28 +08:00
edizor
b91c49a7f9 Update README.md
[skip ci]
2023-03-24 16:07:08 +08:00
jsgrah-spring
36118e3dd4 JAVA-19223, Upgrade parent-spring-5 to the latest version of Spring 5. (#13665)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-03-24 12:14:39 +05:30
3hsan
e9d61ee8f7 JAVA-18602: update spring-retry version (#13637)
* java-18602 update spring-retry version

* java-18602 spring-scheduling, improve test coverage

* Replace usage of deprecated function in springframework-util with apache-common-lang library
2023-03-24 11:45:13 +05:30
cesarevalenti90
2fbe46bc19 BAEL-6255 - Run a Spring Boot application in AWS Lambda (#13629)
* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* fix on template.yaml

* fix on template.yaml

* removed log from test

* resolved issues reported on PR

---------

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-03-23 20:43:34 +00:00
Dhawal Kapil
f8b5874b78 JAVA-12715 Fix pom.xml, removed duplicate apache-httpclient-2 (#13698) 2023-03-24 01:14:44 +05:30
ciphx
fa0c153645 Getiing date of first day of week (#13694)
* https://jira.baeldung.com/browse/BAEL-4630

* Revert "https://jira.baeldung.com/browse/BAEL-4630"

This reverts commit a81b091678.

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

* https://jira.baeldung.com/browse/BAEL-5874
1. changing test to use constructor instead of lombok plugin
2. reverting lombok plugin addition from pom.xml

* https://jira.baeldung.com/browse/BAEL-5874
moving files to core-java-date-operations-3

---------

Co-authored-by: Deboshree <deboshree.banerjee@cred.club>
2023-03-23 10:10:40 -07:00
panos-kakos
15fc35e0ec Upgrade modules in batch (#13672)
* [JAVA-18156] Moved logging-modules to jdk9-and-above profile

* [JAVA-18200] Moved spring-katharsis module to jdk9-and-above profile

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-23 12:20:24 +05:30
panos-kakos
67638332fd [JAVA-18185] Moved spring-boot-modules to jdk9-and-above profile (#13678)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-23 09:08:51 +05:30
Balamurugan
cac3638c10 BAEL-5988: Added code for Spring R2DBC flyway migration with tests (#13551)
* BAEL-5988: Added code for Spring R2DBC flyway migration with tests

* BAEL-5988: Removed unnecessary logging config

* BAEL-5988: Addressed review comments

* BAEL-5988: Removed bean loading override config for test

* BAEL-5988: Removed unnecessary import

* BAEL-5988: Added properties for versions in pom

---------

Co-authored-by: Bala <balamurugan.radhakrishnan@yapily.com>
Co-authored-by: balasr3 <balamurugan.radhakrishnan@imgarena.com>
2023-03-22 19:13:31 -06:00
davidmartinezbarua
c1f09057de Merge pull request #13659 from muasif80/master
BAEL-6035
2023-03-22 14:05:07 -03:00
timis1
b1ada18ac6 JAVA-18120 Fix ItemsUnitTest of Jersey module (#13683)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-22 21:45:33 +05:30