Stephane Nicoll
3562026e9a
Polish contribution
...
Closes gh-4574
2016-01-26 15:18:32 +01:00
Stephane Nicoll
1a4ee0d207
Apply default filtering to profile-specific files
...
Upgrade the `spring-boot-starter-parent` to also filter profile-specific
configuration files.
Closes gh-4856
2016-01-26 10:53:07 +01:00
Stephane Nicoll
e293008c3f
Rename redis starter to spring-boot-starter-data-redis
...
Closes gh-1033
2016-01-26 08:31:34 +01:00
Stephane Nicoll
bead239448
Remove support for Log4j
...
Apache Log4j 1.x is EOL and has now been replaced by log4j 2. This commit
removes the deprecated support for Log4j 1.x
See gh-4905
2016-01-25 14:06:06 +01:00
Phillip Webb
fbaf209240
Move master to 1.4.0.BUILD-SNAPSHOT
2016-01-24 10:45:24 -08:00
Johnny Lim
9a31e02806
Polish
...
Closes gh-5013
2016-01-24 19:13:01 +01:00
Spring Buildmaster
504d3e97ba
Next development version
2016-01-21 18:41:30 -08:00
Andy Wilkinson
36133d93fe
Fix incorrect header depth in the documentation
2016-01-21 15:02:32 +00:00
Andy Wilkinson
854cacdb4f
Fix useStartStopDaemon in launch script and allow config via conf file
...
Commit 5a1ee6eb added support for disabling use of start-stop-daemon
via a placeholder in the default launch script. Unfortunately, that
placeholder was subsequently broken in 81a47639.
This commit reinstates the placeholder and adds tests to verify that all
of the placeholders in the launch script can be replaced and that they
have the required default values. Furthermore, it also allows the use of
start-stop-daemon to be configured via USE_START_STOP_DAEMON in an
app’s .conf file. This allows the configuration to be changed after the
app has been built.
Closes gh-4985
2016-01-21 14:58:51 +00:00
Stephane Nicoll
ea5195c8a6
Better document how DataSource is bound to the env
...
Closes gh-4971
2016-01-21 11:13:12 +01:00
Robert Kapala
9de13446c4
Update inconsistent documentation
...
Closes gh-4987
2016-01-21 10:32:16 +01:00
Andy Wilkinson
5e5542f09c
Describe the ordering of spring.config.location in the documentation
...
Closes gh-4964
2016-01-20 12:13:57 +00:00
Brian Kelly
0f2c25c4b8
Clarify location for Flyway callback scripts
...
Closes gh-4947
2016-01-15 18:02:57 +00:00
Andy Wilkinson
d1b3522227
Provide some guidlines on securing an app that's symlinked into init.d
...
Closes gh-4935
2016-01-15 15:36:42 +00:00
Andy Wilkinson
97c5a1b3aa
Merge branch '1.2.x'
2016-01-15 12:51:31 +00:00
Andy Wilkinson
2f2bba4d26
Fix docs for using YAML to configure Log4J 2
...
Previously, the documentation stated that jackson-dataformat-yaml was
the only required dependency. This is incorrect. jackson-databind is
also required.
Closes gh-4924
2016-01-15 12:51:19 +00:00
Stephane Nicoll
6b4e4e652a
Clarify annotation processor config with AspectJ
...
Closes gh-4847
2016-01-12 15:55:39 +01:00
Andy Wilkinson
6117b6c5c8
Consistent use of tabs for indentation in pom files
2016-01-12 10:16:40 +00:00
Andy Wilkinson
e4e9a71753
Merge branch '1.2.x'
2016-01-12 10:13:12 +00:00
Andy Wilkinson
8410e545b5
Upgrade copyright headers for 2016
2016-01-12 10:12:49 +00:00
Stephane Nicoll
d8384c52df
Add a reference to start.spring.io
2016-01-11 17:46:46 +01:00
Kazuki Shimizu
908c9562e5
Fix invalid port number in doc
...
Closes gh-4867
2016-01-03 13:43:46 +01:00
Stephane Nicoll
a87a1f053f
Polish documentation
...
Clarify that "spring.config.*" properties doesn't work in configuration
files.
Closes gh-4838
2015-12-25 08:21:09 +01:00
Spring Buildmaster
8db59059a5
Next Development Version
2015-12-18 05:43:02 -08:00
Stephane Nicoll
bb736e255b
Fix SNAPSHOT version
2015-12-17 14:15:14 +01:00
Phillip Webb
506ee897f3
Document how to configure root logging level
...
Fixes gh-2872
2015-12-17 10:55:46 +00:00
Phillip Webb
91c801d6fe
Add how-to log to file without console section
...
Fixes gh-4388
2015-12-16 22:25:13 +00:00
Phillip Webb
528fcf3d0b
Refine server.server-header documentation
...
Fixes gh-4461
2015-12-16 22:25:12 +00:00
Phillip Webb
5e84bfd91b
Merge branch '1.2.x'
2015-12-16 18:45:42 +00:00
Phillip Webb
ce2a68276c
Add ServletContext initialization documentation
...
Update the documentation to include a section about ServletContext
initialization with embedded servlet containers. This update is to
primarily highlight that `WebApplicationInitializers` and Servlet 3.0+
`ServletContainerInitializers` are not called.
Fixes gh-4643
2015-12-16 18:41:46 +00:00
Andy Wilkinson
860a9b94ea
Add the docs endpoint to the table of Actuator endpoints
...
Closes gh-4597
2015-12-16 10:42:55 +00:00
Phillip Webb
5a1ee6ebe8
Allow easy opt-out of using start-stop-daemon
...
Allow users to easily opt-opt of using the start-stop-daemon in the
launch script. This may be required on distros that include older
versions.
Fixes gh-4732
2015-12-15 20:37:43 +00:00
Andy Wilkinson
08720b4612
Document need to avoid Logback placeholder format in logging properties
...
Closes gh-4731
2015-12-15 14:28:44 +00:00
Stephane Nicoll
35388b6d95
Clarify usage of Devtools with build plugins
...
Closes gh-4756
2015-12-14 15:16:30 +01:00
Eddú Meléndez
1b81d9f0b5
Add support for server.server-header property
...
Add a `server.server-header` property which can be used to override the
`server` header usually sent back automatically by Tomcat/Jetty or
Undertow.
See https://www.owasp.org/index.php/Securing_tomcat for background.
Fixes gh-4461
Closes gh-4504
2015-12-12 21:24:29 +00:00
Johnny Lim
4fbc6d810a
Polish docs
...
Closes gh-4768
2015-12-12 18:55:34 +01:00
Phillip Webb
0489a3b4de
Polish
2015-12-10 19:43:29 +00:00
Stephane Nicoll
59cb5cf8d9
Merge branch '1.2.x'
...
# Conflicts:
# spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json
# spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
2015-12-10 15:40:44 +01:00
Stephane Nicoll
ce2346b087
Reintroduce endpoints.metrics.filter.enabled
...
Commit 8c14009 removed the endpoints.metrics.filter.enabled property so
that endpoints.metrics.enabled is used for both disabling the endpoint
and the servlet filter that records interactions.
This was an unfortunate decision as it was no longer possible to only
disable the servlet filter. The endpoints.metrics.filter.enabled property
has therefore been restored.
Closes gh-4365
2015-12-10 15:37:10 +01:00
Stephane Nicoll
cbfdfb463e
Fix indent
...
See gh-4712
2015-12-09 11:40:14 +01:00
Stephane Nicoll
d4545b4d7f
Add reference to nonheap metrics
...
See gh-4712
2015-12-09 11:39:10 +01:00
Stephane Nicoll
2d003a698f
Revert 5464c65
...
See gh-4709
2015-12-09 10:59:27 +01:00
Stephane Nicoll
5464c65ca8
Polish contribution
...
Use the same value as we do.
2015-12-09 09:57:04 +01:00
Johnny Lim
12a921c200
Polish docs
...
Closes gh-4709
2015-12-09 09:49:42 +01:00
Johnny Lim
ec7fed1ecc
Polish
...
Closes gh-4677
2015-12-07 20:46:36 +01:00
Andy Wilkinson
dc9405676a
Reword the description of how to trigger a restart
...
See gh-4679
2015-12-07 09:27:37 +00:00
Andy Wilkinson
7d2ea8fb75
Document project names that are excluded from triggering a restart
...
Closes gh-4673
2015-12-04 14:34:20 +00:00
Andy Wilkinson
4581853bcc
Clarify documentation on how to trigger a restart with Dev Tools
...
Closes gh-4679
2015-12-04 14:26:56 +00:00
cornelcreanga@yahoo.com
1e9d4a22c2
Document how to use Actuator with Jersey
...
Closes gh-4577
2015-12-03 11:33:43 +00:00
Yunkun Huang
3f9a2aa145
Document randomPort attribute on WebIntegrationTest
...
Closes gh-4548
2015-12-03 11:17:31 +00:00