Commit Graph

14329 Commits (45e8c237de60480c569e69294e9525e6f95cf305)
 

Author SHA1 Message Date
Stephane Nicoll 45e8c237de Polish 7 years ago
Stephane Nicoll 3a6170c019 Polish 7 years ago
Andy Wilkinson d6aac41d1e Merge branch '1.5.x' 7 years ago
Andy Wilkinson c47a127a80 Start building against snapshots for Spring Data Ingalls SR9
See gh-10885
7 years ago
Stephane Nicoll 6e0a251076 Merge pull request #11039 from sdeleuze:test-rest-template-extensions
* pr/11039:
  Polish "Introduce TestRestTemplate Kotlin extensions"
  Introduce TestRestTemplate Kotlin extensions
7 years ago
Stephane Nicoll aa87c45b5d Polish "Introduce TestRestTemplate Kotlin extensions"
Closes gh-11039
7 years ago
sdeleuze cd98da5ee9 Introduce TestRestTemplate Kotlin extensions
This commit introduces Kotlin extensions similar to the RestOperations
ones in order to be able to take advantage of Kotlin reified type
parameters for example.

See gh-11039
7 years ago
Stephane Nicoll 7f8ca64df1 Merge branch '1.5.x' 7 years ago
Stephane Nicoll e85578cf2f Polish 7 years ago
Stephane Nicoll 5ebed451e0 Remove dead code 7 years ago
Andy Wilkinson 6bf837e95b Tidy up documentation following removal of /status and /health changes
Closes gh-10863
7 years ago
Andy Wilkinson 3b1d2b0733 Merge pull request #11126 from Johnny Lim
* gh-11126:
  Polish
7 years ago
Johnny Lim 01a48412d2 Polish
Closes gh-11126
7 years ago
Stephane Nicoll 97bb70cd0c Polish 7 years ago
Stephane Nicoll 0a5f064d39 Improve error metadata for Autoconfigure module 7 years ago
Stephane Nicoll 3a6a238ea9 Improve error metadata for Actuator 7 years ago
Andy Wilkinson 1a76b5122d Merge branch '1.5.x' 7 years ago
Andy Wilkinson 3cc7509804 Merge pull request #10706 from Ali Kord
* gh-10706:
  Polish "Fix handling of spaces in container's document root"
  Fix handling of spaces in container's document root
7 years ago
Andy Wilkinson c14f5fb6ad Polish "Fix handling of spaces in container's document root"
Closes gh-10706
7 years ago
Ali Kord 8031a1bdb4 Fix handling of spaces in container's document root
See gh-10706
7 years ago
Andy Wilkinson 72b14b8add Merge branch '1.5.x' 7 years ago
Andy Wilkinson 276a9a0eec Reflect each source's values in env endpoint's response
Previously, the env endpoint would use the entire environment to
get the value of each property in a source. This meant that when
there were multiple sources with the same property, the value from
the source with the highest precedence would be used for every
source that contains the property.

This commit update the endpoint to retrieve the value from the
property source that is being described, rather than resolving it
against all the environment's property sources.

Closes gh-10883
7 years ago
Stephane Nicoll c6709899db Polish 7 years ago
Andy Wilkinson c748a009b0 Merge branch '1.5.x' 7 years ago
Stephane Nicoll 877ed041e7 Polish 7 years ago
Andy Wilkinson 5cf2e76377 Set PID system property before *_LOG_PATTERN system properties
Previously, the PID system property was set after the
CONSOLE_LOG_PATTERN and FILE_LOG_PATTERN system properties. This meant
that the values of the pattern system properties could not reference
the PID system property, i.e. ${PID} would not resolve.

This commit sets the PID system property before the *_LOG_PATTERN
system properties, thereby allowing the latter to reference the
former.

Closes gh-10594
7 years ago
Stephane Nicoll 02a0683cff Polish
See gh-10595
7 years ago
Stephane Nicoll 13ccf45008 Polish
See gh-10884
7 years ago
Stephane Nicoll c9c9e3664e Polish
See gh-11113
7 years ago
Andy Wilkinson f12de333f5 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 137d3f3533 Test Flyway location checking with implicit classpath: prefix
Closes gh-10894
7 years ago
Andy Wilkinson 69fb433eb7 Merge branch '1.5.x' 7 years ago
Andy Wilkinson d4e19f8170 Auto-configure jOOQ after transaction auto-configuration
jOOQ auto-configuration will make use of a PlatformTransactionManager
bean if available. This commit ensures that jOOQ is auto-configured
after transaction auto-configuration, thereby ensuring that any
auto-configuration PlatformTransactionManager bean can be consumed.

Closes gh-11052
7 years ago
Stephane Nicoll a3e71febcb Merge pull request #11091 from vpavic:endpoint-props
* pr/11091:
  Polish "Fix references to management related properties"
  Fix references to management related properties
7 years ago
Stephane Nicoll dfc0e392ed Polish "Fix references to management related properties"
Closes gh-11091
7 years ago
Vedran Pavic 63aef58d30 Fix references to management related properties
See gh-11091
7 years ago
Stephane Nicoll f7ed24cb7c Merge branch '1.5.x' 7 years ago
Stephane Nicoll 1fc3750c6d Merge pull request #11108 from izeye:broken-asciidoctor-syntax-20171122
* pr/11108:
  Fix broken Asciidoctor syntax
7 years ago
Johnny Lim 8b917abeab Fix broken Asciidoctor syntax
Closes gh-11108
7 years ago
Stephane Nicoll 50985b7e83 Polish 7 years ago
Stephane Nicoll bae7c96ea8 Merge pull request #11115 from espiegelberg:master
* pr/11115:
  Add reference to Neo4j's health indicator
7 years ago
Eric Spiegelberg 789e7670d8 Add reference to Neo4j's health indicator
Closes gh-11115
7 years ago
Stephane Nicoll 59df2909b8 Format 7 years ago
Stephane Nicoll cc2d882d08 Polish
See gh-11090
7 years ago
Phillip Webb 07f71e889e Move `/application` to `/actuator`
Change the endpoint default path from `/application` to `/actuator`.

Fixes gh-10970
7 years ago
Phillip Webb 3e2ede51d6 Delete `status` documentation
See gh-11113
7 years ago
Phillip Webb 05d2ca4f16 Allow bean binding if property binding fails
Update `Binder` so that if a property exists, but it cannot be converted
to required type, bean binding is attempted.

Prior to this commit, if a user happened to have an environment
variable named `SERVER` the binder would fail when trying to directly
convert its `String` value into a `ServerProperties`

Fixes gh-10945
7 years ago
Phillip Webb 93ae71cf93 Switch Jackson write-dates-as-timestamps default
Update `JacksonAutoConfiguration` so that `write-dates-as-timestamps`
now defaults to `false`.

Fixes gh-11079
7 years ago
Phillip Webb 78dee309b1 Merge pull request #11055 from vpavic/session-webflux-sample
* pr/11055:
  Polish Spring Session WebFlux sample
  Add Spring Session WebFlux sample
7 years ago
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
7 years ago