- 22 Dec, 2017 4 commits
-
-
dreis2211 authored
Closes gh-11394
-
Stephane Nicoll authored
* pr/11388: Fix typo
-
Christoph Dreis authored
Closes gh-11388
-
Brian Clozel authored
Prior to this change, the Spring MVC auto-configuration would add a new formatter to convert `java.util.Date` to/from `String` using the configured configuration property `spring.mvc.date-format`. This commit adds a new `WebConversionService` class that registers date formatters with a custom date format, or register the default ones if no custom configuration is provided. This avoids duplicating equivalent formatters in the registry. With this change, date types from `java.util`, `org.joda.time` and `java.time` are now all supported. This commit also replicates this feature for WebFlux applications by adding a new `spring.webflux.date-format` configuration property. Closes gh-5523 Closes gh-11402
-
- 20 Dec, 2017 1 commit
-
-
Madhura Bhave authored
See gh-10963
-
- 18 Dec, 2017 1 commit
-
-
Madhura Bhave authored
If raw password is provided, add {noop} prefix. If prefix is present or PasswordEncoder bean is provided, use the password as is. Closes gh-10963
-
- 16 Dec, 2017 2 commits
-
-
Phillip Webb authored
Update auto-configuration classes that have extensive property mapping code to make use of the new `PropertyMapper` utility. Fixes gh-9018
-
Phillip Webb authored
Add a utility class that can help when mapping values from `@ConfigurationProperties` to a third-party class. See gh-9018
-
- 15 Dec, 2017 4 commits
-
-
Phillip Webb authored
-
Stephane Nicoll authored
This commit improve the couchbase health indicator to list the available nodes. Doing so improves the reliability of the indicator as accessing the bucket forces a remote call and better detect the cases where the broker is down. Closes gh-7369
-
Stephane Nicoll authored
Closes gh-11358
-
Stephane Nicoll authored
Closes gh-11354
-
- 14 Dec, 2017 23 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
See gh-11224
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/6863: Polish "Expose default RabbitMQ credentials in the metadata" Expose default RabbitMQ credentials in the metadata
-
Stephane Nicoll authored
Closes gh-6863
-
Zoltan Altfatter authored
See gh-6863
-
Stephane Nicoll authored
* pr/11145: Polish
-
Lukas Eder authored
Closes gh-11145
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/11159: Polish "Add InfluxDb health indicator" Add InfluxDb health indicator
-
Stephane Nicoll authored
Closes gh-11159
-
Eddú Meléndez authored
See gh-11159
-
Stephane Nicoll authored
Closes gh-11224
-
Stephane Nicoll authored
Closes gh-11340
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes it easier to extend `Neo4jHealthIndicator` for cases where a custom cypher needs to be executed. Closes gh-11120
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11324
-
Stephane Nicoll authored
-
- 13 Dec, 2017 5 commits
-
-
Phillip Webb authored
Update ImageBanner to support animated GIFs. Animations rely on ANSI cursor codes so don't work so well in an IDE. They do, however, work when running the app from a terminal. See also commit 47bc5e71 Closes gh-11118
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Inherit and deprecate RegistrationBean methods that are not applicable to a ServletListenerRegistrationBean. Fixes gh-11342
-
Phillip Webb authored
Restore static final constants to upper case formatting. See gh-10457
-