Odín del Río
9e705c83c8
Fix statsd metrics collection for names with ":"
...
Statsd server is ignoring malformed metrics. This change introduces
a basic sanitizing to metric names for avoid losing those metrics.
See gh-8906
8 years ago
Stephane Nicoll
65986503c1
Fix glitch in doc
...
Closes gh-8921
8 years ago
Phillip Webb
383640d5ec
Merge branch '1.5.x'
8 years ago
Phillip Webb
b2ae6b5f50
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
cdf3eadc95
Rename AbstractTemplateAvailabilityProvider
...
Rename `AbstractTemplateAvailabilityProvider` to
`PathBasedTemplateAvailabilityProvider`.
Closes gh-8913
8 years ago
Phillip Webb
f46d799f31
Polish
8 years ago
Madhura Bhave
757be57d48
Merge branch '1.5.x'
8 years ago
Madhura Bhave
3fe0b844a6
Make HealthMvcEndpoint conditional on missing bean
8 years ago
Madhura Bhave
7afec5c16f
Fail hard if snakeyaml not present when loading yaml
...
Closes gh-8900
8 years ago
Madhura Bhave
ed072abaef
Merge branch '1.5.x'
8 years ago
Madhura Bhave
9e2d54feae
Support json view with JacksonTester
...
Closes gh-8672
8 years ago
Stephane Nicoll
2663e7aa41
Merge pull request #8907 from htynkn:bugfix/make-build-works-on-windows
...
* pr/8907:
Fix windows build of the Gradle plugin
8 years ago
Huang YunKun
f303ce5ff4
Fix windows build of the Gradle plugin
...
Use family instead of name to check os system
Closes gh-8907
8 years ago
Phillip Webb
700f0ea93c
Fix WebClientTest calls
...
Update calls to WebClientTest following upstream changes.
8 years ago
Madhura Bhave
bcd79dd992
Move all actuators under `/application`
...
Context path can be configured via `management.context-path`.
Closes gh-6886
8 years ago
Stephane Nicoll
92468d4ffc
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
e1f727719a
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
b7efec5401
Support case insensitive value for Cassandra's SchemaAction
...
Closes gh-8903
8 years ago
Stephane Nicoll
42c1eb894e
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
8c21e16cf1
Add reference to Infinispan starter
...
Closes gh-8592
8 years ago
Stephane Nicoll
c2b2be9940
Merge pull request #8536 from eddumelendez:dataldaptest
...
* pr/8536:
Polish "Add slice test annotation for LDAP"
Add slice test annotation for LDAP
8 years ago
Stephane Nicoll
04ee374e7f
Polish "Add slice test annotation for LDAP"
...
Closes gh-8536
8 years ago
Eddú Meléndez
2830bef95c
Add slice test annotation for LDAP
...
This commit adds new annotation `@DataLdapTest` which provides test
infrastructure for LDAP. By default, embedded ldap server is initialized
if available.
See gh-8536
8 years ago
Stephane Nicoll
209ecf95f0
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
9d0340a5ae
Merge pull request #8889 from rajadilipkolli:patch-3
...
* pr/8889:
Upgrade to Apache Maven 3.5.0
8 years ago
Raja Kolli
01da13cfe3
Upgrade to Apache Maven 3.5.0
...
Closes gh-8889
8 years ago
Stephane Nicoll
b9d1f5e097
Harmonize Solr status health details
...
This commit renames the `solrStatus` property of the Solr health indicator
to `status` and its type. This is now an integer corresponding to the
status Solr sent rather than a String that can be "OK" when all is well.
Closes gh-8878
8 years ago
Brian Clozel
23360d11a2
Change codec auto-configuration in HandlerStrategies
...
Since SPR-15415 and SPR-15435, the HandlerStrategies and its companion
builder are now using the new CodecConfigurer infrastructure to
configure codecs in a cross-cutting way.
This commit looks for a custom instance of `HandlerStrategies.Builder`
provided by the user, or create a default one if none was found.
Fixes gh-8897
8 years ago
Stephane Nicoll
50331102b7
Review configuration properties appendix
8 years ago
Stephane Nicoll
8cd4f13464
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
b3c8511fb6
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
4fd9a8c468
Add missing spring.datasource.xa properties in the appendix
...
Closes gh-8895
8 years ago
Stephane Nicoll
e9b7c7afd2
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
584b61ecc1
Remove deprecated property
8 years ago
Stephane Nicoll
eeed3a841c
Review configuration properties appendix
8 years ago
Stephane Nicoll
2aa68aaf55
Merge pull request #8128 from tinexw:master
...
* pr/8128:
Polish "Handle null value in OnExpressionCondition"
Handle null value in OnExpressionCondition
8 years ago
Stephane Nicoll
5114c9d651
Polish "Handle null value in OnExpressionCondition"
...
Closes gh-8128
8 years ago
tinexw
ccf1800116
Handle null value in OnExpressionCondition
...
Closes gh-2886
8 years ago
Stephane Nicoll
70f5728212
Merge pull request #8768 from dreis2211:hashcode-cleanup-new
...
* pr/8768:
Polish "Use JDK hashCode() variants for primitives"
Use JDK hashCode() variants for primitives
8 years ago
Stephane Nicoll
036157aeae
Polish "Use JDK hashCode() variants for primitives"
...
Closes gh-8768
8 years ago
dreis
f3bbbc4530
Use JDK hashCode() variants for primitives
...
See gh-8768
8 years ago
Stephane Nicoll
aa4051727b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
6567018b70
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
2579023035
Fix javadoc
...
Closes gh-8892
8 years ago
Stephane Nicoll
d4251125fc
Make sure Admin MBean works also with webflux
...
This commit improves `SpringApplicationAdminMXBeanRegistrar` so that it
work with traditional Servlet-based app but also with Spring WebFlux.
Closes gh-8533
8 years ago
Stephane Nicoll
abe3dba4b9
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
f4ab574ea1
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
072160863a
Add a note about transactional tests and `webEnvironment`
...
Closes gh-8232
8 years ago
Stephane Nicoll
12170f53e2
Restore DataMongoTestReactiveIntegrationTests
...
Closes gh-8885
8 years ago
Stephane Nicoll
01089c5f7a
Merge branch '1.5.x'
8 years ago