Stephane Nicoll
cb98ee25ff
Polish
...
See gh-2900
2015-06-17 09:27:44 +02:00
Sebastien Deleuze
78a7b6ed66
Add async request timeout property
...
Add a new `spring.mvc.async.request-timeout` property which can be used
to configure AsyncSupportConfigurer.setDefaultTimeout(..).
Fixes gh-2900
Closes gh-3236
2015-06-16 21:00:43 -07:00
Phillip Webb
d87f2713af
Merge branch '1.2.x'
2015-06-15 11:38:24 -07: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
eab599bd38
Merge branch '1.2.x'
2015-06-15 14:25:41 +01:00
Andy Wilkinson
0253f21f2f
Update the link to Bitronix's documentation
...
Closes gh-3207
2015-06-15 14:25:24 +01:00
Stephane Nicoll
ac14072dba
Fix typo in documentation
...
See gh-3232
2015-06-15 11:29:38 +02:00
Eddú Meléndez
0682660387
Add documentation for serialization-inclusion
...
Document `spring.jackson.serialization-inclusion`.
Closes gh-3224
2015-06-15 08:53:26 +02:00
Stephane Nicoll
bb4c89592d
Merge branch '1.2.x'
2015-06-14 09:36:25 +02:00
Stephane Nicoll
01ba732a73
Consistent use of "=" for property key
...
Closes gh-3218
2015-06-14 09:36:10 +02:00
izeye
952f34b828
Fix mbean server property
...
`spring.jmx.server` was incorrectlyt documented as
`spring.jmx.mbean-server` in the documentation.
Closes gh-3211
2015-06-13 18:20:13 +02:00
Stephane Nicoll
b384f0360c
Use proper product name for Intellij IDEA
2015-06-12 17:08:50 +02:00
Phillip Webb
24fc94461b
Polish
2015-06-11 10:44:52 -07:00
Stephane Nicoll
34e4163ebc
Improve configuration keys documentation
2015-06-11 11:17:36 +02:00
Stephane Nicoll
982b74a9b0
Fix property duplication
2015-06-11 10:32:06 +02:00
Stephane Nicoll
fcb45a4bb7
Polish devtools documentation
...
See gh-3088
2015-06-11 09:33:09 +02:00
Phillip Webb
e687c9456f
Fix documentation bookmarks
2015-06-10 23:32:30 -07:00
Phillip Webb
992a56957f
Document spring-boot-devtools module
...
Fixes gh-3088
2015-06-10 22:06:19 -07:00
Phillip Webb
ad7ed1dbae
Formatting
2015-06-10 11:26:39 -07:00
Stephane Nicoll
c1dea3797a
Add documentation for SpringApplicationAdminMXBean
...
Closes gh-3179
2015-06-10 13:46:37 +02:00
Stephane Nicoll
8c8fce5b0f
Merge branch '1.2.x'
...
Conflicts:
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
2015-06-08 15:18:45 +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
Stephane Nicoll
20cd6c4b6a
Merge branch '1.2.x'
2015-06-07 10:29:27 +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
John Tims
07a688968d
Fix typo
...
Closes gh-3140
2015-06-06 13:36:15 +02:00
Stephane Nicoll
432c00e857
Polish redis connection timeout support
...
Closes gh-3142
2015-06-06 13:35:31 +02:00
Phillip Webb
98b6fafe92
Fix broken docbook
2015-06-05 16:31:41 -07:00
Phillip Webb
c7677d10ca
Polish documentation
2015-06-05 15:58:14 -07:00
izeye
9bac5b6455
Remove invalid parts of docs after refactoring
2015-06-05 17:02:12 +02:00
Dave Syer
cc169c5009
Change the way the AggregateMetricReader works to make it easier
...
for users to get started. It also makes it more flexible if different
aggregation keys are needed depending on the environment. The most
important new feature is the
spring.metrics.export.redis.aggregateKeyPattern configuration, which
fits the *.redis.key and prefix defaults. The aggregate reader uses
a prefix based on the key by default, with a naming convention that
the key starts with "keys.".
2015-06-05 11:54:06 +01:00
Phillip Webb
316b07d3b9
Change the embedded script default to disabled
...
Update the Maven and Gradle repackage tasks so that the embedded
startup script is no longer included by default. This change is
primarily due to the `cf` command line not currently accepting
the unusual jar format.
Fixes gh-3045
2015-06-04 21:59:27 -07:00
Phillip Webb
683c19ee8b
Polish
2015-06-04 12:21:35 -07:00
ceilfors
5fb67af25f
Remove spock caveat that was fixed in 1.0
...
Closes gh-3072
2015-06-04 14:51:14 +02:00
Stephane Nicoll
f6115a0713
polish
...
Closes gh-3110
2015-06-04 14:49:49 +02:00
izeye
ee252a3285
Document spring.metrics.export.*
properties
...
See gh-3110
2015-06-04 14:49:32 +02:00
Phillip Webb
312471f996
Polish documentation
2015-06-04 01:09:59 -07:00
Spring Buildmaster
5d81c87b43
Next Development Version
2015-06-04 00:49:11 -07:00
Stephane Nicoll
fca192fa41
Add spring-boot-starter-cache
...
Closes gh-3098
2015-06-03 17:29:57 +02:00
Stephane Nicoll
328e07ebf3
polish mail jndi support
...
Closes gh-2419
2015-06-02 15:04:35 +02:00
Eddú Meléndez
28cb13c31d
Add mail jndi support
...
See gh-2419
2015-06-02 15:04:06 +02:00
Josh Thornhill
10f7031e46
Fix typo in documentation
...
Closes gh-3077
2015-06-02 11:50:49 +02:00
Stephane Nicoll
fbfdbce266
Add cache documentation
...
See gh-2633
2015-06-02 11:25:24 +02:00
Josh Thornhill
f721862d6f
Fix typo in documentation
...
Closes gh-3077
2015-06-02 09:34:54 +02:00
Stephane Nicoll
fc0eed97cf
Fix build
2015-06-01 13:25:53 +02:00
Dave Syer
8a83bd12bd
Refactor annotations for metric export
...
Users can add @ExportMetric[Reader,Writer] to readers and writers that
they want to participate in the default exporter. There is also still an
@ActuatorMetricWriter that is used for the legacy (non-Java8) Gauge and
CounterServices.
2015-05-31 12:51:07 +01:00
Dave Syer
80ff92919c
Add redis properties as convenience in spring.metrics.export
...
The redis export and aggregate use case is a lot nicer with this
shared data between the two component types.
Also made MetricExportProperties itself a Trigger (so the default
delay etc. can be configured via spring.metrics.export.*).
2015-05-31 12:18:43 +01:00
izeye
da8f3ec9b8
Add default value for endpoints.cors.max-age
...
Closes gh-3063
2015-05-29 09:45:18 +02:00
Stephane Nicoll
1457a55e41
Remove spring.cache.config property
...
Remove `spring.cache.config` as it is too generic and does not express
enough what is configured. This property is replaced by cache library
specific properties, that is `spring.cache.ehcache.config`,
`spring.cache.hazelcast.config`, `spring.cache.infinispan.config` and
`spring.cache.jcache.config`.
See gh-2633
2015-05-28 18:15:35 +02:00
Stephane Nicoll
fc067d1b75
Merge branch '1.2.x'
2015-05-28 15:30:27 +02:00