Commit Graph

39 Commits

Author SHA1 Message Date
collaboratewithakash
6be2913365 backlinks removed 2023-06-01 12:31:25 +05:30
edizor
efbbe8d0f6 Update README.md
[skip ci]
2023-05-26 00:22:10 +08:00
Bipin kumar
0e4dc7b874 JAVA-21189: changes made for formatting modules starting from S (#14106) 2023-05-24 19:37:51 +05:30
Balamurugan
f9edee4971 BAEL-6086: Customize WebFlux Exceptions in Spring Boot 3 (#13948)
* BAEL-6086: Added code for webflux default and custom exception along with Unit Tests

* BAEL-6086: added missing import

* BAEL-6086: reformatting

* BAEL-6086: reformatted code

---------

Co-authored-by: balasr3 <balamurugan.radhakrishnan@imgarena.com>
2023-05-20 09:18:40 +05:30
Kasra Madadipouya
98ef9e2fd6 JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles (#14029)
* JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles

* JAVA-20631 fix parent modules so that the project parent (pom.xml) can be built without error
2023-05-18 08:19:44 +05:30
Ehsan Sasanianno
b5f81d62c7 Revert "JAVA-20280: remove wrong property (#13874)" (#14021)
This reverts commit 58d9bcb3b4.
2023-05-16 13:48:03 +03:00
Kasra Madadipouya
de11e3cb6c JAVA-20555 use Java Base64 instead of deprecated Spring Base64Utils (#13941) 2023-05-05 12:58:11 +03:00
edizor
dc5ddd9d1e Update README.md
[skip ci]
2023-04-28 20:39:19 +08:00
3hsan
58d9bcb3b4 JAVA-20280: remove wrong property (#13874) 2023-04-27 14:42:53 +03:00
Grzegorz Piwowarek
67bc6d469c Update CancelFluxUnitTest.java (#13893) 2023-04-25 18:52:42 +05:30
ukhan1980
0865867c52 [BAEL-6259] add code for cancel ongoing flux (#13795)
* [BAEL-6259] add code for cancel ongoing flux

* [BAEL-6259] refactor class name

* [BAEL-6259] fix failing test due to mocks

---------

Co-authored-by: uzma <u.khan@proxymity.io>
2023-04-12 16:52:38 +02:00
Loredana Crusoveanu
bdc1cba9cf upgrade to boot 3, fix startup error 2023-04-11 11:10:31 +03:00
panos-kakos
b7a24bdcd3 [JAVA-18180] Fixed test errors (#13643) 2023-03-22 09:24:56 +05:30
Loredana Crusoveanu
66c0ce4b5f fix multiple failures 2023-03-17 16:29:57 +02:00
Ulisses Lima
9ada3d7553 changing endpoints visibility to public 2023-03-07 12:45:02 -03:00
panos-kakos
53dd7d016c [JAVA-18180] Fixed integration test (#13566) 2023-03-02 22:05:08 +05:30
Dhawal Kapil
e9fa31c5a5 Added Ebook related notes in the Readme (#13472) 2023-02-13 23:27:26 +05:30
Loredana Crusoveanu
560facb41b Merge pull request #13260 from eugenp/lor6-patch-1-1
Update README.md
2023-01-31 19:11:17 +02:00
jsgrah-spring
fb8f443715 Feature/java 14459 (#13336)
* JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works.

* JAVA-14459, Move spring5 reactive webflux filters to its own module.

* JAVA-14459, Update README.md, remove links to irrelevant articles.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-23 20:34:07 +05:30
jsgrah-spring
5d45dc8630 Fix The PR that is merged here is causing some other integration tests to fail in the same module (#13331)
* JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works.

* JAVA-14459, Move spring5 reactive webflux filters to its own module.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-23 13:52:37 +05:30
jsgrah-spring
2f27f705fa JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works. (#13272)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-12 23:25:18 +05:30
Loredana Crusoveanu
68dd5b748b Update README.md 2023-01-09 12:23:17 +02:00
Loredana Crusoveanu
df6428f685 Create README.md 2023-01-09 12:23:13 +02:00
edizor
c6f156bb3d Update README.md
[skip ci]
2022-12-22 22:02:36 +08:00
freelansam
55810387b4 JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
Ulisses Lima
bd6400af8a BAEL-5812 Stream Large byte[] to File with WebClient (#13119)
* first draft

* editor review 1
2022-12-16 08:23:40 +01:00
edizor
c3e8b124b9 Update README.md
[skip ci]
2022-11-30 07:40:23 +08:00
Vlad Fernoaga
9a6015be94 Feing client vs web client (#12968)
* implement code example for feignClient vs WebClient

* refactor code example for feignClient vs WebClient with /products endpoint

* fix PR comment
2022-11-28 20:23:11 -06:00
Dhawal Kapil
c9b4ed6d27 JAVA-15787 Moved spring-rector and spring-webflux-amqp to spring-reactive-modules 2022-11-24 20:32:23 +05:30
freelansam
188201d324 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
edizor
3ce0ffe7b0 Update README.md 2022-11-02 20:41:57 +08:00
Ulisses Lima
bbea6231b2 BAEL-5764 - Limiting the Request per Second With Webclient (#12837)
* bael-5764 - ready for review

* bael-5764 - editor review 1

* bael-5764 - editor review 2
2022-10-27 12:34:20 +02:00
Sameer
1c8962aff3 using static test port (#12896)
Co-authored-by: s9m33r <no-reply>
2022-10-21 08:24:25 -07:00
Loredana Crusoveanu
0eb15c9294 Merge pull request #12873 from edizor/master
Update README.md
2022-10-19 17:01:21 +03:00
edizor
e05446b756 Update README.md
[skip ci]
2022-10-19 11:09:05 +08:00
Sameer
12bb231be4 data buffer limit exception (#12862)
* data buffer limit exception

* removed mvn scripts

* test cases

* updated integration test name

Co-authored-by: s9m33r <no-reply>
2022-10-15 20:37:24 -07:00
collaboratewithakash
2d3d4b3213 Update README.md 2022-09-23 15:11:28 +05:30
Dhawal Kapil
6b61708297 JAVA-14288 Fixed Readme link (#12685) 2022-09-03 11:48:00 +05:30
anuragkumawat
d429f0f064 JAVA-14288 Rename spring-5-reactive-modules to spring-reactive-modules (#12659)
* JAVA-14288 Rename spring-5-reactive-modules to spring-reactive-modules

* JAVA-14288 Remove failing module

* JAVA-14288 Revert commenting spring-cloud-openfeign-2 module
2022-09-02 21:50:42 +05:30