Commit Graph

16425 Commits (0819822eb69f994491baf8e5b3890967a092769a)
 

Author SHA1 Message Date
Stephane Nicoll 0819822eb6 Merge branch '2.0.x' 7 years ago
Stephane Nicoll fbf8f57773 Merge branch '1.5.x' into 2.0.x 7 years ago
Stephane Nicoll 08bc306a61 Guard IntegrationJmxConfiguration if no mBeanServer is available
Closes gh-12966
7 years ago
Andy Wilkinson b679f97794 Merge branch '2.0.x' 7 years ago
Andy Wilkinson b0dbcd094e Merge branch '1.5.x' into 2.0.x 7 years ago
Andy Wilkinson 4585bc846a Restore RestartClassLoader's Java 6 compatibility
Closes gh-12826
7 years ago
Madhura Bhave a193c89c6d Merge branch '2.0.x' 7 years ago
Madhura Bhave aad279208e Throw exception if RandomAccessData tries to read beyond EOF
Fixes gh-12986
7 years ago
Madhura Bhave ef0cfc43fe Merge branch '2.0.x' 7 years ago
Madhura Bhave d268b2102f Fix typo 7 years ago
Stephane Nicoll 9f7be62687 Backport polish commit "22b99a90" 7 years ago
Andy Wilkinson c37e6ebac5 Merge branch '2.0.x' 7 years ago
Andy Wilkinson d5841982d9 Upgrade to Testcontainers 1.7.2
See gh-12821
7 years ago
Stephane Nicoll 0fcffae0d9 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 71c26300fb Merge pull request #12989 from izeye:rename-nested-auto-configuration
* pr/12989:
  Rename nested *AutoConfiguration classes to *Configuration
7 years ago
Johnny Lim d8700522d3 Rename nested *AutoConfiguration classes to *Configuration
Closes gh-12989
7 years ago
Stephane Nicoll 335ca62239 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 83b9d3ca71 Merge pull request #12999 from izeye:polish-20180430
* pr/12999:
  Polish
7 years ago
Johnny Lim a723ac95a9 Polish
Closes gh-12999
7 years ago
Stephane Nicoll 284fe969e0 Merge branch '2.0.x' 7 years ago
Stephane Nicoll fc8b21100b Merge pull request #12996 from yaman-jain:docs_spell_check
* pr/12996:
  Fix typo
7 years ago
Yaman Jain 50ca33ecd2 Fix typo
Closes gh-12996
7 years ago
Stephane Nicoll 0ba9b49d8b Merge branch '1.5.x' into 2.0.x 7 years ago
Stephane Nicoll 6047a2c0b0 Fix typo
See gh-12996
7 years ago
Stephane Nicoll bb614b5968 Merge pull request #12216 from Mon
* pr/12216:
  Polish "Add cache actuator endpoint"
  Add cache actuator endpoint
7 years ago
Stephane Nicoll fb8a5a9864 Polish "Add cache actuator endpoint"
This commit improves the initial proposal by providing a by name read
operation that returns the detail of a particular cache. It also adds
more tests and complete API documentation for the feature.

Closes gh-12216
7 years ago
Johannes Edmeier 1a57673345 Add cache actuator endpoint
This commits adds an actuator endpoint which lists the caches per
context and cacheManager and provides a delete operation to clear the
caches. As the statistics are exposed via the metrics endpoint they are
not included

See gh-12216
7 years ago
Andy Wilkinson 0699f65969 Merge branch '2.0.x' 7 years ago
Andy Wilkinson 584479b7f4 Merge pull request #13001 from Sébastien Deleuze
* gh-13001:
  Upgrade to Kotlin 1.2.41
7 years ago
Sebastien Deleuze 933f0bbca8 Upgrade to Kotlin 1.2.41
Includes KT-23973 critical regression fix.
7 years ago
Stephane Nicoll 22b99a90de Polish
See gh-12906
7 years ago
Madhura Bhave c7a11e1192 Merge branch '2.0.x' 7 years ago
Madhura Bhave de66451d9b Update README with additional modules 7 years ago
Madhura Bhave acc1793e96 Merge branch '2.0.x' 7 years ago
Madhura Bhave 0385bd4131 Use spring.session.timeout for Spring Session timeout
Fallback to server.servlet.session.timeout for backwards compatibility.

Fixes gh-12906
7 years ago
Andy Wilkinson 0f2241a122 Merge branch '2.0.x' 7 years ago
Andy Wilkinson d448c5ac49 Use openjdk:10.0.1-10-jdk Docker image for JDK 10-based CI
Closes gh-12988
7 years ago
Brian Clozel 1ef0098ab5 Add WebClient metrics support
This commit adds support for Actuator Metrics for WebClient.
This support mirrors the current behavior for `RestTemplate`, reusing
the same metric name `"http.client.requests"` and tags.

`WebClient` is instrumented by a `MetricsWebClientFilterFunction` which
is applied by a `WebClientCustomizer`. This instrumentation happens
automatically only if you create an instance of `WebClient` using an
auto-configured `WebClient.Builder` bean.

This infrastructure is reusing de facto the `MeterFilter` that has been
added for `RestTemplate` in order to limit the "uri" tag cardinality.

Closes gh-12228
7 years ago
Stephane Nicoll 621874708d Merge branch '2.0.x' 7 years ago
Stephane Nicoll 36fb078935 Merge branch '1.5.x' into 2.0.x 7 years ago
Stephane Nicoll 587e3f4046 Polish
See gh-12796
7 years ago
Stephane Nicoll c8843947fe Polish 7 years ago
Stephane Nicoll 1a41ff941a Polish 7 years ago
Johnny Lim b45c5f1a27 Polish
See gh-12981
7 years ago
Stephane Nicoll 4d0fe5bbe6 Merge branch '2.0.x' 7 years ago
Stephane Nicoll a4840ed70a Merge pull request #12981 from izeye:polish-20180427
* pr/12981:
  Polish
7 years ago
Johnny Lim b941c5f1a6 Polish
Closes gh-12981
7 years ago
Madhura Bhave 59b7c50c3c Merge branch '2.0.x' 7 years ago
Madhura Bhave f2d8ca8b3a Fix failing NettyReactiveWebServerFactoryTests
NettyReactiveWebServerFactoryTests.portInUseExceptionIsThrownWhenPortIsAlreadyInUse
started failing on CI following this change in reactor netty:
e6634c27f6
Instead of a `BindException`, a `NativeIoException` is thrown. Since that Exception
is for internal use only, we throw a generic `WebServerException`
instead of the `PortInUseException`.
7 years ago
Madhura Bhave dafe8823cc Merge branch '2.0.x' 7 years ago