Stephane Nicoll
5f2ffdb9e2
Update SnakeYAML link
...
Closes gh-3302
2015-06-22 10:44:23 +02:00
Artur Mkrtchyan
d6e24a15de
Update `logging.path` documentation sample
...
Update appendix example to use the more common `/var/log` folder rather
than `/var/logs`.
Fixes gh-3225
2015-06-15 11:36:03 -07:00
Andy Wilkinson
0253f21f2f
Update the link to Bitronix's documentation
...
Closes gh-3207
2015-06-15 14:25:24 +01:00
Stephane Nicoll
01ba732a73
Consistent use of "=" for property key
...
Closes gh-3218
2015-06-14 09:36:10 +02:00
Stephane Nicoll
7fc9c2afdf
Fix indent
2015-06-08 15:17:05 +02:00
Stephane Nicoll
e16f5d03ab
Add reference to Mustache to documentation
...
Closes gh-3121
2015-06-08 15:16:01 +02:00
izeye
c7103bf2a4
Add missing slash
...
`endpoints.jolokia.path` requires the path to start with a slash.
Closes gh-2864
2015-06-07 10:29:03 +02:00
Spring Buildmaster
5d81c87b43
Next Development Version
2015-06-04 00:49:11 -07:00
Josh Thornhill
10f7031e46
Fix typo in documentation
...
Closes gh-3077
2015-06-02 11:50:49 +02:00
Phil Parker
eb92dfbb3b
Fix link to Groovy documentation
...
Closes gh-3054
2015-05-28 15:28:48 +02:00
Stephane Nicoll
160f2d341f
Fix Gzip filter properties
...
Fix `excludeAgentPatterns`, `excludePaths` and `excludePathPatterns`
properties. Introduce `excludedMimeTypes` property.
Fixes gh-3042
2015-05-26 15:00:54 +02:00
Joe Kutner
dbe310b806
Update Heroku deployment documentation
...
Closes gh-3000
2015-05-20 10:58:42 +02:00
yinheli
ef49ced12a
Polish Gradle example for using Undertow
...
Closes gh-2896
2015-04-30 15:17:01 +01:00
Andy Wilkinson
bc27a8aa6e
Show different Gradle repository config for snapshots vs releases
...
Closes gh-2838
2015-04-22 17:29:22 +01:00
izeye
68ed4dec9b
Polish production ready features documentation
...
Closes gh-2832
2015-04-21 15:28:07 +01:00
izeye
b8a45d9117
Fix typo in deployment documentation
...
Closes gh-2836
2015-04-21 15:19:40 +01:00
Kamil Szymanski
88d03b76e9
Fix Groovy templates ViewResolver class name and id in How-to docs
...
Closes gh-2846
2015-04-21 15:17:57 +01:00
Stephane Nicoll
0f14210937
Polish documentation
2015-04-14 09:51:14 +02:00
Phillip Webb
dd19dd70c5
Update relaxed binding documentation sample
...
Include getters and setters with the sample class.
Fixes gh-2813
2015-04-13 11:38:42 -07:00
izeye
d8f45ab6ca
Document MultipartProperties
...
Closes gh-2779
2015-04-07 17:49:15 +01:00
Andy Wilkinson
fa4562f408
Polishing: spaces -> tabs
2015-04-07 17:48:40 +01:00
Andy Wilkinson
212520fa15
Add a property to disable auto-configuration of GzipFilter
...
Closes gh-2776
2015-04-07 11:24:24 +01:00
Stephane Nicoll
adaf175273
Clarified the naming scheme for starters
...
Initial update to the documentation to mention how a 3rd party starter
should be named. The current doc sends a completely inconsistent message
to what we actually intend.
See gh-2537
2015-04-03 10:24:11 +02:00
Spring Buildmaster
e03c11dda8
Next development version
2015-03-30 22:56:20 -07:00
Phillip Webb
495a79c324
Document logging properties with @PropertySource
...
Add a note to the logging documentation to point out a potential gotcha.
Fixes gh-2709
2015-03-30 16:59:33 -07:00
Phillip Webb
441beee2fa
Merge branch '1.1.x' into 1.2.x
2015-03-30 10:07:26 -07:00
Marcin Zajączkowski
cbf82c4793
Fix typo in gradle plugin documentation
...
(cherry-picked from commit 99f1c7b
)
2015-03-30 10:06:39 -07:00
Andy Wilkinson
0b61457d40
Merge branch '1.1.x' into 1.2.x
2015-03-30 13:31:51 +01:00
Andy Wilkinson
617b859842
Reinstate chapter titles in the PDF version of the reference guide
...
Closes gh-2723
2015-03-30 13:31:09 +01:00
Phillip Webb
90bff0b603
Fix outdated RandomAccessJarFile documentation
...
Fixes gh-2598
2015-03-24 18:24:27 -07:00
Phillip Webb
7c9ab5ced2
Minor documentation polish
2015-03-23 09:31:08 -07:00
Marcel Overdijk
c0c67f2593
Update doc
...
Add note about escaping Spring property placeholders when using Gradle
automatic expansion.
Closes gh-2695
2015-03-22 10:07:44 +01:00
Andy Wilkinson
0a38b9b3ab
Enable the configuration of arbitrary Elasticsearch client properties
...
Previously, only a handful of properties could be set when
auto-configuring an Elasticsearch client. This commit introduces support
for configuring arbitrary properties using the
spring.data.elasticsearch.properties prefix. For example,
client.transport.sniff can be configured using
spring.data.elasticsearch.properties.client.transport.sniff.
Closes gh-1838
2015-03-18 14:06:11 +00:00
Andy Wilkinson
89b4cac8b0
Allow Elasticsearch client-transport-sniff to be configured via the env
...
Previously, a TransportClient sniff property could not be configured
while using Spring Boot’s Elasticsearch auto-configuration. This commit
adds a new property, spring.data.elasticsearch.client-transport-sniff,
that can be used to configure the TransportClient while continuing to
use the auto-configuration support.
Closes gh-1838
2015-03-17 11:48:55 +00:00
Andy Wilkinson
b82e220008
Polish spring-boot-features
...
Wrap at 90 chars more consistently
2015-03-17 11:26:44 +00:00
izeye
a4be4670c3
Polish the documentation
...
Closes gh-2570
2015-03-17 11:00:31 +00:00
Phillip Webb
a717813c83
Update required Spring Framework version in docs
...
The actual required Spring Framework version is 4.1.5.
See gh-2575
2015-03-16 23:20:41 -07:00
Eric Dahl
018310e478
Fix broken link in docs
2015-03-10 08:21:21 +01:00
Phillip Webb
0174476ff1
Merge branch '1.1.x' into 1.2.x
2015-03-02 12:12:57 -08:00
Phillip Webb
50e1f80581
Remove .factorypath files
2015-03-02 12:12:06 -08:00
Phillip Webb
561ed99b5b
Merge branch '1.1.x' into 1.2.x
2015-03-02 12:09:24 -08:00
Spring Buildmaster
8f0ad02237
Next development version
2015-02-26 15:26:53 -08:00
Phillip Webb
8a49218e82
Fixup version numbers following release
2015-02-26 14:17:25 -08:00
Phillip Webb
8ecbef08a5
Update copyright year in docs
2015-02-26 14:05:45 -08:00
Spring Buildmaster
aea68f0c32
Next development version
2015-02-26 13:01:31 -08:00
Phillip Webb
ee1cab7f5b
Improve LevelRemappingAppender documentation
...
Fixes gh-2443
2015-02-25 14:07:14 -08:00
Phillip Webb
1231da1c2f
Add security.basic.authorize-mode property
...
Add a `security.basic.authorize-mode` property that can be used to
affect how basic security authorization is applied.
Fixes gh-2462
2015-02-25 12:36:55 -08:00
Phillip Webb
f7221be7c9
Rename spring.favicon.enabled property
...
Rename `spring.favicon.enabled` to `spring.mvc.favicon.enabled`.
See gh-2377
2015-02-25 11:36:28 -08:00
izeye
1493da1e03
Improve documentation
...
Closes gh-2553
2015-02-25 11:32:58 -08:00
Phillip Webb
4895b15bec
Add mustache to the documented starters
...
Closes gh-2242
2015-02-24 21:46:20 -08:00