Phillip Webb
7852284d59
Start building against Spring Pulsar 1.2.1 snapshots
...
See gh-43418
2024-12-04 11:48:51 -08:00
Phillip Webb
bcf9e6c513
Start building against Spring LDAP 3.2.9 snapshots
...
See gh-43417
2024-12-04 11:48:47 -08:00
Phillip Webb
49df76a45d
Start building against Spring Kafka 3.3.1 snapshots
...
See gh-43416
2024-12-04 11:48:43 -08:00
Phillip Webb
32532b1f4d
Start building against Spring Integration 6.4.1 snapshots
...
See gh-43415
2024-12-04 11:48:39 -08:00
Phillip Webb
e8e4629791
Start building against Spring Data Bom 2024.1.1 snapshots
...
See gh-43413
2024-12-04 11:48:31 -08:00
Phillip Webb
4f914ab951
Start building against Spring Authorization Server 1.4.1 snapshots
...
See gh-43412
2024-12-04 11:48:27 -08:00
Phillip Webb
e91d0da022
Start building against Spring AMQP 3.2.1 snapshots
...
See gh-43411
2024-12-04 11:48:23 -08:00
Phillip Webb
41aa90f036
Start building against Reactor Bom 2024.0.1 snapshots
...
See gh-43410
2024-12-04 11:48:19 -08:00
Phillip Webb
bece4f51bb
Start building against Micrometer Tracing 1.4.1 snapshots
...
See gh-43409
2024-12-04 11:48:15 -08:00
Phillip Webb
e42095813a
Start building against Micrometer 1.14.2 snapshots
...
See gh-43408
2024-12-04 11:48:10 -08:00
Phillip Webb
e431b119a5
Upgrade to SQLite JDBC 3.47.1.0
...
Closes gh-43407
2024-12-04 11:43:56 -08:00
Phillip Webb
ecd73478ca
Upgrade to RxJava3 3.1.10
...
Closes gh-43406
2024-12-04 11:43:52 -08:00
Phillip Webb
002539f6f6
Upgrade to Pulsar 3.3.3
...
Closes gh-43405
2024-12-04 11:43:48 -08:00
Phillip Webb
060f89e195
Upgrade to Prometheus Client 1.3.4
...
Closes gh-43404
2024-12-04 11:43:44 -08:00
Phillip Webb
3010d7a471
Upgrade to Log4j2 2.24.2
...
Closes gh-43402
2024-12-04 11:43:36 -08:00
Phillip Webb
a538b8bef4
Upgrade to Hibernate 6.6.3.Final
...
Closes gh-43400
2024-12-04 11:43:27 -08:00
Phillip Webb
79653a9275
Upgrade to Elasticsearch Client 8.15.5
...
Closes gh-43399
2024-12-04 11:43:23 -08:00
Phillip Webb
7f8ccc66f7
Upgrade to CycloneDX Maven Plugin 2.9.1
...
Closes gh-43398
2024-12-04 11:43:19 -08:00
Phillip Webb
1edc997440
Start building against Spring Session 3.3.4 snapshots
...
See gh-43397
2024-12-04 11:41:13 -08:00
Phillip Webb
210c1465a2
Start building against Spring Pulsar 1.1.7 snapshots
...
See gh-43396
2024-12-04 11:41:13 -08:00
Phillip Webb
f0fd24800a
Start building against Spring LDAP 3.2.9 snapshots
...
See gh-43395
2024-12-04 11:41:13 -08:00
Phillip Webb
8761285557
Start building against Spring Kafka 3.2.6 snapshots
...
See gh-43394
2024-12-04 11:41:13 -08:00
Phillip Webb
6cd3ee5347
Start building against Spring Data Bom 2024.0.7 snapshots
...
See gh-43392
2024-12-04 11:41:13 -08:00
Phillip Webb
cd3fd0e6da
Start building against Spring Authorization Server 1.3.4 snapshots
...
See gh-43391
2024-12-04 11:41:12 -08:00
Phillip Webb
740862a39b
Start building against Reactor Bom 2023.0.13 snapshots
...
See gh-43390
2024-12-04 11:41:12 -08:00
Phillip Webb
53824c860a
Start building against Micrometer Tracing 1.3.7 snapshots
...
See gh-43389
2024-12-04 11:41:12 -08:00
Phillip Webb
c09f7c9944
Start building against Micrometer 1.13.9 snapshots
...
See gh-43388
2024-12-04 11:41:12 -08:00
Phillip Webb
4c00c376a1
Upgrade to Undertow 2.3.18.Final
...
Closes gh-43387
2024-12-04 11:41:12 -08:00
Phillip Webb
0ebee16043
Upgrade to RxJava3 3.1.10
...
Closes gh-43386
2024-12-04 11:41:12 -08:00
Andy Wilkinson
04310a7ad0
Merge branch '3.3.x'
...
Closes gh-43382
2024-12-04 17:00:01 +00:00
Andy Wilkinson
7c7bb531b4
Improve handling of environment variables in failure analysis
...
Prior to this change, the failure analysis for an invalid
configuration property value filtered out the configuration property
sources property source. This property source contains a "duplicate"
of all of the environment's other property sources but with
configuration property support (such as relaxed/fuzzy matching of
environment variables). This was done to prevent the reporting of
duplicates when a property was found in both the configuration
property sources property source and the "normal" property sources.
An unwanted side-effect of this was that fuzzy matching of
environment variables was lost so the origin of
com.example.some-property would be found in the environment variable
was COM_EXAMPLE_SOME_PROPERTY but would not be found if it was
COM_EXAMPLE_SOMEPROPERTY.
This commit addresses this side-effect by no longer filtering out
the configuration property sources property source. To then
prevent duplicates from being reported in the analysis, it instead
deduplicates things based on the origin of each property that's
found in the environment's property sources.
Fixes gh-43380
2024-12-04 13:55:20 +00:00
Stéphane Nicoll
60b028e7cb
Merge branch '3.3.x'
...
Closes gh-43377
2024-12-04 10:57:58 +01:00
Stéphane Nicoll
cc274ccdca
Polish "Polish formatting of log configuration file"
...
See gh-43322
2024-12-04 10:33:58 +01:00
Yanming Zhou
3f17e42b38
Polish formatting of log configuration file
...
1. Remove space before `/>` to keep consistency.
2. Capitalize `filters` for Log4j2.
3. Uppercase log level to keep consistency.
See gh-43322
2024-12-04 10:28:28 +01:00
Phillip Webb
1d578a8213
Merge branch '3.3.x'
2024-12-03 20:30:36 -08:00
Phillip Webb
3dcea98f00
Polish `redirect.adoc` by sorting contents alphabetically
2024-12-03 20:30:09 -08:00
Phillip Webb
01ea503383
Merge branch '3.3.x'
...
Closes gh-43372
2024-12-03 20:29:49 -08:00
Phillip Webb
709cd91b3e
Add legacy anchor redirects
...
Add anchor redirects previously covered by the
`anchor-rewrite.properties` file.
See gh-43367
2024-12-03 20:17:14 -08:00
Phillip Webb
75a3722ee4
Add more anchor redirects
...
See gh-43367
2024-12-03 20:16:51 -08:00
Phillip Webb
6155735ac5
Merge branch '3.3.x'
...
Closes gh-43370
2024-12-03 19:07:55 -08:00
Phillip Webb
4265a0bcc2
Reset `Startables` COUNTER when testing parallel startup
...
Closes gh-43369
2024-12-03 19:07:16 -08:00
Phillip Webb
3ddfd62f16
Prefer file resolution when loading SSL content
...
Update `SslAutoConfiguration` so that the used resource loader prefers
file based resolution when paths are specified without a prefix. This
restores the behavior found in Spring Boot 3.3.
The `ApplicationResourceLoader` has been updated with a new `get` method
that accepts a `preferFileResolution` parameter. Unfortunately, we can't
directly influence the resource returned by the delegate
`ResourceLoader` since we can't override `getResourceByPath(...)`.
Instead we check if the returned type was likely to have been created
by a call to that method. If so, we change it to a `FileSystemResource`.
This approach should hopefully work with `DefaultResourceLoader` and
subclasses.
Fixes gh-43274
2024-12-03 15:00:15 -08:00
Phillip Webb
7a4e071709
Polish
2024-12-03 14:45:25 -08:00
Phillip Webb
3e37a50b1e
Fix actuator access documentation to use 'none' rather than 'disabled'
...
Closes gh-43351
2024-12-03 12:01:07 -08:00
Phillip Webb
91778e9f96
Merge branch '3.3.x'
...
Closes gh-43359
2024-12-02 19:05:21 -08:00
Phillip Webb
b340c855c0
Prevent H2 console from causing early DataSource initialization
...
Update `H2ConsoleAutoConfiguration` so that DataSource connection
logging occurs outside of the `ServletRegistrationBean`.
Fixes gh-43337
2024-12-02 19:05:16 -08:00
Phillip Webb
dd64b0648f
Merge branch '3.3.x'
...
Closes gh-43356
2024-12-02 13:59:53 -08:00
Phillip Webb
0afbc0b23c
Polish 'Accept Docker progress on numbers >2GB'
...
Restore `int` returns for existing methods and deprecate them in
favor of a new `asPercentage()` method.
See gh-43328
2024-12-02 13:58:03 -08:00
Wolfgang Kronberg
d8565185e8
Accept Docker progress on numbers >2GB
...
Update `ProgressUpdateEvent` to support images of a file size
>2GB without provoking build failures.
See gh-43328
2024-12-02 13:56:09 -08:00
Moritz Halbritter
d5344e3f1b
Polish "Fix property name in OnEnabledLoggingExportConditionTests"
...
See gh-43331
2024-12-02 13:52:01 +01:00
Johnny Lim
1f17e0125d
Fix property name in OnEnabledLoggingExportConditionTests
...
See gh-43331
2024-12-02 13:49:39 +01:00
Moritz Halbritter
ff9fde0ef4
Polish "Make UserDetailsServiceAutoConfiguration conditional on servlet app"
...
See gh-43334
2024-12-02 13:40:51 +01:00
BenchmarkingBuffalo
c5d41f1469
Make UserDetailsServiceAutoConfiguration conditional on servlet app
...
See gh-43334
2024-12-02 13:22:07 +01:00
Moritz Halbritter
07bc5f2563
Polish "Remove redundant null check for sorter"
...
See gh-43343
2024-12-02 11:39:37 +01:00
Jae-Young98
bd367803d1
Remove redundant null check for sorter
...
See gh-43343
2024-12-02 11:37:56 +01:00
Stéphane Nicoll
5e33808607
Merge branch '3.3.x'
...
Closes gh-43342
2024-12-02 09:42:52 +01:00
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
2024-12-02 09:42:08 +01:00
BenchmarkingBuffalo
b86b81da35
Remove prohibited undertow upgrade restriction
...
See gh-43333
2024-12-02 09:36:01 +01:00
Stéphane Nicoll
615b199364
Update copyright year of changed file
...
See gh-43316
2024-11-29 10:35:12 +01:00
Johnny Lim
859c235a95
Polish
...
See gh-43316
2024-11-29 10:35:11 +01:00
Yanming Zhou
aaaeddcd7d
Update javadoc to describe registration through spring.factories
...
See gh-43313
2024-11-29 09:22:49 +00:00
Andy Wilkinson
512584d990
Merge branch '3.3.x'
...
Closes gh-43325
2024-11-29 09:18:28 +00:00
Stefano Cordio
26b1d74470
Fix link to proxyBeanMethods in @AutoConfiguration javadoc
...
See gh-43323
2024-11-29 09:17:27 +00:00
Andy Wilkinson
d96aef219f
Merge branch '3.3.x'
...
Closes gh-43324
2024-11-29 09:08:53 +00:00
Tran Ngoc Nhan
82652aba49
Fix Servlet and JPA javadoc links
...
See gh-43320
2024-11-29 09:07:19 +00:00
Andy Wilkinson
f3a161afdd
Enable relaxed matching of enabled and access properties
...
The lowercase form of the endpoint ID needs to be used so that
relaxed matching of properties, as provided by
ConfigurationPropertySources, works as intended. Without this
change the id of the endpoint in a property had to be an exact
match of the endpoint's ID.
Closes gh-43302
2024-11-28 14:17:37 +00:00
Andy Wilkinson
b5feadab13
Merge pull request #43314 from quaff
...
* gh-43314:
Polish "Document StructuredLoggingJsonMembersCustomizer constructor params"
Document StructuredLoggingJsonMembersCustomizer constructor params
Closes gh-43314
2024-11-28 13:39:51 +00:00
Andy Wilkinson
15109b2eb2
Polish "Document StructuredLoggingJsonMembersCustomizer constructor params"
...
See gh-43314
2024-11-28 13:39:30 +00:00
Yanming Zhou
34ac045073
Document StructuredLoggingJsonMembersCustomizer constructor params
...
See gh-43314
2024-11-28 13:38:05 +00:00
Andy Wilkinson
d3c5a4bf8d
Merge branch '3.3.x'
...
Closes gh-43315
2024-11-28 11:34:59 +00:00
Andy Wilkinson
5cff43ddff
Link to EnableMethodSecurity instead of EnableGlobalMethodSecurity
...
Closes gh-43308
2024-11-28 11:33:37 +00:00
Andy Wilkinson
a1c1e32947
Call spring.factories customizers in the same way as one from props
...
Previously, customizers loaded from spring.factories were called
using LambdaSafe. This resulted in customizers with a generic type
more specific than Object being ignored. A customizer loaded from
the logging.structured.json.customizer property was not affected as
it was called directly rather than through LambdaSafe.
This commit aligns the way in which customizers loaded from
spring.factories are called with the way in which any customizer
specified using the logging.structured.json.customizer property is
called.
Closes gh-43312
2024-11-28 11:08:32 +00:00
Stéphane Nicoll
f9aedf5a43
Merge branch '3.3.x'
...
Closes gh-43311
2024-11-28 09:31:02 +01:00
Tran Ngoc Nhan
57a5fa0555
Fix Javadoc link for Hikari
...
See gh-43305
2024-11-28 09:26:40 +01:00
Andy Wilkinson
74d69d0eb1
Merge branch '3.3.x'
...
Closes gh-43307
2024-11-27 20:14:23 +00:00
Andy Wilkinson
7bc709c32f
Fix subName from adapted name with value processor
...
Previously, when a configuration property name was created by
adapting a source with a value processor, creating sub names from
that property name did not work correctly. This broke binding of
prefixed environment variables to a map as the ancestor checking
did not work.
Fixes gh-43304
2024-11-27 19:34:35 +00:00
Stéphane Nicoll
de268324e0
Merge branch '3.3.x'
...
Closes gh-43299
2024-11-27 08:25:00 +01:00
Tran Ngoc Nhan
16838a9b58
Fix syntax in reference guide
...
See gh-43271
2024-11-27 08:24:16 +01:00
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
2024-11-26 19:56:32 +01:00
Andy Wilkinson
23d92aa32e
Merge branch '3.3.x'
...
Closes gh-43291
2024-11-26 13:42:40 +00:00
Andy Wilkinson
d924e4d999
Mark shaded application's jar as multi-release by default
...
Spring Framework now uses a multi-release jar for its virtual thread
support. If the shaded jar is not marked as being a multi-release jar
and virtual threads are enabled, the application will fail to start as
the Java 21+ virtual threads delegate will be unavailable.
This commit updates the starter parent's default configuration for the
Maven Shade plugin to set Multi-Release: true in the application's
manifest.
Closes gh-43284
2024-11-26 13:42:03 +00:00
Andy Wilkinson
32433e84f3
Merge branch '3.3.x'
...
Closes gh-43270
2024-11-22 15:46:38 +00:00
Andy Wilkinson
bb3651b7d1
Reduce warnings reported by Eclipse
...
Closes gh-43269
2024-11-22 15:39:35 +00:00
Andy Wilkinson
3bff418df9
Merge branch '3.3.x'
...
Closes gh-43267
2024-11-22 11:59:19 +00:00
Andy Wilkinson
cf1dadf2e7
Stop publishing CLI's Homebrew formula in commercial builds
...
Closes gh-43247
2024-11-22 11:58:50 +00:00
Johnny Lim
fa0a4849fa
Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties
...
See gh-43249
2024-11-22 08:24:59 +01:00
Andy Wilkinson
109e731c83
Revert "Add `@ConditionalOnMissingBean` for `JobRepository`"
...
This reverts commit 73fc351d71
.
See gh-43236
2024-11-21 13:31:20 +00:00
Stéphane Nicoll
14989a5fb7
Upgrade to Testcontainers 1.20.4
...
Closes gh-43243
2024-11-21 09:32:54 +01:00
Stéphane Nicoll
c188822db3
Upgrade to Spring Security 6.4.1
...
Closes gh-43232
2024-11-21 09:32:50 +01:00
Stéphane Nicoll
e286739cee
Upgrade to Spring Batch 5.2.0
...
Closes gh-43018
2024-11-21 09:32:50 +01:00
Phillip Webb
73fc351d71
Add `@ConditionalOnMissingBean` for `JobRepository`
...
Update `BatchAutoConfiguration` so that the `JobRepository` is not
defined when the user provides an appropriate bean.
Fixes gh-43236
2024-11-20 21:57:52 -08:00
Phillip Webb
3cae5c27d1
Merge branch '3.3.x'
2024-11-20 20:58:02 -08:00
Phillip Webb
283bc6faf0
Merge branch '3.2.x' into 3.3.x
2024-11-20 20:57:35 -08:00
Phillip Webb
5c938fc8bc
Update copyright year of changed files
2024-11-20 20:57:27 -08:00
Phillip Webb
c9a84549c8
Polish 'Replace TestObservationRegistryAssert.assertThat()''
...
See gh-43235
2024-11-20 20:56:39 -08:00
Johnny Lim
4b5b76d7b1
Replace TestObservationRegistryAssert.assertThat()
...
See gh-43235
2024-11-20 20:56:03 -08:00
Phillip Webb
11415a97f2
Restore monospaced text to unescaped form
...
See gh-43239
2024-11-20 20:46:11 -08:00
Phillip Webb
e9e018c598
Migrate class references to full javadoc links
...
Update documentation to use `javadoc:...` macro for class and interface
references.
Migrated using https://github.com/philwebb/asciidoctor-javadoc-migration
See gh-43239
2024-11-20 20:46:11 -08:00
Phillip Webb
0e62778612
Use fully-qualified names for ambiguous type references
...
Update type references to use a fully qualified name when we have
more than one candidate available to us.
See gh-43239
2024-11-20 20:46:11 -08:00
Phillip Webb
e8e9592c3d
Temporarily escape monospaced text that will not be linked
...
Escape elements that we know cannot be converted to a javadoc link.
See gh-43239
2024-11-20 20:46:11 -08:00
Phillip Webb
6b6597b403
Restore monospaced text to unescaped form
...
See gh-41614
2024-11-20 20:35:33 -08:00
Phillip Webb
4c8dafe12b
Migrate class references to full javadoc links
...
Update documentation to use `javadoc:...` macro for class and interface
references.
Migrated using https://github.com/philwebb/asciidoctor-javadoc-migration
See gh-41614
2024-11-20 20:24:54 -08:00
Phillip Webb
3d57d36c16
Use fully-qualified names for ambiguous type references
...
Update type references to use a fully qualified name when we have
more than one candidate available to us.
See gh-41614
2024-11-20 20:24:53 -08:00
Phillip Webb
d289d0a442
Temporarily escape monospaced text that will not be linked
...
Escape elements that we know cannot be converted to a javadoc link.
See gh-41614
2024-11-20 20:24:53 -08:00
Phillip Webb
4628059dc0
Remove Influx section from redirects
...
See gh-43238
2024-11-20 19:57:40 -08:00
Phillip Webb
bd770f1992
Remove Influx section from documentation
...
Closes gh-43238
2024-11-20 19:42:50 -08:00
Phillip Webb
cdf0bfa5b0
Refine javadoc links for 3.4.x
...
See gh-41614
2024-11-20 19:40:17 -08:00
Phillip Webb
b094a13c3b
Polish documentation
2024-11-20 17:56:57 -08:00
Phillip Webb
4493ef6ec3
Merge branch '3.3.x'
2024-11-20 17:15:03 -08:00
Phillip Webb
81ba8b6c7b
Refine javadoc links
...
See gh-41614
2024-11-20 17:14:12 -08:00
Phillip Webb
2f04ad6699
Merge branch '3.3.x'
...
Closes gh-43234
2024-11-20 12:35:33 -08:00
Phillip Webb
dc49c64e56
Remove FlywayCallback reference in documentation
...
Closes gh-43233
2024-11-20 12:35:24 -08:00
Phillip Webb
b56352405b
Merge branch '3.3.x'
2024-11-20 12:34:47 -08:00
Phillip Webb
924ea70c19
Polish documentation to use more javadoc links
...
Update a few areas of the documentation to use full javadoc
links.
See gh-41614
2024-11-20 12:34:04 -08:00
Phillip Webb
47722af18e
Polish documentation
...
Cleanup and polish some areas of the documentation.
2024-11-20 12:16:29 -08:00
Phillip Webb
127b140ebd
Add javadoc links for Jooq and Netty
...
See gh-41614
2024-11-20 12:15:18 -08:00
Phillip Webb
5f9a13bdc3
Fix `withDefaultRequestConfigCustomizer` method name
...
Second attempt to fix the method name.
Closes gh-43139
2024-11-20 10:32:27 -08:00
Phillip Webb
0c2d5e6c50
Fix formatting
...
See gh-43139
2024-11-20 10:00:20 -08:00
Phillip Webb
223427e96d
Fix `withDefaultRequestConfigCustomizer` method name
...
The work `manager` was accidentally included due to a copy/paste
mistake.
Closes gh-43139
2024-11-20 09:54:50 -08:00
Andy Wilkinson
16f45169f7
Upgrade to Spring Integration 6.3.6
...
Closes gh-43010
2024-11-20 17:12:12 +00:00
Andy Wilkinson
11401d3290
Upgrade to Spring Integration 6.2.11
...
Closes gh-43001
2024-11-20 17:07:50 +00:00
Andy Wilkinson
758d0ffb64
Upgrade to Infinispan 14.0.33.Final
...
Closes gh-43229
2024-11-20 17:07:49 +00:00
Stéphane Nicoll
f3c5be94e5
Upgrade to Spring Authorization Server 1.4.0
...
Closes gh-43017
2024-11-20 18:07:14 +01:00
Stéphane Nicoll
c6d310b282
Upgrade to Spring Session 3.4.0
...
Closes gh-43027
2024-11-20 18:06:08 +01:00
Stéphane Nicoll
3a2991ece2
Upgrade to Spring Integration 6.4.0
...
Closes gh-43022
2024-11-20 18:06:07 +01:00
Andy Wilkinson
6289104190
Merge branch '3.3.x'
...
Closes gh-43225
2024-11-20 10:09:32 +00:00
Andy Wilkinson
ec2a350959
Publish API catalog content and root aggregate content from s-b-docs
...
Closes gh-43224
2024-11-20 10:09:23 +00:00
Phillip Webb
d9458ac67f
Merge branch '3.3.x'
2024-11-19 23:17:51 -08:00
Phillip Webb
a3b027a6f1
Add more javadoc links
...
See gh-41614
2024-11-19 23:15:46 -08:00
Andy Wilkinson
5639c257c5
Upgrade to OpenTelemetry 1.38.0
...
This aligns its version with that used by Micrometer Tracing 1.3.x.
Closes gh-43200
2024-11-19 16:43:38 +00:00
Stéphane Nicoll
145ed26e6f
Reject non-scalar endpoint parameter with Jersey
...
Actuator endpoints should only declare simple type in the signature
of an operation. In particular, nested types are not supported. While
this is enforced in Spring MVC and Spring Webflux, the Jersey
implementation leniently allowed to bind such types prior to this
commit.
This commit adapts the expectation in the Jersey implementation so that
it rejects such request as well.
Closes gh-43209
2024-11-19 16:47:02 +01:00
Stéphane Nicoll
96ee7924cf
Upgrade to Spring Security 6.4.0
...
Closes gh-43026
2024-11-19 08:49:59 +01:00
Stéphane Nicoll
532217a843
Upgrade to Spring RESTDocs 3.0.3
...
Closes gh-43025
2024-11-19 08:49:59 +01:00
Stéphane Nicoll
51e8a00dcc
Upgrade to Spring Pulsar 1.2.0
...
Closes gh-43024
2024-11-19 08:49:59 +01:00
Stéphane Nicoll
d1df7b4859
Upgrade to Spring Kafka 3.3.0
...
Closes gh-43023
2024-11-19 08:49:59 +01:00
Stéphane Nicoll
7200fd8193
Upgrade to Spring AMQP 3.2.0
...
Closes gh-43016
2024-11-19 08:49:59 +01:00
Stéphane Nicoll
5af29d38a0
Upgrade to Spring Security 6.3.5
...
Closes gh-43013
2024-11-19 08:49:39 +01:00
Stéphane Nicoll
ebb882fad8
Upgrade to Spring RESTDocs 3.0.3
...
Closes gh-43014
2024-11-19 08:49:39 +01:00
Stéphane Nicoll
4e9fb97a14
Upgrade to Spring Pulsar 1.1.6
...
Closes gh-43012
2024-11-19 08:49:38 +01:00
Stéphane Nicoll
013e38b1dc
Upgrade to Spring Kafka 3.2.5
...
Closes gh-43011
2024-11-19 08:49:38 +01:00
Stéphane Nicoll
d4f71753a5
Upgrade to Spring AMQP 3.1.8
...
Closes gh-43004
2024-11-19 08:49:38 +01:00
Stéphane Nicoll
b0ebb47e5e
Upgrade to Spring Security 6.2.8
...
Closes gh-43009
2024-11-19 08:49:29 +01:00
Stéphane Nicoll
fc45e6c928
Upgrade to Spring RESTDocs 3.0.3
...
Closes gh-43007
2024-11-19 08:49:28 +01:00
Stéphane Nicoll
e406607a4e
Upgrade to Spring Pulsar 1.0.12
...
Closes gh-43005
2024-11-19 08:49:28 +01:00
Stéphane Nicoll
64b0ce3886
Upgrade to Spring Kafka 3.1.10
...
Closes gh-43003
2024-11-19 08:49:28 +01:00
Stéphane Nicoll
4de5913227
Upgrade to Spring AMQP 3.1.8
...
Closes gh-42996
2024-11-19 08:49:28 +01:00
Yanming Zhou
7fdc9742af
Prohibit unnecessary value on `@EnumSource`
...
See gh-43214
2024-11-18 21:50:35 -08:00
Phillip Webb
26c775eff8
Register `AutoConfigurations` using fully qualified class name
...
Update `AbstractApplicationContextRunner` and `Configurations` to
allow registration of beans with a specific generated bean name. By
default, no name is generated, however, `AutoConfigurations` has been
updated to use bean names using the fully qualified class name.
The update brings `ApplicationContextRunners` closer the behavior of
a standard Spring Boot application where user `@Configuration` classes
are usually registered with a simple name and auto-configurations are
imported (via an `ImportSelector`) using a fully qualified name.
Fixes gh-17963
Co-authored-by: Stéphane Nicoll <stephane.nicoll@broadcom.com>
Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
Co-authored-by: Dmytro Nosan <dimanosan@gmail.com>
2024-11-18 21:37:42 -08:00
Phillip Webb
a705402e75
Polish
...
Co-authored-by: Stéphane Nicoll <stephane.nicoll@broadcom.com>
2024-11-18 21:36:56 -08:00
Stéphane Nicoll
5c0a2dffd7
Polish
2024-11-18 14:23:44 +01:00
Johnny Lim
0b854bfee1
Replace "structure logging" with "structured logging"
...
See gh-43203
2024-11-16 08:30:09 -08:00
Phillip Webb
68022ef0bb
Use Class reference rather than String for customizer
...
Update `StructuredLoggingJsonProperties` to use a real Class reference
rather than a String.
Closes gh-43202
2024-11-15 17:03:25 -08:00
Phillip Webb
76226f99d8
Merge branch '3.3.x'
...
Closes gh-43199
2024-11-15 13:27:24 -08:00
Phillip Webb
dba395dc0c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-43198
2024-11-15 13:27:17 -08:00
Phillip Webb
a20cc3d4e6
Clarify documentation for 'spring.datasource.type'
...
Closes gh-43193
2024-11-15 13:26:45 -08:00
Stéphane Nicoll
1319faca14
Upgrade to Spring LDAP 3.2.8
...
Closes gh-43189
2024-11-15 16:01:03 +01:00
Stéphane Nicoll
4f2e4df180
Upgrade to Spring HATEOAS 2.4.0
...
Closes gh-43021
2024-11-15 16:00:59 +01:00
Stéphane Nicoll
a391a2ee28
Upgrade to Spring Data Bom 2024.1.0
...
Closes gh-43019
2024-11-15 16:00:58 +01:00
Stéphane Nicoll
b113b8f0db
Upgrade to Pulsar Reactive 0.5.9
...
Closes gh-43188
2024-11-15 16:00:58 +01:00
Stéphane Nicoll
3cf0e71be5
Upgrade to Micrometer 1.14.1
...
Closes gh-43187
2024-11-15 16:00:53 +01:00
Stéphane Nicoll
bc0da2e7e9
Upgrade to Lombok 1.18.36
...
Closes gh-43186
2024-11-15 16:00:48 +01:00
Stéphane Nicoll
879b07e2e1
Upgrade to Lettuce 6.4.1.RELEASE
...
Closes gh-43185
2024-11-15 16:00:43 +01:00
Stéphane Nicoll
7bd2d001b7
Upgrade to Spring LDAP 3.2.8
...
Closes gh-43184
2024-11-15 15:58:09 +01:00
Stéphane Nicoll
ad8aa4514a
Upgrade to Spring Data Bom 2024.0.6
...
Closes gh-43006
2024-11-15 15:58:05 +01:00
Stéphane Nicoll
9f0a32a009
Upgrade to Pulsar Reactive 0.5.9
...
Closes gh-43183
2024-11-15 15:58:04 +01:00
Stéphane Nicoll
edfbd6f7ba
Upgrade to Micrometer 1.13.8
...
Closes gh-43182
2024-11-15 15:58:00 +01:00
Stéphane Nicoll
6dc68115e6
Upgrade to Lombok 1.18.36
...
Closes gh-43181
2024-11-15 15:57:54 +01:00
Stéphane Nicoll
224da20936
Upgrade to Spring LDAP 3.2.8
...
Closes gh-43180
2024-11-15 15:53:26 +01:00
Stéphane Nicoll
b82367a4b3
Upgrade to Spring Data Bom 2023.1.12
...
Closes gh-42997
2024-11-15 15:53:22 +01:00
Stéphane Nicoll
e4fb95a16b
Upgrade to Pulsar Reactive 0.5.9
...
Closes gh-43179
2024-11-15 15:53:21 +01:00
Stéphane Nicoll
1c8a6a2b62
Upgrade to Micrometer 1.12.13
...
Closes gh-43178
2024-11-15 15:53:17 +01:00
Stéphane Nicoll
13b6f483d1
Upgrade to Lombok 1.18.36
...
Closes gh-43177
2024-11-15 15:53:12 +01:00
Phillip Webb
f77c3bbd6b
Merge branch '3.3.x'
...
Closes gh-43171
2024-11-14 15:50:15 -08:00
Phillip Webb
66ec6b32e3
Merge branch '3.2.x' into 3.3.x
...
Closes gh-43170
2024-11-14 15:50:04 -08:00
Phillip Webb
25b6477aa8
Support alternative media type format
...
Update `ExportedImageTar` media type detection to support `tar+gzip`
as well as `tar.gzip`. Recent updates to Docker Desktop appear to have
changed the format.
Fixes gh-43126
2024-11-14 15:25:15 -08:00
Phillip Webb
a293560237
Support nested OCI indexes
...
Update `ExportedImageTar.IndexLayerArchiveFactory` to support nested
indexes. Nested indexes support a layer of interaction where the
`index.json` file points to a blob that contains the read index to use.
Prior to this commit, we only supported indexes provided directly by
the `index.json` file. This missing support results in "buildpack.toml:
no such file or directory" errors when referencing specific buildpacks
and using Docker Engine 27.3.1 or above.
See gh-43126
2024-11-14 15:24:47 -08:00
Phillip Webb
b6a6c9dbc4
Upgrade to Undertow 2.3.18.Final and remove prohibit restriction
...
Closes gh-43166
2024-11-14 10:42:25 -08:00
Phillip Webb
32b729fbad
Merge branch '3.3.x'
2024-11-14 10:42:02 -08:00
Phillip Webb
fd7956fb66
Merge branch '3.2.x' into 3.3.x
2024-11-14 10:41:56 -08:00
Phillip Webb
83e7ccd638
Polish prohibit reason
2024-11-14 10:41:38 -08:00
Phillip Webb
f40acf4edc
Merge branch '3.3.x'
...
Closes gh-43168
2024-11-14 10:32:39 -08:00
Phillip Webb
4753ee000c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-43167
2024-11-14 10:32:27 -08:00
Phillip Webb
82352868ea
Downgrade to HSQLDB 2.7.3 and block upgrade
...
Closes gh-43165
2024-11-14 10:31:50 -08:00
Moritz Halbritter
ad8ffdb59c
Merge branch '3.3.x'
...
Closes gh-43160
2024-11-14 14:48:01 +01:00
Moritz Halbritter
ec236be2bb
Merge branch '3.2.x' into 3.3.x
...
Closes gh-43159
2024-11-14 14:47:52 +01:00
Johnny Lim
ac75bc922d
Update "Upgrading From" section to additionally use "2.x"
...
See gh-43123
Co-authored-by: Moritz Halbritter <moritz.halbritter@broadcom.com>
2024-11-14 14:43:30 +01:00
Moritz Halbritter
70d5756ce5
Polish "Add logger warning if Hikari datasource doesn't have pool suspension configured"
...
See gh-42937
2024-11-14 11:03:53 +01:00
Dennis Kieselhorst
d4ffedf997
Add logger warning if Hikari datasource doesn't have pool suspension configured
...
See gh-42937
2024-11-14 10:31:17 +01:00
Phillip Webb
4ab80d263a
Fix management.endpoints.access.default type in JSON metadata
...
Fixes gh-43154
2024-11-13 16:23:39 -08:00
Phillip Webb
87cf12a36c
Add withDefaultRequestConfigManagerCustomizer method
...
Update `HttpComponentsClientHttpRequestFactoryBuilder` with a new
`withDefaultRequestConfigManagerCustomizer` method, primarily to help
disable the protocol upgrade setting.
Closes gh-43139
2024-11-13 11:49:58 -08:00
Phillip Webb
b14a2a9afc
Merge branch '3.3.x'
2024-11-13 11:05:56 -08:00
Phillip Webb
9efb5166d7
Add more javadoc links
...
See gh-41614
2024-11-13 11:05:51 -08:00
Phillip Webb
32166874f8
Merge branch '3.3.x'
...
Closes gh-43153
2024-11-13 11:05:19 -08:00
Phillip Webb
0bd1ff7747
Include spring-boot-loader in API documentation
...
Closes gh-43151
2024-11-13 11:05:13 -08:00
Phillip Webb
2953e9892a
Merge branch '3.3.x'
2024-11-13 11:02:41 -08:00
Phillip Webb
b8655a8073
Polish documentation
2024-11-13 11:02:35 -08:00
Stéphane Nicoll
0afb867148
Upgrade to Reactor Bom 2023.0.12
...
Closes gh-43002
2024-11-13 19:20:08 +01:00
Stéphane Nicoll
801b915d1a
Upgrade to Netty 4.1.115.Final
...
Closes gh-43148
2024-11-13 19:20:08 +01:00
Stéphane Nicoll
ab8cfcc7fc
Upgrade to Infinispan 15.0.11.Final
...
Closes gh-43147
2024-11-13 19:20:04 +01:00
Stéphane Nicoll
c72693fd45
Upgrade to ActiveMQ 6.1.4
...
Closes gh-43146
2024-11-13 19:19:59 +01:00
Stéphane Nicoll
eec89a2696
Upgrade to Reactor Bom 2023.0.12
...
Closes gh-42995
2024-11-13 19:17:11 +01:00
Stéphane Nicoll
f234bcf5e9
Upgrade to Netty 4.1.115.Final
...
Closes gh-43144
2024-11-13 19:17:11 +01:00
Stéphane Nicoll
a8f45be8b0
Revert "Upgrade to Neo4j Java Driver 5.26.2"
...
See gh-43132
2024-11-13 16:29:00 +01:00
Stéphane Nicoll
9ccf19d294
Revert "Upgrade to Neo4j Java Driver 5.26.0"
...
This reverts commit 1a570573de
.
See gh-43029
2024-11-13 16:26:17 +01:00
Stéphane Nicoll
b86e6e5bd5
Revert "Upgrade to Neo4j Java Driver 5.26.0"
...
This reverts commit 94f2fabe24
.
See gh-43028
2024-11-13 16:24:18 +01:00
Moritz Halbritter
0d6bd6c152
Merge branch '3.3.x'
...
Closes gh-43141
2024-11-13 14:54:59 +01:00
Moritz Halbritter
6f52739c32
Merge branch '3.2.x' into 3.3.x
...
Closes gh-43140
2024-11-13 14:41:45 +01:00
Moritz Halbritter
3b0fec6d00
Upgrade build to Gradle 8.11
...
Closes gh-43136
2024-11-13 14:36:08 +01:00
Stéphane Nicoll
3f8d0231fc
Upgrade to WebJars Locator Lite 1.0.1
...
Closes gh-43135
2024-11-13 09:30:36 +09:00
Stéphane Nicoll
b514f02f5a
Upgrade to Reactor Bom 2024.0.0
...
Closes gh-43015
2024-11-13 09:30:35 +09:00
Stéphane Nicoll
cef406b3fd
Upgrade to Netty 4.1.115.Final
...
Closes gh-43133
2024-11-13 09:30:35 +09:00
Stéphane Nicoll
9fb7077402
Upgrade to Neo4j Java Driver 5.26.2
...
Closes gh-43132
2024-11-13 09:30:35 +09:00
Stéphane Nicoll
5b72231a84
Upgrade to Infinispan 15.0.11.Final
...
Closes gh-43131
2024-11-13 09:16:20 +09:00
Stéphane Nicoll
26f19f10e0
Upgrade to Flyway 10.20.1
...
Closes gh-43130
2024-11-13 09:16:16 +09:00
Stéphane Nicoll
75c7354a47
Upgrade to Elasticsearch Client 8.15.4
...
Closes gh-43129
2024-11-13 09:16:11 +09:00
Stéphane Nicoll
0e48ccf619
Upgrade to ActiveMQ 6.1.4
...
Closes gh-43128
2024-11-13 09:16:06 +09:00
Stéphane Nicoll
74bb8f3131
Upgrade to Micrometer Tracing 1.4.0
...
Closes gh-43120
2024-11-12 16:00:17 +09:00
Stéphane Nicoll
d0e4b24063
Upgrade to Micrometer 1.14.0
...
Closes gh-43119
2024-11-12 16:00:13 +09:00
Stéphane Nicoll
7bc332cf65
Upgrade to Micrometer Tracing 1.3.6
...
Closes gh-43000
2024-11-12 15:59:46 +09:00
Stéphane Nicoll
772d1da52b
Upgrade to Micrometer 1.13.7
...
Closes gh-42998
2024-11-12 15:59:46 +09:00
Stéphane Nicoll
130deaf748
Upgrade to Micrometer Tracing 1.2.12
...
Closes gh-42994
2024-11-12 15:30:27 +09:00
Stéphane Nicoll
570f534041
Upgrade to Micrometer 1.12.12
...
Closes gh-42993
2024-11-12 15:30:26 +09:00
Moritz Halbritter
484c3773ca
Merge branch '3.3.x'
...
Closes gh-43117
2024-11-11 11:29:24 +01:00
Moritz Halbritter
18afa2c8dc
Merge branch '3.2.x' into 3.3.x
...
Closes gh-43116
2024-11-11 11:25:38 +01:00
Johnny Lim
dfcc7c5c2d
Fix WebServerPortFileWriter.getPortFile() without extension
...
See gh-43115
2024-11-11 11:18:00 +01:00
Stéphane Nicoll
9fa82251a9
Switch to same-minor-version upgrade policy
...
Closes gh-43114
2024-11-11 09:25:13 +09:00
Stéphane Nicoll
81a45d3194
Upgrade to Prometheus Client 1.3.3
...
Closes gh-43112
2024-11-11 08:18:42 +09:00
Stéphane Nicoll
eb6b3f14a9
Upgrade to MongoDB 5.2.1
...
Closes gh-43111
2024-11-11 08:18:37 +09:00
Stéphane Nicoll
0f5a9600a7
Upgrade to Maven Surefire Plugin 3.5.2
...
Closes gh-43110
2024-11-11 08:18:33 +09:00
Stéphane Nicoll
4a21939978
Upgrade to Maven Failsafe Plugin 3.5.2
...
Closes gh-43109
2024-11-11 08:18:28 +09:00
Stéphane Nicoll
bf26dda99a
Upgrade to Maven Dependency Plugin 3.8.1
...
Closes gh-43108
2024-11-11 08:18:24 +09:00
Stéphane Nicoll
a1cb7b7a65
Upgrade to Logback 1.5.12
...
Closes gh-43107
2024-11-11 08:18:20 +09:00
Stéphane Nicoll
a28e645610
Upgrade to Kafka 3.8.1
...
Closes gh-43106
2024-11-11 08:18:15 +09:00
Stéphane Nicoll
907bed4674
Upgrade to jOOQ 3.19.15
...
Closes gh-43105
2024-11-11 08:18:11 +09:00
Stéphane Nicoll
55c4555275
Upgrade to Jetty 12.0.15
...
Closes gh-43104
2024-11-11 08:18:06 +09:00
Stéphane Nicoll
a40599dce5
Upgrade to HttpClient5 5.4.1
...
Closes gh-43102
2024-11-11 08:17:57 +09:00
Stéphane Nicoll
25179b17f3
Upgrade to HSQLDB 2.7.4
...
Closes gh-43101
2024-11-11 08:17:53 +09:00
Stéphane Nicoll
66c44c9bc2
Upgrade to Hibernate 6.6.2.Final
...
Closes gh-43100
2024-11-11 08:17:49 +09:00
Stéphane Nicoll
d0623bcbf3
Upgrade to Groovy 4.0.24
...
Closes gh-43099
2024-11-11 08:17:44 +09:00
Stéphane Nicoll
e146331d92
Upgrade to Couchbase Client 3.7.5
...
Closes gh-43098
2024-11-11 08:17:40 +09:00
Stéphane Nicoll
b0169b95cd
Upgrade to Byte Buddy 1.15.10
...
Closes gh-43097
2024-11-11 08:17:36 +09:00
Stéphane Nicoll
ce06d6f8e0
Upgrade to Groovy 4.0.24
...
Closes gh-43095
2024-11-11 08:05:59 +09:00
Stéphane Nicoll
82b0a4258a
Upgrade to Jetty 12.0.15
...
Closes gh-43093
2024-11-11 07:42:19 +09:00
Stéphane Nicoll
0c60e6f3a2
Upgrade to MongoDB 4.11.5
...
Closes gh-43092
2024-11-11 07:26:40 +09:00
Stéphane Nicoll
be92d92351
Upgrade to jOOQ 3.18.22
...
Closes gh-43091
2024-11-11 07:26:36 +09:00
Stéphane Nicoll
aaa677605d
Upgrade to Jetty 12.0.15
...
Closes gh-43090
2024-11-11 07:26:32 +09:00
Stéphane Nicoll
8f9442a741
Upgrade to HSQLDB 2.7.4
...
Closes gh-43089
2024-11-11 07:26:27 +09:00
Stéphane Nicoll
8972e01587
Upgrade to Groovy 4.0.24
...
Closes gh-43088
2024-11-11 07:26:23 +09:00
Phillip Webb
ede1110e36
Set properties from SslOptions for Jetty and JDK HTTP clients
...
Update `ClientHttpRequestFactoryBuilder` implementations for both
Jetty and JDK to configure properties from SslOptions.
Fixes gh-43077
2024-11-09 00:21:01 -08:00
Phillip Webb
065e7c190e
Merge branch '3.3.x'
...
Closes gh-43084
2024-11-09 00:01:20 -08:00