Andy Wilkinson
66987533d1
Link to application properties section from externalized config list
...
Closes gh-22262
4 years ago
Stephane Nicoll
9b803af3c3
Polish "Document how to exclude an annotation processor with Maven"
...
See gh-22000
4 years ago
Marco Pens
627c0b1031
Document how to exclude an annotation processor with Maven
...
See gh-22000
4 years ago
Andy Wilkinson
67604a5416
Only process main metadata as it already includes additional metadata
...
Previously, the configuration property table generation was reading
both the main metadata and the additional metadata from each project.
This was unnecessary as the annotation processor will have already
merged the additional metadata into the main metadata before writing
it to disk. Processing both the main and additional metadata led to
a clash as the metadata overlapped. When the entry in the additional
metadata won the clash, the resulting entry in the configuration
property table would lose any details that aren't contained in the
additional metadata.
This commit updates the property table generation code to only use
the main metadata files.
Fixes gh-21131
4 years ago
Andy Wilkinson
2de906caf7
Polish "Clarify loss of defaults when adding custom mapping"
...
See gh-20716
5 years ago
Norio
9f009e4445
Clarify loss of defaults when adding custom mapping
...
See gh-20716
5 years ago
Andy Wilkinson
4a0e8217f0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21759
5 years ago
Andy Wilkinson
5dce945e29
Document dispatcher-types configuration for secured error pages
...
Closes gh-19293
5 years ago
Andy Wilkinson
020a47ba3e
Document support for Gradle 5
...
Closes gh-15358
5 years ago
Phillip Webb
bfe1c281f0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21743
5 years ago
Phillip Webb
70e0a27949
Drop the use of the term "white list"
...
Closes gh-21737
5 years ago
Stephane Nicoll
eb38eeaf30
Polish
5 years ago
Moritz do Rio Schulze
1e168a2145
Fix typo in section 4.30.6
...
See gh-21485
5 years ago
Andy Wilkinson
4a896f2272
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21471
5 years ago
Andy Wilkinson
fdc63d71fe
Use HTTPS when linking to groovy-lang.org
...
Closes gh-21466
5 years ago
Madhura Bhave
27ada029b5
Revert "Expose property to configure OAuth2 provider configurationMetadata"
...
This reverts commit 7b79029949
.
See gh-21375
5 years ago
Madhura Bhave
7b79029949
Expose property to configure OAuth2 provider configurationMetadata
...
Closes gh-21375
5 years ago
Stephane Nicoll
c3eaa6dc54
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21366
5 years ago
Stephane Nicoll
efc9978362
Document use case of splitting auto-configuration and starter
...
Closes gh-20686
5 years ago
Stephane Nicoll
80410997ec
Polish "Enhance Database initialization how to guide"
...
See gh-21077
5 years ago
nikmanzotti
f2b10be01e
Enhance Database initialization how to guide
...
See gh-21077
5 years ago
Phillip Webb
581ce09f88
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21106
5 years ago
Phillip Webb
416cfc2c86
Improve @Value documentation
...
Improve "@ConfigurationProperties vs. @Value" documentation with the
recommendation that kebab-case is used with the `@Value` annotation.
Closes gh-20507
5 years ago
Phillip Webb
d1649fbb9a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21091
5 years ago
Phillip Webb
e0f94f54ac
Add "Health as Gauge" how-to documentation
...
Add how-to documentation describing how health information can be
exported to a Micrometer Gauge.
Closes gh-18329
5 years ago
Phillip Webb
3e3587e0fb
Polish
5 years ago
Madhura Bhave
16ac968f69
Relocate section on configuring DevTools' file system watcher
...
Closes gh-20895
5 years ago
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
5 years ago
Phillip Webb
d27e437ddc
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21027
5 years ago
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
5 years ago
Phillip Webb
55f0af7f0f
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21025
5 years ago
Phillip Webb
359b508077
Document devtool property file profile restrictions
...
Closes gh-19972
5 years ago
Madhura Bhave
947594addd
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20963
5 years ago
Madhura Bhave
c98fe51914
Make it more obvious that Jolokia does not work with a WebFlux app
...
Closes gh-20623
5 years ago
A Vaz
267f6481f8
Fix typo
...
See gh-20907
5 years ago
Andy Wilkinson
7e1807c01b
Polish "Update endpoint enablement description to describe availability"
...
See gh-20799
5 years ago
Eric Opoku
399c85a5ef
Update endpoint enablement description to describe availability
...
See gh-20799
5 years ago
Andy Wilkinson
6d7c3da1cf
Polish "Make it clear to which type the DataSource properties are bound"
...
See gh-20727
5 years ago
Param
004ea51b05
Make it clear to which type the DataSource properties are bound
...
See gh-20727
5 years ago
Stephane Nicoll
5d56e24da2
Document that Java 14 is a supported version
...
Closes gh-20689
5 years ago
Stephane Nicoll
a234dff573
Remove check for deprecated configuration properties
...
See gh-20528
5 years ago
Stephane Nicoll
ab01c55d8e
Deprecate use of path extensions for request mapping and content negotiation
...
Closes gh-20528
5 years ago
Stephane Nicoll
bf15276af1
Fix import in constructor binding example
...
Closes gh-20378
5 years ago
Stephane Nicoll
7be3db2d4d
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20618
5 years ago
Stephane Nicoll
bcce6f9f07
Document that Jackson is a required dependency of the Actuator
...
Closes gh-19564
5 years ago
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
5 years ago
Florian Dreier
76451d47b7
Update versiion of git-properties plugin shown in the docs
...
See gh-20436
5 years ago
Yoo In Keun
ec20246415
Fix typos in documentation
...
See gh-20313
5 years ago
hbellahc
d890f1f6d8
Document missing reference to DataSourceHealthIndicator
...
See gh-20216
5 years ago
Stephane Nicoll
40d1727cc5
Polish "Document sanitized keys and uri sanitization behavior"
...
See gh-20169
5 years ago
Juzer Ali
30f7f9c9c4
Document sanitized keys and uri sanitization behavior
...
See gh-20169
5 years ago
dreis2211
92b4ba6367
Fix structuring your code link in multi-page HTML documentation
...
Closes gh-19953
5 years ago
Stephane Nicoll
d1f4a1821c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20123
5 years ago
Stephane Nicoll
b0aba9ed67
Document how to register a blocking health contributor with reactive
...
Closes gh-19707
5 years ago
Johnny Lim
6ef288f45b
Polish samples in doc
...
See gh-20004
5 years ago
Stephane Nicoll
9d0918bb2e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19957
5 years ago
Pascal Verdage
930ec51968
Fix typo
...
See gh-19956
5 years ago
Stephane Nicoll
9ca15ee00d
Fix broken documentation links
...
See gh-19936
5 years ago
Stephane Nicoll
c77d4c07d7
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19872
5 years ago
Stephane Nicoll
650e55c242
Polish "Encourage use of SpringBootApplication"
...
See gh-19855
5 years ago
protyay
3131616c5a
Encourage use of SpringBootApplication
...
See gh-19855
5 years ago
Stephane Nicoll
3dba4c8f4e
Polish "Document RedisCacheManagerBuilderCustomizer"
...
See gh-19819
5 years ago
Dmytro Nosan
61d8bacd23
Document RedisCacheManagerBuilderCustomizer
...
See gh-19819
5 years ago
Andy Wilkinson
443d1a6a21
Upgrade to Liquibase 3.8.5
...
Closes gh-19754
5 years ago
Stephane Nicoll
0c7dae0d51
Remove duplicate note in Hazelcast section of reference guide
...
Closes gh-19678
5 years ago
dreis2211
9fe114ebad
Update copyright in legal doc section
...
See gh-19621
5 years ago
Andy Wilkinson
ccf4e1ad44
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19591
5 years ago
dreis2211
2b06f17c69
Fix links to external types in javadoc
...
See gh-19581
5 years ago
Rossen Stoyanchev
f6947648c9
Improve Spring MVC auto-configuration section
...
See gh-19521
5 years ago
Stephane Nicoll
fd4829c2ea
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19515
5 years ago
dreis2211
9cbf5902dc
Update some copyrights to 2020
...
See gh-19510
5 years ago
Stephane Nicoll
a684ab8726
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19498
5 years ago
Johnny Lim
27d7727d9f
Polish doc
...
See gh-19491
5 years ago
Stephane Nicoll
4969ecc59a
Polish contribution
...
See gh-19458
5 years ago
Girish Kulkarni
582a3b472d
Fix file rotation documentation according to maxHistory new default
...
See gh-19458
5 years ago
Stephane Nicoll
1a8a76082b
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19451
5 years ago
Stephane Nicoll
2db2daeddf
Clarify which part of @ConfigurationProperties is internal API
...
Closes gh-19199
5 years ago
Stephane Nicoll
aa54a47671
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19448
5 years ago
Stephane Nicoll
8f9d9fa20e
Clarify which caches are automatically bound to the metrics registry
...
See gh-19412
5 years ago
Johnny Lim
e0840b690c
Add JMX note for Kafka consumer metrics
...
See gh-19446
5 years ago
Stephane Nicoll
930a0ef748
Polish Spring Batch how-to guides
...
See gh-19211
5 years ago
Stephane Nicoll
5f987a67f8
Polish "Improve Spring Batch coverage in reference documentation"
...
See gh-19211
5 years ago
Jay Bryant
6bd9b2ebc6
Improve Spring Batch coverage in reference documentation
...
See gh-19211
5 years ago
Johnny Lim
0bf359f4a2
Polish
...
See gh-19409
5 years ago
Brian Clozel
82391a406a
Polish
...
See gh-19424
5 years ago
Ferdinand Jacobs
4555123b7d
Fix typo in RSocket docs
...
See gh-19424
5 years ago
Brian Clozel
979437398c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19403
5 years ago
Brian Clozel
3e48e36e47
Improve docs on running apps behind proxies
...
Fixes gh-15046
5 years ago
Johnny Lim
8bbc7f7b67
Remove duplicate entry for Neo4jHealthIndicator
...
See gh-19377
5 years ago
Stephane Nicoll
c3ae8bcfdc
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19362
5 years ago
dreis2211
207a5c5022
Link consistently to Tomcat 9.0 docs
...
See gh-19340
5 years ago
Andy Wilkinson
9b0569cf81
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19309
5 years ago
Andy Wilkinson
bc53fe0344
Recommend mockito-inline for mocking and spying of CGLib proxies
...
This reverts commit 52050c173c
.
See gh-17817
Closes gh-19020
5 years ago
tongluyang
95aad5b556
Add missing closing parenthesis to the document
...
See gh-19218
5 years ago
Andy Wilkinson
264d4f54ec
Merge branch '2.1.x' into 2.2.x
5 years ago
Andy Wilkinson
38340522de
Fix Asciidoc syntax
5 years ago
Andy Wilkinson
a2451a4f29
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19152
5 years ago
Andy Wilkinson
b46bb726ca
Clarify limitations of @PropertySource
...
Closes gh-18900
5 years ago
Madhura Bhave
5b461843db
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19209
5 years ago
Madhura Bhave
fcc790aa15
Document how properties are applied in JPA auto-config
...
Closes gh-15361
5 years ago