Andy Wilkinson
8150cbd0d1
Remove commentary on Neo4j's licence
...
Closes gh-7214
10 years ago
Vedran Pavic
469a4e3444
Improve systemd service documentation
...
Closes gh-6954
10 years ago
Ken Dombeck
4621f82b0e
Correct typo in docs
...
Closes gh-7203
10 years ago
Andy Wilkinson
999fa123df
Deprecate support for Gradle 2.7 and earlier
10 years ago
Andy Wilkinson
639b0f554d
Suggest the use of @AutoConfigureMockMvc when using WebEnvironment.MOCK
...
Closes gh-7112
10 years ago
Andy Wilkinson
6ac041c43b
Update Thymeleaf 3 related versions in docs and sample
...
See gh-6991
Closes gh-7183
10 years ago
Raja Dilip Kolli
4b1ddddea3
Update docs on using Thmyeleaf 3 to reference latest version
...
Closes gh-7183
10 years ago
Stephane Nicoll
6186262ecc
Switch `excludeDevtools` to true by default
...
Switch the default value of `excludeDevtools` from `false` to `true` as
it is more sensible to exclude such dependency by default.
Closes gh-7170
10 years ago
Stephane Nicoll
00a10bcf61
Restore checkstyle
...
Rather than disabling checkstyle altogether, this commit enables it
again, relaxing the javadoc requirement only.
See gh-7142
10 years ago
Stephane Nicoll
11cad9e0cb
Fix sample in ref doc
...
Closes gh-7142
10 years ago
Stephane Nicoll
bd2956c3f0
Fix `metricsFilter` reference in doc
...
Closes gh-7147
10 years ago
Stephane Nicoll
cfee9bab81
Deprecate remote shell support
...
Closes gh-7044
10 years ago
Stephane Nicoll
6fb53f90e5
Polish contribution
...
Closes gh-6666
10 years ago
Michael J. Simons
e87cf937e1
Add missing parentheses
...
Closes gh-7137
10 years ago
Stephane Nicoll
98f14f2ee9
Polish documentation
...
Closes gh-2642
10 years ago
Stephane Nicoll
ab2a2579c8
Polish contribution
...
Closes gh-6571
10 years ago
Stephane Nicoll
9861cb7e9c
Expand the note regarding LiveReload
...
See gh-7080
10 years ago
Aurélien Leboulanger
2c64661b58
Fix typo
...
Closes gh-7127
10 years ago
Stephane Nicoll
ed333a67b4
Expose Spring Data Rest RepositoryDetectionStrategy
...
Closes gh-7113
10 years ago
Stephane Nicoll
03961e6692
Polish contribution
...
Closes gh-7004
10 years ago
Stephane Nicoll
0f97ccf2fa
Clarify dependency override instructions for Thymeleaf 3
...
Closes gh-7097
10 years ago
Andy Wilkinson
ad3e5c04bb
Add a second, portal-compatible ID to the Gradle plugin
...
To be compatible with Gradle's plugin portal, plugins must have an
ID that uses a reverse domain name. This means that spring-boot is
not compatible.
This commit introduces a new ID, org.springframework.boot, and
deprecates the old ID.
Closes gh-6997
10 years ago
Stephane Nicoll
cf28663cd7
Deprecate commons-dbcp 1
...
Closes gh-6787
10 years ago
Stephane Nicoll
07690bab25
Allow customization of the auto-configured JmsTemplate
...
Closes gh-6825
10 years ago
Stephane Nicoll
7019894f0e
Clarify the role of spring-boot-starter-cache
...
The cache abstraction is a core feature of the Spring Framework. Basic
features such as `@EnableCaching` are therefore available by default with
no extra dependencies necessary.
However, the actual cache adapters for JCache, Ehcache 2.x, Caffeine and
Guava are located in a separated module, `spring-context-support`. Spring
Boot provides that artifact via the `spring-boot-starter-cache` starter.
It is quite easy to "only" add the cache library dependencies and forget
about this extra dependencies since `@EnableCaching` is available by
default. This commit clarifies the role of the starer in each section so
that it is more obvious. We're already explaining this at the beginning
of the section but it seems that's not enough.
Closes gh-7071
10 years ago
Dan Stine
0926b66123
Fix a typo
...
Closes gh-7085
10 years ago
Stephane Nicoll
9f7e97b23f
Improve war to executable app documentation
...
Closes gh-7040
10 years ago
Stephane Nicoll
8ad477537e
Fail fast if both uri and client attributes are set
...
Previously, an URI and individual client attributes can be set to
configure the mongo client. In such a scenario, the URI is ignored.
This commit changes the URI to be "null" and the creation of the client
to fail if both the uri and client attributes are set. If no client
attributes are set, the uri is used as before.
Closes gh-6739
10 years ago
Johnny Lim
503d735fdd
Polish
...
Closes gh-7081
10 years ago
Michael Stummvoll
914becac0e
Fix thymeleaf-layout-dialect.version in doc
...
Version 2.0.0 had serval bugs which broke compatibility to older
templates, so the guide should refer the fixed version instead.
Closes gh-6991
10 years ago
Andy Wilkinson
2a035d0748
Remove support for Velocity following its deprecation in 1.4
...
Closes gh-6971
10 years ago
Andy Wilkinson
464915d2cc
Remove support for HornetQ following its deprecation in 1.4
...
See gh-6971
10 years ago
Stephane Nicoll
a2794d75c3
Clarify couchbase cache requirements
...
Closes gh-6998
10 years ago
Stephane Nicoll
542e935bb6
Fix typo
...
Closes gh-7026
10 years ago
Stephane Nicoll
f1fddd243b
Document spring.http.encoding.mapping
...
Closes gh-7017
10 years ago
Stephane Nicoll
bd7c20eb1c
Deprecate Guava support
10 years ago
Stephane Nicoll
ce1e41dce3
Remove deprecated code
...
This code removes code deprecated in 1.4 with the exception of code that
requires an update to Spring Framework 5.
Closes gh-6971
10 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
10 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
10 years ago
Andy Wilkinson
be33827f49
Simplify property validation sample and document need for static bean method
...
Closes gh-6627
10 years ago
Spring Buildmaster
5f959b074f
Next Development Version
10 years ago
Andy Wilkinson
6565ff616a
Clarify documentation on using a Spring Boot app as a dependency
...
Closes gh-6812
10 years ago
Johnny Lim
a994b11a73
Polish
10 years ago
Phillip Webb
7ec14774a8
Polish
10 years ago
Stephane Nicoll
04b261984e
Polish
10 years ago
Mike Gehard
3d8b51d2e4
Link to Spring Security OAuth2 reference docs
...
Update documentation to include a link to Spring Security OAuth2's
reference documentation.
Closes gh-6909
10 years ago
Stephane Nicoll
6ec1ac0aa0
Fix doc syntax
...
See gh-6593
10 years ago
Phillip Webb
0eab3e0c5a
Drop printed link to reference documentation
...
Tweak the fix from 50c68a49 to no longer print a link the reference
documentation.
See gh-6593
10 years ago
Phillip Webb
b97e0bd471
Allow HttpPutFormContentFilter to be disabled
...
Add `spring.mvc.formcontent.putfilter.enabled` property to allow the
HttpPutFormContentFilter to be disabled.
Fixes gh-6519
10 years ago
Stephane Nicoll
c2cdc1424b
Polish documentation
...
Add an explicit note that states that "spring.datasource.url" (or more
specifically "spring.datasource.class-name" that is inferred from the
former) is necessary to connect to a database. If the class-name isn't
specified, Spring Boot will attempt to auto-configure an embedded
database.
Closes gh-6907
10 years ago