Phillip Webb
62a5ce52d0
Backport Jetty/Tomcat SSL support
...
Fixes gh-1570
Cherry-picked from 0960908 and 258c6f1
11 years ago
Andy Wilkinson
468b6cb1f7
Add support for configuring RemoteIpValve’s internalProxies
...
Closes gh-1522
11 years ago
Phillip Webb
5ba86a103d
Polish
11 years ago
Andy Wilkinson
2ba2cfe23d
Document build-time property expansion using Gradle
...
Closes gh-1540
11 years ago
Dave Syer
7828f2a5d3
Update docs on metrics names
11 years ago
John Tims
a4e08beebc
Add missing variable to the example in the Loading YAML section
...
Closes gh-1524
11 years ago
Christoph Frick
3b07e4e633
Fix typos in the documentation: though -> through
...
Closes gh-1510
11 years ago
Dave Syer
9a2f9825d1
Fix asciidoc syntax
11 years ago
Dave Syer
993c7691ec
Fix recommended authentication configuration to match samples
11 years ago
Spring Buildmaster
d63e4b4329
Next development version
11 years ago
Andy Wilkinson
990213b8b8
Correct reference to ConfigurableEmbeddedServletContainerFactory
...
Closes gh-1500
11 years ago
Phillip Webb
449752c9e2
Minor asciidoctor formatting
11 years ago
Stephane Nicoll
811f5ab80c
Clarify the use of spring.profiles
...
Fixes gh-1470
11 years ago
Andy Wilkinson
d0a85dd477
Add Elasticsearch starter to table of starters in the documentation
...
Fixes #1446
11 years ago
Dave Syer
00ef26599e
Add clarification of logging.file (fixes gh-1416)
11 years ago
Dave Syer
481cf775d8
Refer explicitly to double asterix in metrics docs
...
Fixes gh-1358
12 years ago
Dave Syer
0a3a00e9e5
Fix property keys in shell docs (consistent with appendix)
...
Fixes gh-1371
12 years ago
Spring Buildmaster
74d0c5185a
Next development version
12 years ago
Phillip Webb
d854c09d5a
Add option to disable `X-Application-Context`
...
Add `management.add-application-context-header` option to disable
the automatic adding of the `X-Application-Context` HTTP header.
Fixes gh-1308
12 years ago
Phillip Webb
f8bf0e2031
Polish
12 years ago
ddebree
5e02ee6974
Add java options for Heroku Procfile
...
Added $JAVA_OPTS variable to the sample Heroku Procfile.
If this is left out it can cause memory issues when the app starts.
Fixes gh-1266
12 years ago
Stephane Nicoll
16c2477da2
Documentation update
...
This commit fixes some inconsistent or outdated keys in the
documentation. More specifically:
* allowSessionOverride is no longer a template parameter
* templateEncoding has been renamed to charSet
* Groovy templates do not have the same configuration hierarchy, hence
they don't share all settings
* spring.data.elasticsearch.local does not seem to exist
* flyway prefix and suffix should be sqlMigrationPrefix and suffix
* spring.rabbitmq.virtualHost had a typo
* endpoints.error.path is not a valid property
* shell.command-path-patterns had a typo
* spring.datasource.max-wait had a typo
Fixes gh-1226
12 years ago
Dave Syer
a9b8563bb6
Fix typo (fixes gh-1273)
12 years ago
Andy Wilkinson
0a70bd44ed
Correct the default Logback config location in the documentation
...
Fixes #1247
12 years ago
Andy Wilkinson
672d713f99
Add dependency management for spock-spring and document its use
...
Closes #1234
12 years ago
Stephane Nicoll
f7a5ee3bcc
Remove duplicate key
12 years ago
Spring Buildmaster
40327e1ae6
Next development version
12 years ago
Phillip Webb
fd3e5eceeb
Polish
12 years ago
Phillip Webb
31014d86a4
Clarify resource filtering documentation
...
Fixes gh-1208
12 years ago
Andy Wilkinson
148e32d09a
Document need to use @ContextConfiguration with Spock
...
Closes #1167
12 years ago
Phillip Webb
60e60227ad
Polish doc formatting
12 years ago
Radesh Rao
ef89ad019d
Correct typo in section on using Maven without Boot as the parent
...
Closes #1188
12 years ago
Dave Syer
93c0f6fbc7
Fix typo in beans{} example
12 years ago
Dave Syer
fd757cb371
Add logging.level to application.properties
...
E.g.
logging.level.org.springframework: DEBUG
logging.level.org.hibernate: WARN
Fixed gh-788
12 years ago
Toshiaki Maki
9febd4a4cb
Support sqlScriptEncoding in schema.sql
...
Fixes gh-1165, fixes gh-1164
12 years ago
Iván López
009ae8822b
Fix typo in documentation
12 years ago
Spring Buildmaster
981669b7c0
Next development version
12 years ago
Phillip Webb
200cd535c2
Revert "Next development version"
...
This reverts commit 67189477fe .
12 years ago
Spring Buildmaster
67189477fe
Next development version
12 years ago
Spring Buildmaster
542f3cbda8
Next development version
12 years ago
Phillip Webb
f30b962ff9
Add support for unpacking nested JARs
...
Update the executable JAR code to automatically unpack any entries
which include an entry comment starting `UNPACK:` to the temp folder.
The existing Maven and Gradle plugins have been updated with new
configuration options and the `spring-boot-tools` project has been
updated to write the appropriate entry comment based on a flag passed
in via the `Library` class.
This support has been added to allow libraries such a JRuby (which
assumes that `jruby-complete.jar` is always accessible as file) to work
with Spring Boot executable jars.
Fixes gh-1070
12 years ago
Phillip Webb
5f8fbfd73a
Add Library abstraction
...
Add a Library class update the LibraryCallback interface and
implementations to use it. This change is in preparation for
an addition `unpack` flag that will be required to allow the
automatic unpacking of certain nested jars.
See gh-1070
12 years ago
Phillip Webb
c713c8091d
Polish
12 years ago
Dave Syer
0e5201abe2
Fix typos (see gh-1135)
12 years ago
Dave Syer
542896b28f
Support for non-executable JAR in addition to the repackaged one
...
Stretches the Gradle boot plugin a bit, so there's a sample build
in the "profile" sample. Howto docs give examples.
Fixes gh-1135
12 years ago
Tadaya Tsuyukubo
5fbe5d4120
Add how-to remote debug from Gradle
...
Add a section to the reference documentation "how-to" about remote
debugging a Gradle started app.
Fixes gh-1129
12 years ago
Phillip Webb
378d38e2e5
Polish doc formatting
12 years ago
Dave Syer
9d5c371cf1
Clarify Maven plugin usage
12 years ago
Dave Syer
c04deec6ee
Move JMS docs under 'Messaging'
12 years ago
Dave Syer
af825fa439
Clarify docs on Gradle configuration
12 years ago