8429 Commits

Author SHA1 Message Date
Andy Wilkinson
a01e068059 Start building against Micrometer 1.13.0 snapshots
See gh-39889
2024-03-12 09:28:27 +00:00
Phillip Webb
8b4f411e90 Refine links in spring-boot-dependencies
Add support for a root name and change `reference` to `docs`.

See gh-39779
2024-03-08 20:00:09 -08:00
Moritz Halbritter
793aca60d2 Implement extract and list-layers command
Adds a new jarmode called 'tools'. This provides two commands,
'extract' and 'list-layers'. list-layers is the same as list from
the layertools.

extract is able to extract the JAR in four different modes:

- CDS compatible extraction with libraries in a lib folder and a runner
.jar
- CDS compatible as above, but with layers
- Launcher based
- Launcher based with layers. This is essentially the same as extract
  from the layertools

The commands in layertools have been deprecated in favor of the commands
in 'tools'.

This also changes the behavior of layers.enabled from the Gradle and
Maven plugin: before this commit, layers.enabled prevents the inclusion
of the layer index file as well as the layertools JAR.
After this commit, layers.enabled only prevents the inclusion of the
layer index file.

layer.includeLayerTools have been deprecated in favor of includeTools,
and the layertools JAR has been renamed to tools.

Closes gh-38276
2024-03-07 13:34:13 +01:00
Phillip Webb
720699996a Change http links to https
See gh-39779
2024-02-27 23:47:23 -08:00
Phillip Webb
75c7bed6c6 Add external links to spring-boot-dependencies
Update the BOM `Library` model to support external links that we
can use in documentation and the release process.

An additional `checkLinks` task has also been added to verify
returned HTTP status codes.

Closes gh-39779

Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2024-02-27 23:31:49 -08:00
Andy Wilkinson
0bc5e2743b Make dependency management of jakarta.inject-api public
Closes gh-39587
2024-02-23 09:47:17 +00:00
Andy Wilkinson
ea06a496e0 Upgrade to Undertow 2.3.12.Final
Closes gh-39731
2024-02-22 10:10:17 +00:00
Andy Wilkinson
14ed152196 Upgrade to Testcontainers 1.19.6
Closes gh-39729
2024-02-22 10:10:16 +00:00
Andy Wilkinson
8a1a810b50 Upgrade to SQLite JDBC 3.45.1.0
Closes gh-39728
2024-02-22 10:10:16 +00:00
Andy Wilkinson
5e24239cff Upgrade to Spring Session 3.3.0-M2
Closes gh-39727
2024-02-22 10:10:16 +00:00
Andy Wilkinson
a5fd1cba6e Upgrade to Spring Security 6.3.0-M2
Closes gh-39500
2024-02-22 10:10:15 +00:00
Andy Wilkinson
7d0bd90b49 Upgrade to Spring Pulsar 1.1.0-M1
Closes gh-39499
2024-02-22 10:10:15 +00:00
Andy Wilkinson
29f1ee767a Upgrade to Spring LDAP 3.2.2
Closes gh-39498
2024-02-22 10:10:15 +00:00
Andy Wilkinson
a731c6eb64 Upgrade to Spring Kafka 3.2.0-M1
Closes gh-39497
2024-02-22 10:10:15 +00:00
Andy Wilkinson
7452ae55b1 Upgrade to Spring Integration 6.3.0-M1
Closes gh-39496
2024-02-22 10:10:14 +00:00
Andy Wilkinson
5b5b862150 Upgrade to Spring GraphQL 1.3.0-M1
Closes gh-39495
2024-02-22 10:10:14 +00:00
Andy Wilkinson
8a84bf287d Upgrade to Spring Data Bom 2023.1.3
Closes gh-39493
2024-02-22 10:10:13 +00:00
Andy Wilkinson
190126941a Upgrade to Spring Batch 5.1.1
Closes gh-39492
2024-02-22 10:10:13 +00:00
Andy Wilkinson
d2893220fe Upgrade to Spring Authorization Server 1.3.0-M2
Closes gh-39491
2024-02-22 10:10:13 +00:00
Andy Wilkinson
1aecc05969 Upgrade to Spring AMQP 3.1.2
Closes gh-39490
2024-02-22 10:10:13 +00:00
Andy Wilkinson
565f8b2909 Upgrade to SLF4J 2.0.12
Closes gh-39726
2024-02-22 10:10:12 +00:00
Andy Wilkinson
255936b990 Upgrade to SendGrid 4.10.2
Closes gh-39725
2024-02-22 10:10:12 +00:00
Andy Wilkinson
6b4b82b7e0 Upgrade to Selenium 4.18.1
Closes gh-39724
2024-02-22 10:10:12 +00:00
Andy Wilkinson
ae3e2e0005 Upgrade to Reactor Bom 2023.0.3
Closes gh-39489
2024-02-22 10:10:11 +00:00
Andy Wilkinson
0c07b0626a Upgrade to R2DBC MySQL 1.1.1
Closes gh-39723
2024-02-22 10:10:11 +00:00
Andy Wilkinson
553ec1d9ba Upgrade to QueryDSL 5.1.0
Closes gh-39722
2024-02-22 10:10:11 +00:00
Andy Wilkinson
a010229fc9 Upgrade to Pulsar Reactive 0.5.3
Closes gh-39721
2024-02-22 10:10:11 +00:00
Andy Wilkinson
b93ccb523e Upgrade to Postgresql 42.7.2
Closes gh-39720
2024-02-22 10:10:10 +00:00
Andy Wilkinson
cdd4b8e63a Upgrade to Netty 4.1.107.Final
Closes gh-39719
2024-02-22 10:10:10 +00:00
Andy Wilkinson
3837cd7a93 Upgrade to MSSQL JDBC 12.6.1.jre11
Closes gh-39717
2024-02-22 10:10:09 +00:00
Andy Wilkinson
43ab0f17b9 Upgrade to Mockito 5.10.0
Closes gh-39716
2024-02-22 10:10:09 +00:00
Andy Wilkinson
7583f77467 Upgrade to Maven Shade Plugin 3.5.2
Closes gh-39715
2024-02-22 10:10:09 +00:00
Andy Wilkinson
e2fbdcf193 Upgrade to MariaDB 3.3.3
Closes gh-39714
2024-02-22 10:10:08 +00:00
Andy Wilkinson
b3773a1f88 Upgrade to Log4j2 2.23.0
Closes gh-39713
2024-02-22 10:10:08 +00:00
Andy Wilkinson
352f2eb83c Upgrade to Liquibase 4.26.0
Closes gh-39712
2024-02-22 10:10:08 +00:00
Andy Wilkinson
50bf417e01 Upgrade to Kotlin Serialization 1.6.3
Closes gh-39711
2024-02-22 10:10:08 +00:00
Andy Wilkinson
d4ee9317ea Upgrade to Kotlin Coroutines 1.8.0
Closes gh-39710
2024-02-22 10:10:07 +00:00
Andy Wilkinson
5f6772fc6d Upgrade to jOOQ 3.19.4
Closes gh-39708
2024-02-22 10:10:07 +00:00
Andy Wilkinson
d57fd31ae5 Upgrade to Jetty 12.0.6
Closes gh-39707
2024-02-22 10:10:06 +00:00
Andy Wilkinson
66b2d5c0d9 Upgrade to Jetty Reactive HTTPClient 4.0.3
Closes gh-39706
2024-02-22 10:10:06 +00:00
Andy Wilkinson
d95bdc2870 Upgrade to Janino 3.1.12
Closes gh-39705
2024-02-22 10:10:06 +00:00
Andy Wilkinson
32ea950457 Upgrade to Infinispan 14.0.24.Final
Closes gh-39704
2024-02-22 10:10:06 +00:00
Andy Wilkinson
102215ee96 Upgrade to HttpClient5 5.3.1
Closes gh-39703
2024-02-22 10:10:05 +00:00
Andy Wilkinson
a52cc64701 Upgrade to Hibernate 6.4.4.Final
Closes gh-39702
2024-02-22 08:02:44 +00:00
Andy Wilkinson
0d3431e46c Upgrade to Groovy 4.0.18
Closes gh-39701
2024-02-22 08:02:44 +00:00
Andy Wilkinson
33ebefdb36 Upgrade to Elasticsearch Client 8.11.4
Closes gh-39700
2024-02-22 08:02:43 +00:00
Andy Wilkinson
913c1baa72 Upgrade to Couchbase Client 3.5.3
Closes gh-39699
2024-02-22 08:02:43 +00:00
Andy Wilkinson
20c6f94f06 Upgrade to Byte Buddy 1.14.12
Closes gh-39697
2024-02-22 08:02:42 +00:00
Andy Wilkinson
b2f96f4a5c Upgrade to Artemis 2.32.0
Closes gh-39695
2024-02-22 08:02:42 +00:00
Moritz Halbritter
7555f6c71e Polish "Migrate to Brave 6 and Zipkin Reporter 3"
See gh-39049
2024-02-20 13:42:27 +01:00