Johnny Lim
70d92037bd
Use BeanIds.SPRING_SECURITY_FILTER_CHAIN
...
See gh-11162
7 years ago
Stephane Nicoll
c4387e1e8a
Polish "Add CouchbaseHealthIndicatorTests"
...
Closes gh-11161
7 years ago
Eddú Meléndez
2e9ca06688
Add CouchbaseHealthIndicatorTests
...
See gh-11161
7 years ago
Eddú Meléndez
5c216c2029
Clean LdapHealthIndicatorTests
...
Closes gh-11158
7 years ago
Stephane Nicoll
1620ac42b3
Polish contribution
...
Closes gh-11143
7 years ago
Johnny Lim
d9828a0aaa
Polish
...
See gh-11143
7 years ago
sdeleuze
65c777986d
Upgrade to Kotlin 1.1.61
...
Closes gh-11154
7 years ago
Johnny Lim
dea95b2b67
Make CouchbaseReactiveRepositoriesAutoConfigureRegistrar package-private
...
Closes gh-11142
7 years ago
Kazuki Shimizu
bd8834568d
Add @Inherited on spring-boot-test-autoconfigure
...
Closes gh-11139
7 years ago
Andy Wilkinson
61f9d240df
Polish
7 years ago
Johnny Lim
7d94695936
Harmonize CouchbaseReactiveRepositoriesAutoConfiguration conditions
...
Closes gh-11138
7 years ago
Andy Wilkinson
16b090c9bc
Polish
7 years ago
Andy Wilkinson
23014d97a2
Add new Devtools restart property to the appendix
...
Closes gh-9115
7 years ago
Andy Wilkinson
7674841946
Log condition evaluation delta upon DevTools restart
7 years ago
Stephane Nicoll
480039f212
Fix default value of management.endpoints.web.expose
7 years ago
Stephane Nicoll
1235d8f813
Polish Actuator doc
...
Closes gh-10861
7 years ago
Stephane Nicoll
a12bab453c
Polish "Fix PropertiesConfigAdapter delegation logic"
...
Closes gh-11135
7 years ago
Nikolay Rybak
9163d65b0e
Fix PropertiesConfigAdapter delegation logic
...
This change replaces fallback logic in PropertiesConfigAdapter and its
descendants such that instead of falling back to default "empty" config
it delegates to superinterface default implementation of the same class.
This allows default implementation to call back to other properties,
like DatadogConfig.uri() does.
See gh-11135
7 years ago
Andy Wilkinson
b3c5a050ad
Polish message for matching beans produced by OnBeanCondition
7 years ago
Andy Wilkinson
51b56782a3
Apply customizers to build when created embedded Mongo client
...
Closes gh-11132
7 years ago
Stephane Nicoll
45e8c237de
Polish
7 years ago
Stephane Nicoll
3a6170c019
Polish
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
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
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
72b14b8add
Merge branch '1.5.x'
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
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
69fb433eb7
Merge branch '1.5.x'
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
50985b7e83
Polish
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
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
Phillip Webb
d99625fa78
Rename properties that have `-` in their prefix
...
Rename `reactive-repositories` to `reactiverepositories` and replace
`spring.resources.cache-control` with `spring.resources.cache.control`.
Fixes gh-11090
7 years ago
Phillip Webb
47bc5e71ab
Polish
7 years ago
Andy Wilkinson
4bf1640198
Allow beans to be used as Hibernate naming strategies
...
Previously, custom Hibernate naming strategies could only be
configured via properties. This allowed a fully-qualified classname to
be specified, but did not allow a naming strategy instance to be used.
This commit updates HibernateJpaConfiguration to use
ImplicitNamingStrategy and PhysicalNamingStrategy beans if they
exist. If both a bean exists and the equivalent property has been set,
the bean wins.
7 years ago
Andy Wilkinson
ffca60d308
Revert "Rework BootRun so that it does not subclass JavaExec"
...
This reverts commit 6eee9de3c1
.
Closes gh-10872
7 years ago
Johnny Lim
858d325577
Fix getter and setter for sMaxAge
7 years ago
Stephane Nicoll
1b59e88aeb
Polish
...
See gh-10881
7 years ago
Madhura Bhave
616bada6f5
Document ReactiveHealthIndicator support
...
Closes gh-10881
7 years ago
Andy Wilkinson
e17bbd179a
Upgrade to Sqlite Jdbc 3.21.0
...
Closes gh-11103
7 years ago
Andy Wilkinson
d272c57de0
Upgrade to Selenium Htmlunit 2.28.1
...
Closes gh-11102
7 years ago
Andy Wilkinson
9a0ffbe5be
Upgrade to Neo4j Ogm 3.0.2
...
Closes gh-11101
7 years ago
Andy Wilkinson
1021846762
Upgrade to Hibernate Validator 6.0.5.Final
...
Closes gh-11100
7 years ago
Andy Wilkinson
e2759a3c6c
Upgrade to Johnzon Jsonb 1.1.5
...
Closes gh-11099
7 years ago
Andy Wilkinson
4148cdeef9
Upgrade to Rxjava 1.3.4
...
Closes gh-11098
7 years ago
Andy Wilkinson
7d54b70329
Upgrade to Lettuce 5.0.1.RELEASE
...
Closes gh-11097
7 years ago
Andy Wilkinson
895496b2c2
Upgrade to Cassandra Driver 3.3.2
...
Closes gh-11096
7 years ago
Andy Wilkinson
cf20ac788d
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
2b1d1cd317
Polish "Auto-configure templated welcome page"
...
Closes gh-10545
7 years ago
Bruce Brouwer
cc855f4462
Auto-configure templated welcome page
...
See gh-10545
7 years ago
Andy Wilkinson
08c85c1fba
Separate welcome page handler mapping and its tests from auto-config
...
Closes gh-11094
7 years ago
Andy Wilkinson
ff3d7c2ca1
Polish
7 years ago
Andy Wilkinson
64ae83b964
Polish visibility in ConfigurationPropertiesBinderBuilder
7 years ago
Andy Wilkinson
aa9c5e6e08
Align expectation with new endpoint enabled property description
...
See gh-10870
7 years ago
Phillip Webb
4d5de829cb
Fix checkstyle error
7 years ago
Phillip Webb
e82913dd5a
Align appendix edits with source code
...
Port editing changes from append to java source files to ensure that
IDE meta-data also reflects the improvements.
Closes gh-10870
7 years ago
Jay Bryant
3e5b7dd4ac
Make editorial changes to appendix-application-properties.adoc
...
See gh-10870
7 years ago
Phillip Webb
e01c92a38a
Polish
7 years ago
Phillip Webb
64c5e8b6ed
Rename @DurationUnit -> @DefaultDurationUnit
...
Rename `@DurationUnit` to `@DefaultDurationUnit` to make it clearer
that it only changes the unit if one isn't specified by the user.
Closes gh-11078
7 years ago
Phillip Webb
6f3ca459ea
Align MongoReactiveSessionConfiguration conditions
...
Align `MongoReactiveSessionConfiguration` `@ConditionalOnClass` with
`MongoSessionConfiguration`
See gh-11063
7 years ago
Andy Wilkinson
8a3502bdde
Polish "Improve Spring Session auto-configuration tests"
...
See gh-11063
7 years ago
Vedran Pavic
d8e3960631
Improve Spring Session auto-configuration tests
...
Closes gh-11063
7 years ago
Brian Clozel
b7753a1f29
Polish
7 years ago
tinexw
e2bc90b6bb
Add CacheControl config keys in spring.resources.*
...
This commit adds several configuration keys for customizing the
"Cache-Control" HTTP response header when serving static resources.
New keys are located in the "spring.resources.cache-control.*"
namespace; anything configured there will prevail on existing
"spring.resources.cache-period=" values, so as to mirror Spring MVC's
behavior.
Fixes gh-9432
7 years ago
Andy Wilkinson
bc98b84013
Reduce excessive logging by disabling Statsd metrics export
...
Closes gh-11009
7 years ago
Andy Wilkinson
4d1a98b380
Improve exception message that reports clashing endpoint operations
...
Closes gh-10942
7 years ago
Andy Wilkinson
41c297063b
Record metrics for request handled by ParameterizableViewController
...
Closes gh-10335
7 years ago
Andy Wilkinson
331c7a1c56
Make handler Object available to WebMvcTagsProvider.httpRequestTags
...
Closes gh-11088
7 years ago
Andy Wilkinson
417c98304d
Remove assumption about file separator that is incorrect on Windows
...
Closes gh-11087
7 years ago
Stephane Nicoll
75079b3bb8
Polish "Align Session auto-config with Redis namespace config support"
...
Closes gh-11084
7 years ago
Vedran Pavic
b6d9ae7efa
Align Session auto-config with Redis namespace config support
...
See gh-11084
7 years ago
Andy Wilkinson
f654b9b302
Build against Spring Integration snapshots for 5.0.0.RELEASE
...
See gh-11085
7 years ago
Stephane Nicoll
aaabc45281
Fix typo
7 years ago
Stephane Nicoll
e4e635f09a
Start building against Spring Session Data MongoDB 2.0 snapshots
...
See gh-11083
7 years ago
Stephane Nicoll
87d2b8c54e
Start building against Spring Session 2.0 snapshots
...
See gh-11082
7 years ago
Phillip Webb
8f4bf233b4
Update configuration properties to use Duration
...
Update appropriate configuration properties to use the `Duration`
type, rather than an ad-hoc mix of milliseconds or seconds.
Configuration properties can now be defined in a consistent and readable
way. For example `server.session.timeout=5m`.
Properties that were previously declared using seconds are annotated
with `@DurationUnit` to ensure a smooth upgrade experience. For example
`server.session.timeout=20` continues to mean 20 seconds.
Fixes gh-11080
7 years ago
Phillip Webb
cbaf0fa686
Support Duration in generated meta-data
...
Update the configuration properties annotation processor to deal
with `Duration` based default values. For example a field that
defaults to `Duration.ofSeconds(10)` will have a meta-data default
value of `10s`.
See gh-11080
7 years ago
Phillip Webb
7c6c9ddf09
Refine duration converter for optional suffix
...
Update `StringToDurationConverter` so that the suffix is optional and
values such as `100`, `+100`, `-100` are assumed to be milliseconds.
Also add support for `@DurationUnit` to allow the unit to be changed
on a per-field basis (allowing for better back-compatibility).
Closes gh-11078
7 years ago
Stephane Nicoll
303b812363
Properly document default for useNewIdGeneratorMappings
...
Closes gh-11064
7 years ago
Phillip Webb
e147982045
Add FilteredClassLoader
...
Add `FilteredClassLoader` to replace `HideClassesClassLoader` and
`HidePackagesClassLoader`.
Fixes gh-10303
7 years ago