Stephane Nicoll
8c21e16cf1
Add reference to Infinispan starter
...
Closes gh-8592
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
584b61ecc1
Remove deprecated property
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
68c90b24c2
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
40f4c89602
Document list merge restrictions with YAML
...
Closes gh-6911
8 years ago
Phillip Webb
d301d0f4c3
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
758ddcd420
Polish
8 years ago
Stephane Nicoll
2ef318c00d
Polish "Add the ability to disable the trace filter"
...
Closes gh-8650
8 years ago
Stephane Nicoll
3f883f1898
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
404bb2d171
Polish
...
See gh-8879
8 years ago
Stephane Nicoll
a132bd141f
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
0a55e3e736
Polish "Clarify edge case docs on ConditionalOnClass"
...
Closes gh-8185
8 years ago
Phillip Verheyden
08f8219248
Clarify edge case docs on ConditionalOnClass
...
When used as a meta-annotation the value() attribute of
@ConditionalOnClass will fail silently resulting in the @Conditional
nature of the annotation being ignored.
See gh-8185
8 years ago
Stephane Nicoll
2d930fd653
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
a8860ba7e9
Clarify use of `@TestConfiguration`
...
As `@TestComponent` is an implementation detail at this point really, this
commit removes any reference to it from the doc.
Closes gh-8421
8 years ago
Stephane Nicoll
d8d36255af
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
fd53945fe0
Polish "Document HTTP response format of health endpoint"
...
Closes gh-8703
8 years ago
Luis Fernando Pollo
1fa1ed2b28
Document HTTP response format of health endpoint
...
Add HTTP response format details for health endpoint, including default
status codes and sample responses.
See gh-8703
8 years ago
Stephane Nicoll
fffb53ccf5
Fix neo4j embedded documentation
...
The neo4j embedded driver no longer embeds the neo4j kernel and users are
expected to add that dependency manually. We don't provide dependency
management for any of them so this commit updates the documentation to
refers to the official documentation.
Closes gh-8567
8 years ago
Phillip Webb
ad38776de3
Polish
8 years ago
Phillip Webb
ddcb5ee328
Polish
8 years ago
Andy Wilkinson
df6167dd71
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
9374020b0e
Stop -> from being replaced with → as the latter renders as # in PDF
...
Closes gh-8575
8 years ago
Stephane Nicoll
d8e90af3bf
Merge branch '1.4.x' into 1.5.x
8 years ago
Dániel Zelei
cc30adf0df
Fix propdeps-plugin url in doc
...
Closes gh-8678
8 years ago
Stephane Nicoll
49b8d8c482
Polish
...
See gh-8698
8 years ago
Madhura Bhave
aa25bfb0e0
Clarify the effect that management.context-path has on endpoint paths
...
Fixes gh-8586
8 years ago
Madhura Bhave
cb38546d8a
Document default trace includes
...
Closes gh-8654
8 years ago
Sola
ddd8d03a2a
Fix typo in doc
...
Closes gh-8658
8 years ago
Stephane Nicoll
84dea5264f
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
0ca07fbdc3
Polish contribution
...
Closes gh-8594
8 years ago
lexandro
36b28540ee
Fix invalid security example in doc
...
Closes gh-8580
8 years ago
Stephane Nicoll
cc79f6d83d
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
f72e0c08df
Add a note to ActiveMQ pooling in the doc
...
Closes gh-8598
8 years ago
Stephane Nicoll
cd8684499d
Polish
...
See gh-8621
8 years ago
Stephane Nicoll
6be2cc30d3
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
bc157d5b4f
Polish
...
See gh-8621
8 years ago
Stephane Nicoll
6a137260c1
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
4158a6d50f
Fix typo
...
Closes gh-8574
8 years ago
Stephane Nicoll
f8bf05b91f
Polish contribution
...
Closes gh-8474
8 years ago
srichard
0ddaca57fb
Add Tomcat Access Log's fileDateFormat property
...
Closes gh-8396
8 years ago
Stephane Nicoll
feb1ab375f
Merge branch '1.4.x' into 1.5.x
8 years ago
Eddú Meléndez
251090b1e5
Add missing spring-data-cassandra metadata
...
This commit adds the missing
`spring.data.cassandra.repositories.enabled` in the metadata and the
documentation.
Closes gh-8562
8 years ago
Stephane Nicoll
544c73841d
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
633e75dce2
Fix typo
...
Closes gh-8563
8 years ago
Stephane Nicoll
207ab3ecb4
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
07c56c60ba
Make sure Hazelcast bootstraps before any JCache setup
...
This commit makes sure that if a `javax.cache.CacheManager` is required,
an auto-configured `HazelcastInstance` is fully resolved first. This
prevents the case where the JCache bootstrap actually starts an instance
early, followed by a second (potentially unwanted) instance created by the
regular auto-configuration.
Since the JCache implementation works with an `HazelcastInstance` behind
the scenes, if there is one `HazelcastInstance` configured and it has a
name, then we configure the `CacheProvider` to use that. Future Hazelcast
version will allow to pass the instance directly (i.e. not requiring an
actual name).
Closes gh-8484
8 years ago