Commit Graph

11152 Commits

Author SHA1 Message Date
timis1 9af9ee9b48 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 75e70d595c misha2048 Retrying Requests using Apache HttpClient (#13712) 2023-03-27 08:52:56 -07:00
panos-kakos c236324b6a [JAVA-19669] Moved vaadin module to jdk9-and-above profile (#13720) 2023-03-27 00:18:33 +05:30
3hsan 81d9519130 Move spring-remoting-modules to jdk9-and-above profile. (#13718) 2023-03-27 00:06:43 +05:30
anuragkumawat a50d41a8ce 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 2e129bd64b 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 07ef7b2186 JAVA-18750 Split or move spring-apache-camel module (#13710) 2023-03-26 22:09:10 +05:30
Kai Yuan 750c00416f [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 b2f92bce02 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 211e5fbbe2 BAEL-5704:- Skip a stage in a Jenkins Pipeline (#13707) 2023-03-25 09:14:46 -07:00
Vini 50d78ab618 Merge pull request #13706 from ciphx/string_to_int_encapsulation
String to int encapsulation
2023-03-25 16:54:57 +01:00
Deboshree a7e7286515 https://jira.baeldung.com/browse/BAEL-
addressing PR comments
2023-03-24 23:17:33 +05:30
Bhaskar Ghosh Dastidar bc0627317c [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 ae6493b568 [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 979b362ad1 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 be7213b147 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 1d5d6c562c Merge pull request #13701 from edizor/master
Update README
2023-03-24 13:34:08 +02:00
ciphx 4abc9c1a39 Merge branch 'eugenp:master' into master 2023-03-24 15:20:39 +05:30
edizor 41f28aee20 Update README.md
[skip ci]
2023-03-24 16:51:52 +08:00
edizor ddd9bc075c Update README.md
[skip ci]
2023-03-24 16:48:18 +08:00
edizor f957425045 Update README.md
[skip ci]
2023-03-24 16:43:59 +08:00
edizor dc6cedd9b6 Update README.md
[skip ci]
2023-03-24 16:37:16 +08:00
edizor a081cdb378 Update README.md
[skip ci]
2023-03-24 16:29:14 +08:00
edizor 9b8bcbb5ab Update README.md
[skip ci]
2023-03-24 16:25:00 +08:00
edizor 9bd65c88cf Update README.md
[skip ci]
2023-03-24 16:21:36 +08:00
edizor 17c13fb484 Update README.md
[skip ci]
2023-03-24 16:18:21 +08:00
edizor b02e225c00 Update README.md
[skip ci]
2023-03-24 16:12:11 +08:00
edizor 390cd39eb3 Update README.md
[skip ci]
2023-03-24 16:09:28 +08:00
edizor 2e645486ed Update README.md
[skip ci]
2023-03-24 16:07:08 +08:00
jsgrah-spring 4319f4d25b 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 19eb14d09d 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 6a2d723155 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 b877f01511 JAVA-12715 Fix pom.xml, removed duplicate apache-httpclient-2 (#13698) 2023-03-24 01:14:44 +05:30
ciphx 20829a6110 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 a81b091678a63ed138a8e8ddb452c1c4dbf0a69b.

* 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 494ccc72fa 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 78cb526cf0 [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 b1162d37b9 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 5069680b89 Merge pull request #13659 from muasif80/master
BAEL-6035
2023-03-22 14:05:07 -03:00
timis1 b0869ea476 JAVA-18120 Fix ItemsUnitTest of Jersey module (#13683)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-22 21:45:33 +05:30
timis1 59a6f32654 JAVA-18133 Fix drools integration tests (#13650)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-22 21:42:38 +05:30
anuragkumawat 1bca2d5d68 JAVA-19544 Move Spring @Primary Annotation article from spring-core-2 module to spring-boot-annotations-2 module (#13687) 2023-03-22 21:28:27 +05:30
panos-kakos 0d848ca5f7 [JAVA-18135] Moved apache-httpclient related modules to jdk9-and-above profile (#13656)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-22 16:25:04 +05:30
timis1 163056b1ca JAVA-18228 Potential issue in "Producer-Consumer Problem With Example… (#13582)
JAVA-18228 Potential issue in "Producer-Consumer Problem With Example in Java" article
2023-03-22 10:26:22 +02:00
panos-kakos 4fdc89218c [JAVA-18158] Moved maven-modules to jdk9-and-above profile (#13688)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-22 13:51:17 +05:30
3hsan 3ea2f3910c Upgrade spring-mobile module to JDK 11 and move it to jdk9-and-above (#13652)
* Upgrade spring-mobile module to JDK 11 and move it to jdk9-and-above profile

* Add maven-war-plugin to spring-mobile module

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-22 13:51:10 +05:30
panos-kakos c9ed60e21b [JAVA-18160] Moved microservices-modules to jdk9-and-above profile (#13684) 2023-03-22 11:05:00 +05:30
panos-kakos d2443d513f [JAVA-18155] Added jaxb dependencies (#13686) 2023-03-22 09:32:03 +05:30
panos-kakos 6e98182159 [JAVA-18143] Clean up (#13685) 2023-03-22 09:30:32 +05:30
panos-kakos 64e499f072 [JAVA-18408] Opened java packages (#13679) 2023-03-22 09:27:05 +05:30
panos-kakos e5263bb01c [JAVA-18180] Fixed test errors (#13643) 2023-03-22 09:24:56 +05:30