sampadawagde
|
90d5e38600
|
JAVA-5223: Fix formatting of POMs (Others - Part 1)
|
2021-05-13 22:43:38 +05:30 |
|
Gerardo Roza
|
1d510f7615
|
change just to stick to original variable declaration approach
|
2021-02-12 20:17:12 -03:00 |
|
Gerardo Roza
|
230a7fa97a
|
fixed potential error using webClient without specifying url, and improved timeout test case
|
2021-02-12 20:08:12 -03:00 |
|
Dhawal Kapil
|
9bd9400655
|
Merge pull request #10461 from osser-sam/JAVA-4312
JAVA-4312: Update deprecations in spring-5-reactive module
|
2021-02-04 22:35:33 +05:30 |
|
sampadawagde
|
57bedf6a59
|
JAVA-4312: Update deprecations in spring-5-reactive module
|
2021-02-01 11:04:42 +05:30 |
|
Gerardo Roza
|
28f47b4726
|
split integration test into different test scenarios, one for each step in the webclient process
|
2021-01-27 12:28:41 -03:00 |
|
Gerardo Roza
|
3c8f9302f9
|
modified url override example, to use the client3 (the one defining the baseUrl)
|
2021-01-26 18:17:17 -03:00 |
|
Gerardo Roza
|
a6956f11cd
|
renamed headersSpec to match article
|
2021-01-26 17:53:48 -03:00 |
|
Gerardo Roza
|
2073a63c85
|
added more common exchangeToMono example for article
|
2021-01-26 17:41:44 -03:00 |
|
Gerardo Roza
|
23f8b0a2f6
|
cleaned WebClient. definition for spec, for consistency and simplicity
|
2021-01-26 16:31:14 -03:00 |
|
Gerardo Roza
|
0685e73b81
|
fixed and improved reactive tests not getting verified
|
2021-01-26 16:05:31 -03:00 |
|
Gerardo Roza
|
7ff287a305
|
added response timeout to timeout configuration
|
2021-01-26 12:57:49 -03:00 |
|
Gerardo Roza
|
56f4375c1f
|
made tests assertions non-blocking
|
2021-01-25 12:26:37 -03:00 |
|
Gerardo Roza
|
8b624f5e96
|
added additional scenario using bodyValue method
|
2021-01-25 11:44:44 -03:00 |
|
Gerardo Roza
|
a2239a217d
|
replaced existing scenario to use an alternative body method
|
2021-01-25 11:41:57 -03:00 |
|
Gerardo Roza
|
0e0559233d
|
fixed rest of tests
|
2021-01-25 11:37:12 -03:00 |
|
Gerardo Roza
|
b50c366348
|
added Foo for post Object scenario, removed Subscriber::onComplete scenario, fixed some other errors in examples
|
2021-01-24 17:41:34 -03:00 |
|
Gerardo Roza
|
2359c5386e
|
added and ordered tests in WebClientIntegrationTest to match article - test not passing (reusing specs)
|
2021-01-24 15:18:58 -03:00 |
|
Gerardo Roza
|
1884aba8a6
|
disabled security for WebClient codebase application
|
2021-01-23 12:41:13 -03:00 |
|
Gerardo Roza
|
c6e986f2c2
|
added endpoints to test functionality properly
|
2021-01-23 12:40:28 -03:00 |
|
Gerardo Roza
|
8968cd2b9c
|
Moved spring-5-webclient example code to new test class, to verify everything is working as expected
|
2021-01-23 11:38:41 -03:00 |
|
Gerardo Roza
|
3389b3bba7
|
added context test for new WebClientApplication
|
2021-01-22 12:48:34 -03:00 |
|
Gerardo Roza
|
363378ed37
|
fixed and improved WebClient integration test
|
2021-01-22 12:33:54 -03:00 |
|
Gerardo Roza
|
fb46a4d75b
|
added exchange and retrieve examples as in teh article, updated due to deprecation
|
2021-01-22 10:49:47 -03:00 |
|
Gerardo Roza
|
2e84f6ed67
|
updated inserter3 as in article
|
2021-01-22 10:29:15 -03:00 |
|
Gerardo Roza
|
6bea802e6d
|
added LinkedMultiValueMap usage for inserter declaration, as in article
|
2021-01-21 14:57:06 -03:00 |
|
Gerardo Roza
|
adf96944b0
|
updated timeout logic due to deprecation
|
2021-01-21 14:25:30 -03:00 |
|
Gerardo Roza
|
2ec13c8cb5
|
Added timeout WebClient configuration, as in article
|
2021-01-21 12:44:06 -03:00 |
|
Gerardo Roza
|
097a6dd8ab
|
formatted WebClientController class
|
2021-01-21 12:43:26 -03:00 |
|
Gerardo Roza
|
8999e0521a
|
removed unused reactor-spring version property
|
2021-01-21 11:50:55 -03:00 |
|
Gerardo Roza
|
7b96fbeb95
|
Updated deprecated BodyInserters.fromObject method, in favor of BodyInserters.fromValue
|
2021-01-21 11:47:41 -03:00 |
|
sampadawagde
|
be189d1ce3
|
JAVA-4166: Fix test in spring-5-reactive
|
2021-01-03 00:11:41 +05:30 |
|
Krzysztof Woyke
|
def7470bb0
|
JAVA-3570: Ignore one of the FunctionalWebApplicationIntegrationTest
|
2020-12-21 13:41:50 +01:00 |
|
Gerardo Roza
|
958206c54b
|
removed test as it's not related to any article
|
2020-11-10 12:04:40 -03:00 |
|
Gerardo Roza
|
3dbc5e3af0
|
fixed tests in spring-5-reactive module
|
2020-11-06 12:14:07 -03:00 |
|
kwoyke
|
11a77301c0
|
JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE (#9985)
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE
* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Add joda-time version
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Use MongoClients factory instead of MongoClient directly
* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Switch back to default bootstrap mode for JPA
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface
* JAVA-2563: Use OutputCaptureRule instead of OutputCapture
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Fix Jackson dependency
* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest
* JAVA-2563: Replace validation-api with spring-boot-starter-validation
* JAVA-2563: Fix usage of deprecated getErrorAttributes method
* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
|
2020-09-11 18:19:02 +05:30 |
|
sampadawagde
|
a9e6eab7da
|
JAVA-1525: README updates
|
2020-07-30 18:09:51 +05:30 |
|
sampadawagde
|
cb41f5dc46
|
JAVA-1525: Moved 1 article to reactive-2 module
|
2020-07-30 18:07:49 +05:30 |
|
sampadawagde
|
81adb86738
|
JAVA-1525: Moved 1 article to security module
|
2020-07-30 18:06:42 +05:30 |
|
dupirefr
|
6e1ee270ef
|
[JAVA-958] Standardize packages in spring-5-reactive module
|
2020-03-20 08:18:56 +01:00 |
|
catalin-burcea
|
2f7e94bc92
|
[BAEL-18783] - Fix formatting of POMs
|
2019-12-06 11:40:56 +02:00 |
|
amit2103
|
bd8a6c0271
|
[BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile
|
2019-11-20 11:11:07 +05:30 |
|
Josh Cummings
|
416b6c7e1e
|
Update README.md
|
2019-10-04 00:18:16 -06:00 |
|
Josh Cummings
|
ac44c9679f
|
Merge branch 'master' into bael-16659
|
2019-10-04 00:16:38 -06:00 |
|
Josh Cummings
|
e2f6187f35
|
Update links to https (#7931)
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* Update README.md
* https added
* https added
* Update README.md
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
* https added
|
2019-10-02 20:30:08 +03:00 |
|
fejera
|
c391435c3c
|
moved webflux static content examples from spring-5-reactive to spring-5-reactive-2
|
2019-09-29 16:19:12 +02:00 |
|
fejera
|
c4c59a08dd
|
moved reactive debugging examples from spring-5-reactive to spring-5-reactive-2
|
2019-09-29 16:08:53 +02:00 |
|
fejera
|
8a3b8a7e18
|
moved stepverifier examples from spring-5-reactive to spring-5-reactive-2
|
2019-09-29 15:48:52 +02:00 |
|
fejera
|
6b346d3f5f
|
moved reactive logging examples from spring-5-reactive to spring-5-reactive-2
|
2019-09-29 15:40:57 +02:00 |
|
fejera
|
79cc747844
|
moved functional validation examples from spring-5-reactive to spring-5-reactive-2
|
2019-09-29 15:35:59 +02:00 |
|