Commit Graph

13990 Commits (59bc74614b03a5e6652626e530919df5fc3b0616)
 

Author SHA1 Message Date
Brian Clozel 6bfbcc291a Add NettyServerCustomizer for Reactor Netty support
This commit adds a new customizer interface, `NettyServerCustomizer` for
customizing Reactor Netty server instances while they're being built.

Closes gh-10418
7 years ago
Andy Wilkinson ec470fbe59 Call Application and CommandLine Runners after ready event
Closes gh-7656
7 years ago
Andy Wilkinson 27f550b8eb Upgrade to Spring HATEAOS 0.24.0.RELEASE
Closes gh-10828
7 years ago
Andy Wilkinson 5df473a651 Add env-based configuration of TTL of Tomcat's static resource cache
Closes gh-9670
7 years ago
Stephane Nicoll 1225a6a05e Merge pull request #10822 from GreyTeardrop:reactive-redis-heath-connection-failure
* pr/10822:
  Polish "Handle AbstractReactiveHealthIndicator.doHealthCheck exception"
  Handle AbstractReactiveHealthIndicator.doHealthCheck exception
7 years ago
Stephane Nicoll 350377c3f2 Polish "Handle AbstractReactiveHealthIndicator.doHealthCheck exception"
Closes gh-10822
7 years ago
Nikolay Rybak 99c2fa699e Handle AbstractReactiveHealthIndicator.doHealthCheck exception
Exceptions inside AbstractReactiveHealthIndicator.doHealthCheck()
method, outside of Mono pipeline, could fail whole endpoint
response instead of returning `DOWN` status from indicator.

See gh-10822
7 years ago
Andy Wilkinson c50a0d855f Reflect process monitoring classes' move to spring-boot in docs
Closes gh-9998
7 years ago
Stephane Nicoll 3d39fbe8fa Merge pull request #10824 from dreis2211:fix-duplicate-the
* pr/10824:
  Fix duplicated 'the' in Quartz scheduler doc section
7 years ago
dreis2211 ddb6176f88 Fix duplicated 'the' in Quartz scheduler doc section
Closes gh-10824
7 years ago
Stephane Nicoll 4dcc354f86 Merge branch '1.5.x' 7 years ago
Stephane Nicoll f18521913c Merge pull request #10811 from dreis2211:typo-fixes-documentation
* pr/10811:
  Fix typos in ApplicationArguments and Library
7 years ago
dreis2211 605e95145a Fix typos in ApplicationArguments and Library
Closes gh-10811
7 years ago
Stephane Nicoll 654cee5a94 Polish 7 years ago
Stephane Nicoll 822ca00001 Merge branch '1.5.x' 7 years ago
Stephane Nicoll fc3d25d705 Properly document spring.data.neo4j.open-in-view's default value
Closes gh-10826
7 years ago
Andy Wilkinson a276356328 Add auto-configuration for Spring Session's reactive support
Closes gh-9850
7 years ago
Andy Wilkinson bdab4aa97e Auto-configuration of reactive Spring Session 7 years ago
Stephane Nicoll 3d820adb4d Remove outdated Kotlin internal dependency management 7 years ago
Andy Wilkinson 5aa66305a8 Log warning when open-in-view is implicitly enabled for JPA or Neo4j
Closes gh-7107
7 years ago
Andy Wilkinson 95d8fe708a Upgrade to Spring REST Docs 2.0.0.RC1
Closes gh-10819
7 years ago
Andy Wilkinson 9932f3408c Start building against Spring Session snapshots
See gh-10817
7 years ago
Stephane Nicoll edefacf7ac Adapt to Spring Security change 7 years ago
Stephane Nicoll 5649e8c92a Polish 7 years ago
Stephane Nicoll e7cb0be6d8 Adapt to Spring Security change
This commit updates `WebFluxSecurityConfiguration` to look for a
`WebFilterChainProxy` rather than the default configuration that
`@EnableWebFluxSecurity` triggers. The latter is now package private.
7 years ago
Stephane Nicoll a688613fb4 Merge branch '1.5.x' 7 years ago
Stephane Nicoll 37d229b1d6 Merge pull request #10805 from izeye:unused-20171029
* pr/10805:
  Remove unnecessary assignments
7 years ago
Johnny Lim 4979af9fa5 Remove unnecessary assignments
Closes gh-10805
7 years ago
Stephane Nicoll 813a6966ef Merge branch '1.5.x' 7 years ago
Stephane Nicoll 03174277b4 Merge pull request #10806 from izeye:handle-null-early
* pr/10806:
  Handle null early in Sanitizer.sanitize()
7 years ago
Johnny Lim c718880354 Handle null early in Sanitizer.sanitize()
Closes gh-10806
7 years ago
Stephane Nicoll d408ce2d42 Merge branch '1.5.x' 7 years ago
Stephane Nicoll 4358638266 Merge pull request #10810 from dreis2211:documentation-typos
* pr/10810:
  Fix typos in AutoConfigureRestDocs
7 years ago
dreis2211 27d569e25e Fix typos in AutoConfigureRestDocs
Closes gh-10810
7 years ago
Andy Wilkinson 0851cc7305 Merge pull request #10764 from Jay Bryant
* gh-10764:
  Wrap using-spring-boot.adoc at 90 characters
  Editorial changes to Using Spring Boot documentation
7 years ago
Andy Wilkinson 657134a7d8 Wrap using-spring-boot.adoc at 90 characters
Closes gh-10765
7 years ago
Jay Bryant 87f1e4d90e Editorial changes to Using Spring Boot documentation
See gh-10765
7 years ago
Andy Wilkinson d2c6969900 Merge pull request #10763 from Jay Bryant
* gh-10763:
  Wrap getting-started.adoc at 90 characters
  Editorial changes to Getting Started documentation
7 years ago
Andy Wilkinson cc7da8bf38 Wrap getting-started.adoc at 90 characters
Closes gh-10763
7 years ago
Jay Bryant ce40de5cbb Editorial changes to Getting Started documentation
See gh-10763
7 years ago
Andy Wilkinson 3ef67004a3 Reinstate blank line to fix formatting of Getting Started section
See gh-10754
7 years ago
Andy Wilkinson 4e885460b4 Update to Spring Cloud Connectors 2.0.0.RELEASE
Closes gh-10758
7 years ago
Stephane Nicoll cba430818f Adapt to change in latest Spring Security snapshot 7 years ago
Stephane Nicoll a34ff67a1d Merge branch '1.5.x' 7 years ago
Stephane Nicoll 425c8bc4a9 Merge pull request #10612 from mdeinum:master
* pr/10612:
  Polish JobLauncherCommandLineRunner
7 years ago
Marten Deinum ab3d65ccae Polish JobLauncherCommandLineRunner
The JobLauncherCommandLineRunner reassigned method arguments inside the
merge method. Instead of reassigning the method argument just return
the new instance directly.

Also some minor cleanup (unnesseccary null check and continue keyword).

Closes gh-10612
7 years ago
Stephane Nicoll ff3fe7a09f Merge branch '1.5.x' 7 years ago
Stephane Nicoll 51551feace Merge pull request #10774 from rweisleder:gh-8006
* pr/10774:
  Remove static Boot version from documentation
7 years ago
Roland Weisleder feb842c487 Remove static Boot version from documentation
Closes gh-10774
7 years ago
Andy Wilkinson 708f917b3a Manage the version of Kotlin's kotlin-runtime module
See gh-10511
7 years ago