Madhura Bhave
af6d538781
Add support for initializing nested object when nothing bound
...
When using constructor binding, if no properties are bound to
a nested property, the top-level instance will be created with a
null value for the nested property.
This commit introduces support for an empty `@DefaultValue` which
indicates that an instance of the nested property must be created
even if nothing is bound to it. It honors any `@DefaultValue`
annotations that the nested property might have in its constructor.
Closes gh-18917
2020-04-20 15:39:55 -07:00
Phillip Webb
d27e437ddc
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21027
2020-04-19 18:55:15 -07:00
Phillip Webb
f0ec571b2e
Document relaxed binding from the environment
...
Update the reference documentation with more details about how relaxed
binding works against environment variables.
Closes gh-18215
2020-04-19 18:51:07 -07:00
Phillip Webb
55f0af7f0f
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21025
2020-04-19 17:48:32 -07:00
Phillip Webb
359b508077
Document devtool property file profile restrictions
...
Closes gh-19972
2020-04-19 17:46:24 -07:00
Madhura Bhave
947594addd
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20963
2020-04-14 16:54:54 -07:00
Madhura Bhave
c98fe51914
Make it more obvious that Jolokia does not work with a WebFlux app
...
Closes gh-20623
2020-04-14 16:45:31 -07:00
A Vaz
267f6481f8
Fix typo
...
See gh-20907
2020-04-10 11:36:46 +02:00
Andy Wilkinson
7e1807c01b
Polish "Update endpoint enablement description to describe availability"
...
See gh-20799
2020-04-09 12:41:16 +01:00
Eric Opoku
399c85a5ef
Update endpoint enablement description to describe availability
...
See gh-20799
2020-04-09 12:41:05 +01:00
Andy Wilkinson
6d7c3da1cf
Polish "Make it clear to which type the DataSource properties are bound"
...
See gh-20727
2020-03-31 12:56:34 +01:00
Param
004ea51b05
Make it clear to which type the DataSource properties are bound
...
See gh-20727
2020-03-31 12:56:13 +01:00
Stephane Nicoll
5d56e24da2
Document that Java 14 is a supported version
...
Closes gh-20689
2020-03-27 11:00:42 +01:00
Stephane Nicoll
a234dff573
Remove check for deprecated configuration properties
...
See gh-20528
2020-03-26 11:06:47 +01:00
Stephane Nicoll
ab01c55d8e
Deprecate use of path extensions for request mapping and content negotiation
...
Closes gh-20528
2020-03-26 10:41:08 +01:00
Stephane Nicoll
bf15276af1
Fix import in constructor binding example
...
Closes gh-20378
2020-03-23 15:27:08 +01:00
Stephane Nicoll
7be3db2d4d
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20618
2020-03-23 14:22:30 +01:00
Stephane Nicoll
bcce6f9f07
Document that Jackson is a required dependency of the Actuator
...
Closes gh-19564
2020-03-23 14:16:55 +01:00
Lars Grefer
c748f36856
Fix recommended task dependency configuration
...
`compileJava.dependsOn(processResources)` is not enough to ensure the
correct behavior. Using `dependsOn` only affects the execution order
(`processResources` before `compileJava`) but not the up-to-date check
of `compileJava`. After modifying
`META-INF/additional-spring-configuration-metadata.json`, the
`processResouces` task will considered out-of-date and will be
re-executed, but after that `compileJava` will still be considered
up-to-date which causes the changes not to be merged into
`META-INF/spring-configuration-metadata.json`
With this change the up-do-date check of `compileJava` is affected,
too. Therefore, it will correctly re-execute the
configuration-processor when
`META-INF/additional-spring-configuration-metadata.json` was changed.
See gh-20323
2020-03-18 10:55:32 +00:00
Florian Dreier
76451d47b7
Update versiion of git-properties plugin shown in the docs
...
See gh-20436
2020-03-10 21:26:48 +00:00
Yoo In Keun
ec20246415
Fix typos in documentation
...
See gh-20313
2020-02-25 08:59:12 -05:00
hbellahc
d890f1f6d8
Document missing reference to DataSourceHealthIndicator
...
See gh-20216
2020-02-18 17:29:16 +01:00
Stephane Nicoll
40d1727cc5
Polish "Document sanitized keys and uri sanitization behavior"
...
See gh-20169
2020-02-14 15:29:47 +01:00
Juzer Ali
30f7f9c9c4
Document sanitized keys and uri sanitization behavior
...
See gh-20169
2020-02-14 15:28:36 +01:00
dreis2211
92b4ba6367
Fix structuring your code link in multi-page HTML documentation
...
Closes gh-19953
2020-02-12 17:43:08 +00:00
Stephane Nicoll
d1f4a1821c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20123
2020-02-11 14:26:57 +01:00
Stephane Nicoll
b0aba9ed67
Document how to register a blocking health contributor with reactive
...
Closes gh-19707
2020-02-11 14:22:16 +01:00
Johnny Lim
6ef288f45b
Polish samples in doc
...
See gh-20004
2020-02-03 09:37:06 +01:00
Stephane Nicoll
9d0918bb2e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19957
2020-01-28 11:13:06 +01:00
Pascal Verdage
930ec51968
Fix typo
...
See gh-19956
2020-01-28 11:12:21 +01:00
Stephane Nicoll
9ca15ee00d
Fix broken documentation links
...
See gh-19936
2020-01-27 14:13:25 +01:00
Stephane Nicoll
c77d4c07d7
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19872
2020-01-23 09:53:11 +01:00
Stephane Nicoll
650e55c242
Polish "Encourage use of SpringBootApplication"
...
See gh-19855
2020-01-23 09:51:03 +01:00
protyay
3131616c5a
Encourage use of SpringBootApplication
...
See gh-19855
2020-01-23 09:40:30 +01:00
Stephane Nicoll
3dba4c8f4e
Polish "Document RedisCacheManagerBuilderCustomizer"
...
See gh-19819
2020-01-20 16:02:38 +01:00
Dmytro Nosan
61d8bacd23
Document RedisCacheManagerBuilderCustomizer
...
See gh-19819
2020-01-20 16:02:20 +01:00
Andy Wilkinson
443d1a6a21
Upgrade to Liquibase 3.8.5
...
Closes gh-19754
2020-01-15 15:09:58 +00:00
Stephane Nicoll
0c7dae0d51
Remove duplicate note in Hazelcast section of reference guide
...
Closes gh-19678
2020-01-13 17:00:28 +01:00
dreis2211
9fe114ebad
Update copyright in legal doc section
...
See gh-19621
2020-01-11 10:25:17 +01:00
Andy Wilkinson
ccf4e1ad44
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19591
2020-01-09 08:59:48 +00:00
dreis2211
2b06f17c69
Fix links to external types in javadoc
...
See gh-19581
2020-01-09 08:59:25 +00:00
Rossen Stoyanchev
f6947648c9
Improve Spring MVC auto-configuration section
...
See gh-19521
2020-01-04 11:37:01 +01:00
Stephane Nicoll
fd4829c2ea
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19515
2020-01-03 09:39:42 +01:00
dreis2211
9cbf5902dc
Update some copyrights to 2020
...
See gh-19510
2020-01-03 09:37:22 +01:00
Stephane Nicoll
a684ab8726
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19498
2019-12-31 10:07:32 +01:00
Johnny Lim
27d7727d9f
Polish doc
...
See gh-19491
2019-12-31 10:06:58 +01:00
Stephane Nicoll
4969ecc59a
Polish contribution
...
See gh-19458
2019-12-25 08:31:50 +01:00
Girish Kulkarni
582a3b472d
Fix file rotation documentation according to maxHistory new default
...
See gh-19458
2019-12-25 08:27:56 +01:00
Stephane Nicoll
1a8a76082b
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19451
2019-12-24 10:46:46 +01:00
Stephane Nicoll
2db2daeddf
Clarify which part of @ConfigurationProperties is internal API
...
Closes gh-19199
2019-12-24 10:46:01 +01:00