Commit Graph

29055 Commits

Author SHA1 Message Date
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