Balamurugan
d72d41c3b7
BAEL-6086: removed unnecessary dependency(probably conflict which fails test) ( #14235 )
...
* 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
* BAEL-6086: removed unnecessary dependency(probably conflict which fails test)
---------
Co-authored-by: balasr3 <balamurugan.radhakrishnan@imgarena.com>
2023-06-15 11:28:50 +05:30
collaboratewithakash
7bfc898d3e
backlinks removed
2023-06-01 12:31:25 +05:30
edizor
85ae160de4
Update README.md
...
[skip ci]
2023-05-26 00:22:10 +08:00
Bipin kumar
74686f60a0
JAVA-21189: changes made for formatting modules starting from S ( #14106 )
2023-05-24 19:37:51 +05:30
Balamurugan
50faedd2bc
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
ab3e892d6e
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
a9a44221fc
Revert "JAVA-20280: remove wrong property ( #13874 )" ( #14021 )
...
This reverts commit 561e893e86
.
2023-05-16 13:48:03 +03:00
Kasra Madadipouya
7e404b3dfb
JAVA-20555 use Java Base64 instead of deprecated Spring Base64Utils ( #13941 )
2023-05-05 12:58:11 +03:00
edizor
a95d427a32
Update README.md
...
[skip ci]
2023-04-28 20:39:19 +08:00
3hsan
561e893e86
JAVA-20280: remove wrong property ( #13874 )
2023-04-27 14:42:53 +03:00
Grzegorz Piwowarek
321e1d3fcc
Update CancelFluxUnitTest.java ( #13893 )
2023-04-25 18:52:42 +05:30
ukhan1980
0057422fff
[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
8013ac9834
upgrade to boot 3, fix startup error
2023-04-11 11:10:31 +03:00
panos-kakos
e5263bb01c
[JAVA-18180] Fixed test errors ( #13643 )
2023-03-22 09:24:56 +05:30
Loredana Crusoveanu
9b0dc28849
fix multiple failures
2023-03-17 16:29:57 +02:00
Ulisses Lima
0e647380a8
changing endpoints visibility to public
2023-03-07 12:45:02 -03:00
panos-kakos
78fc83b30d
[JAVA-18180] Fixed integration test ( #13566 )
2023-03-02 22:05:08 +05:30
Dhawal Kapil
7575ceee89
Added Ebook related notes in the Readme ( #13472 )
2023-02-13 23:27:26 +05:30
Loredana Crusoveanu
fd960c18d7
Merge pull request #13260 from eugenp/lor6-patch-1-1
...
Update README.md
2023-01-31 19:11:17 +02:00
jsgrah-spring
189904b6d7
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
e6685e5dac
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
10644de954
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
824630f8f8
Update README.md
2023-01-09 12:23:17 +02:00
Loredana Crusoveanu
b974efc21a
Create README.md
2023-01-09 12:23:13 +02:00
edizor
6dbfd8bcf8
Update README.md
...
[skip ci]
2022-12-22 22:02:36 +08:00
freelansam
456652e02b
JAVA-16563: Fix formatting of POMs ( #13175 )
2022-12-20 22:37:54 +05:30
Ulisses Lima
ca6c1068e2
BAEL-5812 Stream Large byte[] to File with WebClient ( #13119 )
...
* first draft
* editor review 1
2022-12-16 08:23:40 +01:00
edizor
aa19449d8f
Update README.md
...
[skip ci]
2022-11-30 07:40:23 +08:00
Vlad Fernoaga
28c0b9569e
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
979f49067b
JAVA-15787 Moved spring-rector and spring-webflux-amqp to spring-reactive-modules
2022-11-24 20:32:23 +05:30
freelansam
5bfbf38f59
JAVA-15409: Fix formatting of POMs ( #12992 )
2022-11-18 00:26:06 +05:30
edizor
65e0d74536
Update README.md
2022-11-02 20:41:57 +08:00
Ulisses Lima
8e709cd717
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
ff3f356fcd
using static test port ( #12896 )
...
Co-authored-by: s9m33r <no-reply>
2022-10-21 08:24:25 -07:00
Loredana Crusoveanu
0da831a483
Merge pull request #12873 from edizor/master
...
Update README.md
2022-10-19 17:01:21 +03:00
edizor
eba79af4be
Update README.md
...
[skip ci]
2022-10-19 11:09:05 +08:00
Sameer
2c33928f44
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
992ca8622f
Update README.md
2022-09-23 15:11:28 +05:30
Dhawal Kapil
cabacea957
JAVA-14288 Fixed Readme link ( #12685 )
2022-09-03 11:48:00 +05:30
anuragkumawat
2130df6ba9
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