Moritz Halbritter
baf596d10e
Document double observations when using @Timed etc.
...
Closes gh-44037
11 months ago
Andy Wilkinson
63ecfac40d
Support Pushgateway with new Prometheus client
...
Closes gh-43923
11 months ago
Johnny Lim
a39e1c4a09
Polish
...
Signed-off-by: Johnny Lim <izeye@naver.com>
See gh-44034
11 months ago
Ashish Kumar
e41d697040
Fix typo in Running Your Application
...
See gh-44032
Signed-off-by: Ashish Kumar <34642693+ashishkujoy@users.noreply.github.com>
11 months ago
Moritz Halbritter
61d7f3783e
Implement config data loader to load from environment variables
...
The config data loader supports the env: prefix and also accepts
extension hints.
Example: env:VAR1[.properties] reads the environment
variable 'VAR1' in properties format (using the
PropertiesPropertySourceLoader).
The PropertySourceLoaders are loaded via spring.factories.
Also adds a smoke test to test it end to end.
Closes gh-41609
11 months ago
Phillip Webb
965e587de3
Polish
11 months ago
Phillip Webb
1c3cbb411c
Fix missing javadoc reference
11 months ago
Moritz Halbritter
7f9b4c6ff6
Document Kubernetes' preStop sleep
...
Closes gh-43830
11 months ago
Phillip Webb
c1cb4c51ed
Use a single `customizer` property for JSON logging
...
Update `StructuredLoggingJsonProperties` no that only a single
`customizer` property is supported.
See gh-43368
11 months ago
Moritz Halbritter
58cc3a0d3d
Deprecate SignalFX support
...
Closes gh-43962
11 months ago
Moritz Halbritter
f24ba9935c
Add ability to ignore configuration properties
...
Properties which should be ignored can be specified in the
additional-spring-configuration-metadata.json file. The ignored
properties section is copied into the final
spring-configuration-metadata.json file, and the ignored properties are
removed from the properties element in the final file.
Closes gh-2421
11 months ago
Rucha Vaikar
c699779593
Correct the location of MyApplication.java in the docs
...
See gh-43965
Signed-off-by: Rucha Vaikar <70310911+Ru311@users.noreply.github.com>
11 months ago
Tran Ngoc Nhan
bee3dafc86
Add links to Jackson JavaDoc
...
See gh-43961
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
11 months ago
Phillip Webb
8ec61b9870
Polish 'Refactor `@ConfigurationProperties` that only use `prefix`'
...
See gh-43917
11 months ago
Yanming Zhou
c1d97ffe16
Refactor `@ConfigurationProperties` that only use `prefix`
...
See gh-43917
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
11 months ago
Phillip Webb
55633a1377
Polish 'Add support for multiple StructuredLoggingJsonMembersCustomizers'
...
See gh-43368
11 months ago
Moritz Halbritter
d73502708e
Add virtual threads metrics to documentation
...
See gh-43852
11 months ago
Andy Wilkinson
178f693118
Polish "Warn about limitations of Quartz's schema scripts"
...
See gh-43955
11 months ago
Timothée Andres
2600e872e3
Warn about limitations of Quartz's schema scripts
...
See gh-43955
Signed-off-by: Timothée Andres <andres.timothee@gmail.com>
11 months ago
Johnny Lim
6c8d41935f
Polish
...
See gh-43879
Signed-off-by: Johnny Lim <izeye@naver.com>
11 months ago
Andy Wilkinson
390963fe74
Document when defaultValue and description cannot be extracted
...
Closes gh-43925
11 months ago
Moritz Halbritter
02a49b6038
Add a MeterBinder for SSL chain expiry
...
It registers a 'ssl.chains' gauge to count the number of chains with
different statuses (valid, expired, not yet valid, will expire soon).
Additionally, it registers a 'ssl.chain.expiry' gauge for every
certificate in a chain, tracking the seconds until expiry.
This binder reacts on bundle updates and new bundle registrations.
Closes gh-42030
11 months ago
Stéphane Nicoll
89ffe1a1fd
Polish "Document 'base64:' prefix support"
...
Resolution of base64 encoded data to arbitrary resources has been
introduced in Spring Boot 3.4. This commit adapts the documentation to
restrict this support to SSL only.
This commit also polishes the phrasing a bit.
See gh-43809
11 months ago
Stéphane Nicoll
faf40f38cf
Document 'base64:' prefix support
...
Closes gh-43809
11 months ago
Moritz Halbritter
ac330d7e37
Polish "Mention @ConditionalOnBooleanProperty in reference document"
...
See gh-43827
11 months ago
Yanming Zhou
555b0a6ea4
Mention @ConditionalOnBooleanProperty in reference document
...
See gh-43827
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
11 months ago
Phillip Webb
a49719d73e
Use consistent exception messages in Assert calls
...
Update `Assert` calls to consistently use messages of the form
"'item' must [not] ...".
Closes gh-43780
11 months ago
Stéphane Nicoll
9f6f244370
Add support for Vibur DBCP connection pool to DataSourceBuilder
...
Closes gh-42903
12 months ago
Andy Wilkinson
ca3fbb26a2
Mention system libraries as a reason not to use tiny builder
...
Closes gh-43716
12 months ago
Andy Wilkinson
7754b2e450
Refer to OTLP instead of OpenTelemetry
...
Closes gh-43727
12 months ago
Stéphane Nicoll
8d2b1addb0
Polish "Use SQLExceptionTranslator bean if defined"
...
See gh-43511
12 months ago
Stéphane Nicoll
e6af48fc20
Polish "Retain existing modules in JacksonAutoConfiguration"
...
See gh-42836
12 months ago
Stéphane Nicoll
4bd6ad9c93
Polish "Remove reference to 'layertools' in reference doc"
...
See gh-43601
1 year ago
Tran Ngoc Nhan
01cd8969e2
Remove reference to 'layertools' in reference doc
...
See gh-43601
1 year ago
Yanming Zhou
6366511b59
Fix typo
...
See gh-43557
1 year ago
Phillip Webb
38d96aabef
Drop {*-javadoc} attribute prefixes when possible
...
Update javadoc references to use package name lookups rather than
`{*-javadoc}` attributes. MongoDB and Testcontainers cannot be
migrated since they have split packages.
Closes gh-43223
1 year ago
Phillip Webb
229137d2cd
Document certain server.ssl.properties are ignored when using a bundle
...
Closes gh-43353
1 year ago
Andy Wilkinson
4763123932
Recommend using Maven's <annotationProcessorPaths>
...
Closes gh-43329
1 year ago
Johnny Lim
4d15ee5bf0
Polish
...
See gh-43498
1 year ago
Moritz Halbritter
2ff6dea5ca
Polish "Document how to use structured logging with custom log configuration"
...
See gh-43301
1 year ago
Yanming Zhou
dd14158ad7
Document how to use structured logging with custom log configuration
...
See gh-43301
1 year ago
Phillip Webb
3dcea98f00
Polish `redirect.adoc` by sorting contents alphabetically
1 year ago
Phillip Webb
709cd91b3e
Add legacy anchor redirects
...
Add anchor redirects previously covered by the
`anchor-rewrite.properties` file.
See gh-43367
1 year ago
Phillip Webb
75a3722ee4
Add more anchor redirects
...
See gh-43367
1 year ago
Phillip Webb
3e37a50b1e
Fix actuator access documentation to use 'none' rather than 'disabled'
...
Closes gh-43351
1 year ago
Yanming Zhou
d81678016e
Restore System property in Logging section of the reference documentation
...
Before this commit, it is rendered as an unexpected link with simple class
name, it should be full qualified class name.
See gh-43341
1 year ago
Johnny Lim
859c235a95
Polish
...
See gh-43316
1 year ago
Andy Wilkinson
5cff43ddff
Link to EnableMethodSecurity instead of EnableGlobalMethodSecurity
...
Closes gh-43308
1 year ago
Tran Ngoc Nhan
16838a9b58
Fix syntax in reference guide
...
See gh-43271
1 year ago
Stéphane Nicoll
d8c41c2583
Defensively unwrap CacheConnectionFactory
...
This commit refines the optimization introduced in gh-39816 to only
unwrap our own caching connection factory. The more advanced unwrap
algorithm is still available, but opt-in only.
Unwrapping more aggressively may break use cases where the wrapped
ConnectionFactory is required, i.e. for transactional purposes.
Closes gh-43277
1 year ago