Spring Buildmaster
ed1ce140c0
Next Development Version
8 years ago
Phillip Webb
2cf93f89f5
Polish
8 years ago
Stephane Nicoll
265a712294
Fix keys format for embedded mongodb support
...
Closes gh-8102
8 years ago
Stephane Nicoll
4efa4590f8
Review doc on advanced datasource customization
...
Closes gh-7652
8 years ago
Andy Wilkinson
0ce7c9516a
Document how to configure test- and profile-specific Flyway migrations
...
Closes gh-2753
8 years ago
Stephane Nicoll
2c5c539bf1
Document automatic scheduling of metrics export
...
Closes gh-8040
8 years ago
Michael J. Simons
a852c49edd
Fix closing parentheses
...
Closes gh-8030
8 years ago
Andy Wilkinson
a02c2d4155
Improve the documentation of Health.Status constants
...
Closes gh-7784
8 years ago
Andy Wilkinson
9695e0a9d1
Document breakpoint config for remote debug tunnel and IntelliJ IDEA
...
Closes gh-7732
See gh-5047
8 years ago
Andy Wilkinson
0463350d2e
Document that spring(Profile|Property) cannot be used with scan=true
...
Closes gh-5611
8 years ago
Vedran Pavic
a7fce6b048
Document use of `OpenEntityManagerInViewInterceptor`
...
Closes gh-7993
8 years ago
drumonii
bb5819b879
Fix configure a datasource reference doc link
...
Closes gh-7911
8 years ago
Michael J. Simons
3c291150d6
Update springloaded version to 1.2.6.RELEASE in Maven-related docs
...
Closes gh-7937
8 years ago
Michael J. Simons
ddca9a1687
Update springloaded version to 1.2.6.RELEASE in Gradle-related docs
...
Closes gh-7937
8 years ago
Stephane Nicoll
b9eda3f26b
Document favicon support
...
Closes gh-7903
8 years ago
Stephane Nicoll
3389af2c2f
Fix build failure (II)
8 years ago
Stephane Nicoll
6ecb525a57
Fix build failure
8 years ago
Stephane Nicoll
a862b6dc79
Polish documentation
...
Closes gh-7771
8 years ago
arthur-noseda
b31cd64524
Fix typo in "you IDE"
...
Change "you IDE" to "your IDE".
Closes gh-7769
8 years ago
arthur-noseda
8771d9e700
Changed "right the way" to "right away"
...
Closes gh-7765
8 years ago
Shubham Aggarwal
e7f13b446a
Minor fix in description
...
Closes gh-7755
8 years ago
Spring Buildmaster
9057f9ae1f
Next development version
8 years ago
Phillip Webb
bd74c3d327
Polish formatting
8 years ago
Phillip Webb
e578ace7d7
Polish doc formatting
8 years ago
Stephane Nicoll
3237e4ab3e
Add link between reference and how-to
...
See gh-7652
8 years ago
Stephane Nicoll
69dce2881b
Remove outdated (and duplicated) section
...
Closes gh-7667
8 years ago
Brian Clozel
37605e3576
Document devtools influence on HTTP cache headers
...
This commits documents the fact that, amongst its property defaults,
devtools is disabling the HTTP cache headers when serving static
resources with Spring MVC.
Fixes gh-7516
8 years ago
Stephane Nicoll
c8bdf74327
Expand ConfigurationProperties doc
...
Closes gh-7620
8 years ago
Johannes Harth
9746c63209
Update production-ready-features.adoc
...
Replace line break with missing line fold "\\\n" to continue the property
value.
Closes gh-7596
8 years ago
Andy Wilkinson
d9bd211062
Link to correct branch on GitHub from snapshot documentation
...
Closes gh-7548
8 years ago
Andy Wilkinson
b798b5a40b
Update docs to reflect Gradle plugin being available in the Plugin Portal
...
Closes gh-1567
8 years ago
Andy Wilkinson
36981259a5
Document that CRaSH commands written in Java are not supported
...
Closes gh-7471
8 years ago
Andy Wilkinson
491bd745de
Document Jersey's package scanning limitations
...
Closes gh-7496
8 years ago
Stephane Nicoll
0359b2f6f5
Document how to disable JMS transacted session
...
Closes gh-7463
8 years ago
Phillip Webb
74670cb20f
Allow WebDriver beans to define their own scope
...
Update `WebDriverScope` so that only `WebDriver` beans with no explicit
scope are moved.
Fixes gh-7454
8 years ago
Stephane Nicoll
0072a93915
Expose Tomcat's accesslog requestAttributesEnabled
...
This commit adds an extra property to the `server.tomcat.accesslog` to
control the `reqestAttributesEnabled` flag. This flag sets request
attributes for IP address, Hostname, protocol and port used for the
request.
Closes gh-7367
8 years ago
Emanuel Rabina
6b681ddfab
Upgrade Thymeleaf 3 layout dialect in doc
...
Closes gh-7370
8 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
8 years ago
Johnny Lim
ec9f0ab6b4
Polish
...
Closes gh-7322
8 years ago
Stephane Nicoll
8350238b8c
Polish doc
...
See gh-5137
8 years ago
Andy Wilkinson
6828997651
Correct minimum recommended version of Gradle to be 2.9 rather than 2.8
...
Closes gh-7189
See gh-6884
8 years ago
Andy Wilkinson
307fd94b4f
Correct typo in the documentation for RestTemplateBuilder customization
...
See gh-7054
8 years ago
Andy Wilkinson
be78dc4b99
Flesh out the documentation on RestTemplateBuilder customization
...
Closes gh-7054
8 years ago
Stephane Nicoll
6d50e26b70
Polish contribution
...
Closes gh-7215
8 years ago
Johnny Lim
1546cd4072
Update documentation on Actuator hypermedia support
...
Spring Boot Actuator hypermedia support has been disabled by default via
c7c685f
, but its documentation wasn't updated.
This commit updates the documentation related to the change.
See gh-7215
8 years ago
Stephane Nicoll
7f8849c62b
Merge branch '1.3.x' into 1.4.x
8 years ago
Stephane Nicoll
5863e6f78c
Fix class name in generated meta-data
...
Previously, the algorithm that computes the String representation of a
class reference and a property type was shared. This lead to generic
information for group's `type` and `sourceType` property.
This commit separates that logic in two: `getQualifiedName` is now
responsible to generate a fully qualified class name while the existing
`getType` is solely responsible to generate a type representation for the
property. Only the latter has generic information.
Closes gh-7236
8 years ago
Andy Wilkinson
ee7141cf63
Allow PropertyLauncher loader.path to be configured using manifest
...
Closes gh-7178
8 years ago
Andy Wilkinson
8150cbd0d1
Remove commentary on Neo4j's licence
...
Closes gh-7214
8 years ago
Vedran Pavic
469a4e3444
Improve systemd service documentation
...
Closes gh-6954
8 years ago