Andy Wilkinson
aef92b9295
Merge branch '2.1.x'
...
Closes gh-17079
2019-06-07 11:00:44 +01:00
Andy Wilkinson
24925c3dae
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17078
2019-06-07 10:50:34 +01:00
Phillip Webb
3a9ca5fa30
Update copyright header of changed files
2019-05-14 21:05:53 -07:00
Madhura Bhave
1db1c8b03c
Validate our own tests work with JUnit5 and the vintage engine
...
Closes gh-14737
Co-authored-by: Stephane Nicoll <snicoll@pivotal.io >
2019-05-08 16:05:44 +02:00
Andy Wilkinson
36c1c051b8
Merge branch '2.1.x'
2019-03-20 16:55:10 +00:00
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
2019-03-20 16:45:26 +00:00
Andy Wilkinson
064f6478df
Move back to JUnit 4 until SUREFIRE-1614 has been resolved
...
See gh-14736
See gh-14737
See gh-14738
2018-12-12 16:49:30 +00:00
Madhura Bhave
59d2b0a3fb
Upgrade tests to Junit5
...
See gh-14737
2018-12-05 17:49:09 -08:00
Phillip Webb
07f71e889e
Move /application to /actuator
...
Change the endpoint default path from `/application` to `/actuator`.
Fixes gh-10970
2017-11-22 23:18:22 -08:00
Phillip Webb
31025d9f6c
Drop status endpoint
...
Drop the status endpoint and merge functionality back into the health
endpoint. The `management.endpoint.health.show-details` property can
be used to change if full details, or just the status is displayed.
Fixes gh-11113
2017-11-22 22:01:58 -08:00
Stephane Nicoll
b5d8e072f1
Add actuator to webflux sample
...
Closes gh-10258
2017-09-13 12:11:20 +02:00
Phillip Webb
2c7dd9f519
Polish
2017-06-02 16:00:39 -07:00
Brian Clozel
fed8c8a681
Adapt WebFlux.fn auto-config to SPR-15536
...
Since SPR-15536, WebFlux.fn is now configured with `@EnableWebFlux`,
along the annotated controllers. Both `RouterFunction` and Controller
instances can now live within the same application and they share
the same web infrastructure.
This commit removes the custom auto-configuration for `RouterFunction`
and relies on `@EnableWebFlux` for that.
Closes gh-9165
2017-05-24 14:54:05 +02:00
Phillip Webb
700f0ea93c
Fix WebClientTest calls
...
Update calls to WebClientTest following upstream changes.
2017-04-14 16:26:01 -07:00
Stephane Nicoll
0c4c2f4bf4
Harmonize webflux sample test
2017-03-16 11:36:41 +01:00
Phillip Webb
2a592103f0
Polish formatting
2017-03-06 15:03:43 -08:00
Brian Clozel
c1e93d8991
Add WebFlux application sample
...
This commit adds a sample application for the
annotation variant of Spring WebFlux.
2017-02-24 13:03:12 +01:00