chaos2418
|
7432cc2ee2
|
JAVA-3090: updating README.md for spring-reactive
|
2021-12-29 18:42:00 +05:30 |
Krzysiek
|
f9f37ac4e6
|
JAVA-8709: Extract commons-collections4.version property to the main pom.xml
|
2021-11-26 13:17:01 +01:00 |
sampadawagde
|
28f95423cd
|
JAVA-5223: Fix formatting of POMs (Others - Part 1)
|
2021-05-13 22:43:38 +05:30 |
Gerardo Roza
|
19d64f6152
|
change just to stick to original variable declaration approach
|
2021-02-12 20:17:12 -03:00 |
Gerardo Roza
|
dc6e305e1f
|
fixed potential error using webClient without specifying url, and improved timeout test case
|
2021-02-12 20:08:12 -03:00 |
Dhawal Kapil
|
030b5cca02
|
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
|
b689760b07
|
JAVA-4312: Update deprecations in spring-5-reactive module
|
2021-02-01 11:04:42 +05:30 |
Gerardo Roza
|
047dfdef25
|
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
|
c477f22f27
|
modified url override example, to use the client3 (the one defining the baseUrl)
|
2021-01-26 18:17:17 -03:00 |
Gerardo Roza
|
0f668a63b9
|
renamed headersSpec to match article
|
2021-01-26 17:53:48 -03:00 |
Gerardo Roza
|
32f3528575
|
added more common exchangeToMono example for article
|
2021-01-26 17:41:44 -03:00 |
Gerardo Roza
|
d87cd065aa
|
cleaned WebClient. definition for spec, for consistency and simplicity
|
2021-01-26 16:31:14 -03:00 |
Gerardo Roza
|
f8ca77bc71
|
fixed and improved reactive tests not getting verified
|
2021-01-26 16:05:31 -03:00 |
Gerardo Roza
|
384b89d3ea
|
added response timeout to timeout configuration
|
2021-01-26 12:57:49 -03:00 |
Gerardo Roza
|
615322468e
|
made tests assertions non-blocking
|
2021-01-25 12:26:37 -03:00 |
Gerardo Roza
|
a37812ce04
|
added additional scenario using bodyValue method
|
2021-01-25 11:44:44 -03:00 |
Gerardo Roza
|
0cda08a95e
|
replaced existing scenario to use an alternative body method
|
2021-01-25 11:41:57 -03:00 |
Gerardo Roza
|
cfe47f772a
|
fixed rest of tests
|
2021-01-25 11:37:12 -03:00 |
Gerardo Roza
|
84737e1056
|
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
|
2bc7dbc708
|
added and ordered tests in WebClientIntegrationTest to match article - test not passing (reusing specs)
|
2021-01-24 15:18:58 -03:00 |
Gerardo Roza
|
725465b0b6
|
disabled security for WebClient codebase application
|
2021-01-23 12:41:13 -03:00 |
Gerardo Roza
|
3e5a1f3e50
|
added endpoints to test functionality properly
|
2021-01-23 12:40:28 -03:00 |
Gerardo Roza
|
0de9172dc6
|
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
|
30f0c13ef6
|
added context test for new WebClientApplication
|
2021-01-22 12:48:34 -03:00 |
Gerardo Roza
|
1b78d4be31
|
fixed and improved WebClient integration test
|
2021-01-22 12:33:54 -03:00 |
Gerardo Roza
|
814369e38c
|
added exchange and retrieve examples as in teh article, updated due to deprecation
|
2021-01-22 10:49:47 -03:00 |
Gerardo Roza
|
10318d1145
|
updated inserter3 as in article
|
2021-01-22 10:29:15 -03:00 |
Gerardo Roza
|
e6ab521b61
|
added LinkedMultiValueMap usage for inserter declaration, as in article
|
2021-01-21 14:57:06 -03:00 |
Gerardo Roza
|
1f7e0f06b6
|
updated timeout logic due to deprecation
|
2021-01-21 14:25:30 -03:00 |
Gerardo Roza
|
dd60782928
|
Added timeout WebClient configuration, as in article
|
2021-01-21 12:44:06 -03:00 |
Gerardo Roza
|
52d458c05f
|
formatted WebClientController class
|
2021-01-21 12:43:26 -03:00 |
Gerardo Roza
|
14506a542d
|
removed unused reactor-spring version property
|
2021-01-21 11:50:55 -03:00 |
Gerardo Roza
|
5b1e597978
|
Updated deprecated BodyInserters.fromObject method, in favor of BodyInserters.fromValue
|
2021-01-21 11:47:41 -03:00 |
sampadawagde
|
f210b5ae29
|
JAVA-4166: Fix test in spring-5-reactive
|
2021-01-03 00:11:41 +05:30 |
Krzysztof Woyke
|
9264d091b0
|
JAVA-3570: Ignore one of the FunctionalWebApplicationIntegrationTest
|
2020-12-21 13:41:50 +01:00 |
Gerardo Roza
|
839870d8de
|
removed test as it's not related to any article
|
2020-11-10 12:04:40 -03:00 |
Gerardo Roza
|
e09ae1ff51
|
fixed tests in spring-5-reactive module
|
2020-11-06 12:14:07 -03:00 |
kwoyke
|
c3cd93fcdb
|
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
|
a788fa2751
|
JAVA-1525: README updates
|
2020-07-30 18:09:51 +05:30 |
sampadawagde
|
4dc2535bc5
|
JAVA-1525: Moved 1 article to reactive-2 module
|
2020-07-30 18:07:49 +05:30 |
sampadawagde
|
06ac0b5589
|
JAVA-1525: Moved 1 article to security module
|
2020-07-30 18:06:42 +05:30 |
dupirefr
|
6bc9e48530
|
[JAVA-958] Standardize packages in spring-5-reactive module
|
2020-03-20 08:18:56 +01:00 |
catalin-burcea
|
153a3923f0
|
[BAEL-18783] - Fix formatting of POMs
|
2019-12-06 11:40:56 +02:00 |
amit2103
|
cbf0e6f6f1
|
[BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile
|
2019-11-20 11:11:07 +05:30 |
Eric Martin
|
3225470df5
|
Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
|
2019-10-31 20:43:47 -05:00 |