Commit Graph

11131 Commits

Author SHA1 Message Date
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
Almog Tavor 5fdce22ac5 [BAEL-5780] Difference Between asText() and toString() in JsonNode (#13601)
* [BAEL-5780] Difference Between asText() and toString() in JsonNode

* chore: add test to demonstrate the difference at the special chars aspect

* fix: follow tests names convention

* fix: follow tests names convention
2023-03-21 19:07:56 -07:00
ciphx ca107bcc9f Getiing date of first day of week (#13689)
* 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

---------

Co-authored-by: Deboshree <deboshree.banerjee@cred.club>
2023-03-21 19:03:59 -07:00
vunamtien f3e685a231 BAEL-6168-find-most-frequent-elements-java-array (#13633)
* BAEL-6168-find-most-frequent-elements-java-array

* update method use stream

---------

Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2023-03-21 21:44:57 +01:00
Eugen b2accf8773 Merge pull request #13675 from edizor/master
Update README
2023-03-21 21:17:45 +02:00
Loredana Crusoveanu 3b90809e72 Merge pull request #13691 from eugenp/fix-patterns-build
remove dependencies from parent module, remove junit vintage
2023-03-21 20:14:10 +02:00
Loredana Crusoveanu a28b6d8f65 remove dependencies from parent module, remove junit vintage 2023-03-21 20:06:16 +02:00
davidmartinezbarua 944f31de8e Merge branch 'master' into master 2023-03-21 14:46:30 -03:00
Harry9656 e30dc4dbc3 [JAVA-6232]: Introduction to QuestDB (#13542)
* [JAVA-6232]: Introduction to QuestDB

* [FIX] Add questdb version as property

* JAVA-6232: Change parent folder
2023-03-21 07:40:18 +01:00
Kai Yuan 4c2dcb190f [BAEL-6115_Num2Letter] Convert a Number to a Letter in Java (#13638)
* [BAEL-6115_Num2Letter] Convert a Number to a Letter in Java

* [BAEL-6115_Num2Letter] Change the 1st method's return type to char
2023-03-20 19:15:16 -05:00
Loredana Crusoveanu 806bb68887 Merge pull request #13625 from timis1/JAVA-18149_1
JAVA-18149 Fixing failed integration test
2023-03-20 14:30:16 +02:00
Vlad Fernoaga f40d10a9e1 Configure multiple listeners on same topic (#13572)
* moved Spring retryable article to own package

* moved Spring retryable article to own package

* implement multiple listeners kafka app demo project

* fix PR comments
2023-03-20 08:26:44 +01:00
panos-kakos a68763ba79 [JAVA-18194] Moved spring-ejb-modules to jdk9-and-above profile (#13655)
* [JAVA-18194] Moved spring-ejb-modules to jdk9-and-above profile

* Update pom.xml

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-20 11:09:20 +05:30
Tapan Avasthi fe2f6c8bbb BAEL-4539: Fix failing tests for Vault (#13636)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-03-19 13:19:36 -05:00
panos-kakos ef3e667606 JAVA-18808 (#13589)
* [JAVA-18808] Fixed test cases

* [JAVA-18808] Fixed test cases

* [JAVA-18808] Fixed test cases

* [JAVA-18808] Clean up

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-19 23:16:52 +05:30
panos-kakos fd83fd8182 [JAVA-16376] Upgraded modules in batch (#13616)
* [JAVA-18173] Moved vavr-modules to jdk9-and-above profile + fixed test message

* [JAVA-18139] Moved java-websocket module to jdk9-and-above profile

* [JAVA-18130] Moved azure module to jdk9-and-above profile

* [JAVA-18161] Moved netflix-modules to jdk9-and-above profile

* [JAVA-18178] Moved spf4j module to jdk9-and-above profile

* [JAVA-18159] Moved messaging-modules to jdk9-and-above profile

* [JAVA-18147] Moved kubernetes-modules to jdk9-and-above profile

* [JAVA-18191] Moved spring-di module to jdk9-and-above profile

* [JAVA-18192] Moved spring-di-2 module to jdk9-and-above profile

* [JAVA-18199] Moved spring-jinq module to jdk9-and-above profile

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-19 19:46:22 +05:30
ACHRAF TAITAI a529690d12 BAEL-4753: pass encoding parameter to the getBytes() (#13677)
* BAEL-4753: pass encoding parameter to the getBytes()

* BAEL-4753: pass encoding parameter to the getBytes()
2023-03-19 13:42:12 +01:00
sdhiray7 d40d696e99 BAEL-5321: Change Swagger UI URL prefix (#13288)
* Initial commit for Object copy in Java

* review comments commit for Object copy in Java

* Initial commit for parseInt vs valueOf java

* Review comments commit for parseInt vs valueOf java

* Modify readme

* review comments

* build failure

* build failure retry

* build failure retry remove parseInt(java.lang.String,int,int,int)

* build failure add comment

* change examples

* review comments

* review comments 2

* review comments 3

* Initial commit for get current stacktrace

* Remove old files

* Name updates

* Jenkins error

* changes to file name

* Review comments

* Create unit test file

* Remove unnecessary files

* Update package name

* BAEL-5321 Initial commit

* BAEL-5321 Initial commit 2

* [BAEL-5321] review comments

* [BAEL-5321] constructor

* [BAEL-5321] inline
2023-03-19 11:20:37 +01:00
Loredana Crusoveanu 6cf8a16999 Merge pull request #13673 from eugenp/build-fix
comment feign project as it fails the build; see JAVA-19475
2023-03-18 21:43:02 +02:00
davidmartinezbarua 5fefc935ef Merge pull request #13639 from ukhan1980/BAEL-5894-load-testing-gatling
[BAEL-5894] Add Java code for Gatling perf test
2023-03-18 15:12:40 -03:00