Stephane Nicoll
930a0ef748
Polish Spring Batch how-to guides
...
See gh-19211
2019-12-23 15:35:59 +01:00
Stephane Nicoll
5f987a67f8
Polish "Improve Spring Batch coverage in reference documentation"
...
See gh-19211
2019-12-23 10:03:34 +01:00
Jay Bryant
6bd9b2ebc6
Improve Spring Batch coverage in reference documentation
...
See gh-19211
2019-12-23 09:27:22 +01:00
Johnny Lim
0bf359f4a2
Polish
...
See gh-19409
2019-12-21 16:36:06 +01:00
Brian Clozel
979437398c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19403
2019-12-19 15:23:19 +01:00
Brian Clozel
3e48e36e47
Improve docs on running apps behind proxies
...
Fixes gh-15046
2019-12-19 15:16:13 +01:00
Andy Wilkinson
264d4f54ec
Merge branch '2.1.x' into 2.2.x
2019-12-05 11:34:36 +00:00
Andy Wilkinson
38340522de
Fix Asciidoc syntax
2019-12-05 11:33:58 +00:00
Andy Wilkinson
a2451a4f29
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19152
2019-12-05 10:06:32 +00:00
Andy Wilkinson
b46bb726ca
Clarify limitations of @PropertySource
...
Closes gh-18900
2019-12-05 10:05:50 +00:00
Madhura Bhave
5b461843db
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19209
2019-12-02 10:36:22 -08:00
Madhura Bhave
fcc790aa15
Document how properties are applied in JPA auto-config
...
Closes gh-15361
2019-12-02 10:34:54 -08:00
Madhura Bhave
c10c9934dd
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19152
2019-11-26 17:36:48 -08:00
Madhura Bhave
53da8da50a
Clarify contradictory advice on the use of `@PropertySource`
...
In general we do not recommend using @PropertySource due to them being
added to the environment too late for auto-configuration to use them. This
commit updates the documentation to mention them in the list of external
sources along with a note.
Closes gh-18900
2019-11-26 17:35:44 -08:00
Andy Wilkinson
d8545bdead
Merge branch '2.1.x'
...
Closes gh-18887
2019-11-05 14:23:11 +00:00
Andy Wilkinson
8b62f448ba
Improve documentation on using Jersey alongside Spring MVC
...
Previously, the documentation did not provide any guidance on using
Jersey alongside Spring MVC or any other web framework.
This improves the documentation in two ways:
1. It notes that, in the presence of both Jersey and Spring MVC, the
Actuator will prefer Spring MVC for exposing HTTP endpoints.
2. It adds a how-to describing how to configure Jersey to forward
requests for which it has no handler on to the rest of the filter
chain. When Spring MVC is the other framework, this allows them to
be handled by its dispatcher servlet.
Closes gh-17523
2019-11-05 14:21:34 +00:00
Johnny Lim
701bd0dd46
Polish
...
See gh-18490
2019-10-02 22:15:05 -07:00
Andy Wilkinson
a6f1619971
Use Asciidoctor extension to verify documented configuration properties
...
Closes gh-18451
2019-10-01 10:39:06 +01:00
Stephane Nicoll
1066b97113
Merge branch '2.1.x'
...
Closes gh-18437
2019-09-29 16:22:58 +02:00
dreis2211
208fb8f1ef
Add Mustache to 'Customize ViewResolvers' docs section
...
See gh-18378
2019-09-29 16:21:49 +02:00
Andy Wilkinson
4ab53dc8ce
Fix broken and redirected links in the reference documentation
...
Fixes gh-18332
2019-09-24 15:19:04 +01:00
Madhura Bhave
d092df43b7
Merge branch '2.1.x'
...
Closes gh-18296
2019-09-20 14:41:55 -07:00
Madhura Bhave
3c4449bf0e
Polish "Fix typo in logback example"
...
See gh-18295
2019-09-20 14:38:57 -07:00
Harald Brabenetz
0091c04720
Fix typo in logback example
...
See gh-18295
2019-09-20 14:36:01 -07:00
Johnny Lim
b70be97cbf
Polish
...
See gh-18281
2019-09-19 09:03:38 +02:00
Andy Wilkinson
d5adbbb626
Split appendices into multiple pages and include a ToC in each
...
Closes gh-16289
2019-09-17 09:44:40 +01:00
Eddú Meléndez
4a3810a0f1
Add ROLLING_FILE_NAME_PATTERN for File Appender
...
This new property allows to customize `fileNamePattern` if it is set.
Otherwise, a default pattern remains. Also, new property is supported
`logging.pattern.rolling-file-name`.
See gh-18151
2019-09-16 09:15:59 +02:00
Andy Wilkinson
0074a7c662
Merge branch '2.1.x'
2019-09-09 14:03:55 +01:00
Andy Wilkinson
4f21b51a2b
Polish one sentence per line in the reference docs
2019-09-09 14:00:12 +01:00
Andy Wilkinson
715e90437f
Merge branch '2.1.x'
2019-09-06 12:47:06 +01:00
Andy Wilkinson
8882c532cd
Correct attribute references in reference documentation
...
Fixes gh-18163
2019-09-06 12:45:35 +01:00
Andy Wilkinson
8190b8eafb
Merge branch '2.1.x'
...
Closes gh-18125
2019-09-04 09:54:26 +01:00
Andy Wilkinson
7f62c5a283
Provide a How-To for customizing Reactor Netty's TcpClient
...
Closes gh-17856
2019-09-04 09:49:56 +01:00
Phillip Webb
b43edf5493
Merge branch '2.1.x'
...
Closes gh-18118
2019-09-03 18:20:24 -07:00
Phillip Webb
158e25c00f
Extend documentation on logback include files
...
Expand the Logback "How To" to provide further clarifications on
the different include files available.
See gh-16901
2019-09-03 18:18:09 -07:00
michal
1f97a60d16
Clarify documentation on logback include files
...
Update documentation and comments on Logback to show the correct
use of `default.xml` rather than `base.xml`.
See gh-16901
2019-09-03 18:15:59 -07:00
Phillip Webb
71b99e5c83
Merge branch '2.1.x'
...
Closes gh-18026
2019-08-30 21:57:21 -07:00
Phillip Webb
6ca92418b5
Document need to exactly JPA property names
...
Closes gh-17975
2019-08-30 21:56:18 -07:00
Phillip Webb
51e71f7ff1
Merge branch '2.1.x'
...
Closes gh-18024
2019-08-30 21:25:31 -07:00
Phillip Webb
368eb566fb
Use versioned links in documentation
...
Update the reference documentation to use versioned links rather then
`/current/` whenever possible.
Closes gh-18000
2019-08-30 21:19:33 -07:00
Phillip Webb
f69b2669b3
Merge branch '2.1.x'
2019-08-30 19:16:19 -07:00
Phillip Webb
348d65b4fe
Polish documentation
2019-08-30 19:13:12 -07:00
Phillip Webb
dc870044c6
Merge branch '2.1.x'
2019-08-30 19:12:43 -07:00
Phillip Webb
7f9d143e01
Polish documentation
...
Update reference documentation source to use consistent attribute names
and fix a few formatting issues.
2019-08-30 17:11:14 -07:00
Andy Wilkinson
e2edb6a539
Polish "Auto-configure Flyway with JavaMigration beans"
...
See gh-17993
2019-08-30 09:26:56 +01:00
Phillip Webb
ca53780c43
Merge branch '2.1.x'
...
Closes gh-18007
2019-08-29 18:05:31 -07:00
Phillip Webb
64d4bf823a
Reformat documentation to one sentence per line
...
Update reference documentation to use one sentence per line formatting
as recommended by the Asciidoctor team.
Closes gh-12445
2019-08-29 14:58:48 -07:00
Stephane Nicoll
e92a530640
Merge branch '2.1.x'
...
Closes gh-17972
2019-08-27 11:07:45 +02:00
leoli
34d28f48ca
Fix Undertow access log dir property name in doc
...
See gh-17968
2019-08-27 11:06:16 +02:00
Andy Wilkinson
072453bf58
Polish "Add support for configuring a Batch-specific DataSource"
...
See gh-17375
2019-07-08 13:16:47 +01:00