26353 Commits

Author SHA1 Message Date
Tran Ngoc Nhan
57a5fa0555 Fix Javadoc link for Hikari
See gh-43305
2024-11-28 09:26:40 +01: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
Tran Ngoc Nhan
16838a9b58 Fix syntax in reference guide
See gh-43271
2024-11-27 08:24:16 +01: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
bb3651b7d1 Reduce warnings reported by Eclipse
Closes gh-43269
2024-11-22 15:39:35 +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
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
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
81ba8b6c7b Refine javadoc links
See gh-41614
2024-11-20 17:14:12 -08:00
Phillip Webb
dc49c64e56 Remove FlywayCallback reference in documentation
Closes gh-43233
2024-11-20 12:35:24 -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
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
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
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
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
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
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
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
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