Commit Graph

27044 Commits

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