Commit Graph

22621 Commits

Author SHA1 Message Date
Phillip Webb ff3a2f7e42 Upgrade to Jetty Reactive HTTPClient 3.0.11
Closes gh-38888
2023-12-20 09:17:34 -08:00
Phillip Webb 4df87f6224 Upgrade to Hibernate 6.2.17.Final
Closes gh-38887
2023-12-20 09:17:29 -08:00
Phillip Webb b00d5fabe8 Auto-configure Hibernate JPA before DataSource TransactionManager
Fixes gh-38861
2023-12-19 23:44:48 -08:00
meiyese 4370c6e850 Fix typo in endpoint documentation
See gh-38823
2023-12-19 23:12:06 -08:00
Yanming Zhou 8cb8999772 Ban call of URLEncoder.encode/URLDecoder.decode(String,String)
Add ArchUnit rules to ban the use of `URLEncoder` calls with String
charsets and use `Charset` calls instead.

See gh-38740
2023-12-19 23:10:18 -08:00
Yanming Zhou 8599e5a986 Remove unnecessary `toString()` calls
See gh-38739
2023-12-19 22:38:34 -08:00
Yanming Zhou b6e87cee35 Remove unnecessary `extends Object` from generic
See gh-38739
2023-12-19 22:38:19 -08:00
Yanming Zhou 84f7c2dba9 Remove unnecessary `final` modifiers
See gh-38739
2023-12-19 22:38:14 -08:00
Yanming Zhou d3a51e56b7 Remove unnecessary `static` modifiers
See gh-38739
2023-12-19 22:38:08 -08:00
Yanming Zhou ac18e3015c Use `.isEmpty()` where feasible
See gh-38739
2023-12-19 22:38:05 -08:00
Brian Clozel d3af5cce73 Upgrade to Spring Session 3.1.4
Closes gh-38683
2023-12-19 18:49:02 +01:00
Brian Clozel cb019e2957 Upgrade to Spring Authorization Server 1.1.4
Closes gh-38678
2023-12-19 18:48:19 +01:00
Brian Clozel 450a0ce8c7 Upgrade to Spring Security 6.1.6
Closes gh-38682
2023-12-19 12:30:36 +01:00
Brian Clozel 0fa8a27e4a Upgrade to Spring LDAP 3.1.3
Closes gh-38681
2023-12-19 12:30:04 +01:00
Phillip Webb 13fb450563 Don't call runners in parent ApplicationContext
Update `SpringApplication` so that `ApplicationRunner` and
`CommandLineRunner` beans are not considered from the parent
`ApplicationContext`.

The restores the behavior that applied before commit 7d6532cac4
whilst still retaining the correct run order.

Fixes gh-38647
2023-12-15 11:42:26 -08:00
Brian Clozel e63be1bf73 Upgrade to Spring Retry 2.0.5
Closes gh-38834
2023-12-15 17:33:42 +01:00
Brian Clozel e8546545a7 Upgrade to Spring Data Bom 2023.0.7
Closes gh-38679
2023-12-15 17:32:56 +01:00
Andy Wilkinson 85cfa4798c Close jar to allow it to be cleaned up after test execution
See gh-38766
2023-12-14 20:16:23 +00:00
Andy Wilkinson 1d64976876 Upgrade to Netty 4.1.102.Final
Closes gh-38795
2023-12-14 14:50:58 +00:00
Andy Wilkinson aa1de9cee2 Upgrade to UnboundID LDAPSDK 6.0.11
Closes gh-38793
2023-12-14 14:47:56 +00:00
Andy Wilkinson cf9538cbcc Upgrade to R2DBC Proxy 1.1.3.RELEASE
Closes gh-38791
2023-12-14 14:47:55 +00:00
Andy Wilkinson b30bec1156 Upgrade to R2DBC Postgresql 1.0.3.RELEASE
Closes gh-38790
2023-12-14 14:47:54 +00:00
Andy Wilkinson bef2dabc27 Upgrade to Logback 1.4.14
Closes gh-38788
2023-12-14 14:47:15 +00:00
Andy Wilkinson 5199977e03 Upgrade to Jersey 3.1.5
Closes gh-38787
2023-12-14 14:47:14 +00:00
Andy Wilkinson 7129b61856 Upgrade to Jaybird 5.0.3.java11
Closes gh-38786
2023-12-14 14:47:14 +00:00
Andy Wilkinson 16cca99d1f Upgrade to Janino 3.1.11
Closes gh-38785
2023-12-14 14:47:14 +00:00
Andy Wilkinson ec81c6650c Upgrade to HttpCore5 5.2.4
Closes gh-38784
2023-12-14 14:47:13 +00:00
Andy Wilkinson 0622f6f80e Upgrade to HttpClient5 5.2.3
Closes gh-38783
2023-12-14 14:47:13 +00:00
Andy Wilkinson 6bd8c295e0 Upgrade to Hibernate 6.2.15.Final
Closes gh-38782
2023-12-14 14:47:13 +00:00
Andy Wilkinson 75643866d8 Upgrade to Groovy 4.0.16
Closes gh-38781
2023-12-14 14:47:12 +00:00
Andy Wilkinson 3b9a05713d Upgrade to Dropwizard Metrics 4.2.23
Closes gh-38780
2023-12-14 14:47:12 +00:00
Andy Wilkinson 7319d55b23 Upgrade to AspectJ 1.9.21
Closes gh-38779
2023-12-14 14:47:12 +00:00
Andy Wilkinson 54fb25d931 Prohibit upgrade to Netty 4.1.103.Final
Closes gh-38789
2023-12-14 14:46:28 +00:00
Moritz Halbritter 5a385a40e9 Fix typo 2023-12-14 11:52:55 +01:00
Andy Wilkinson 8d5175b68d Upgrade to Reactor Bom 2022.0.14
Closes gh-38677
2023-12-14 09:25:50 +00:00
Andy Wilkinson c3e3245bb3 Upgrade to Micrometer Tracing 1.1.8
Closes gh-38676
2023-12-14 09:25:49 +00:00
Andy Wilkinson 5f51083005 Upgrade to Micrometer 1.11.7
Closes gh-38675
2023-12-14 09:25:48 +00:00
Phillip Webb da31137596 Ensure that StaticResourceJars does not close cached jars
Update `StaticResourceJars` so that jars obtained via a
`JarURLConnection` are only closed when caches are not being used.

Fixes gh-38766
2023-12-13 16:51:02 -08:00
Moritz Halbritter 82bc9a6280 Polish 2023-12-13 11:19:40 +01:00
Moritz Halbritter d1badfe63a Document minimum supported Docker Compose version
Closes gh-38760
2023-12-13 11:18:09 +01:00
Moritz Halbritter b8021dbc65 Exclude Rabbit Stream when testing RabbitAutoConfiguration
The stream auto-configuration is tested in RabbitStreamConfigurationTests,
and excluding it prevents the creation of the "rabbitStreamEnvironment"
Environment bean, which delays the application context close by 1 second
because it has to wait for some Netty resources to gracefully shut down.

Closes gh-38750
2023-12-12 16:12:22 +01:00
Yanming Zhou 3c65fdfa12 Use idiomatic AssertJ assertions
See gh-38702
2023-12-12 13:53:20 +01:00
Phillip Webb 39bc7c8582 Support getPermissions() call on Gradle 8.6-milestone-1
The `getPermissions` method is now part of the private
`ParentDirectoryStub` class so we now need to call
`setAccessible(true)`.

Fixes gh-38718
2023-12-11 20:35:06 -08:00
Yanming Zhou ebfbc0ef05 Cleanup kotlin sources
1. remove unused imports
2. remove redundant semicolon
3. remove empty class body
4. remove redundant 'constructor' keyword
5. remove redundant 'Unit' return type
6. use non-null type if possible

See gh-38708
2023-12-11 09:23:42 +01:00
Donghun Shin f922b3de03 Rename local variable in BatchAutoConfiguration
See gh-38674
2023-12-11 08:25:39 +01:00
Georg Pirklbauer a8d706f485 Update Dynatrace documentation links
See gh-38706
2023-12-11 08:13:56 +01:00
Andy Wilkinson fb8043a31f Start building against Spring Session 3.1.4 snapshots
See gh-38683
2023-12-06 15:18:55 +00:00
Andy Wilkinson af469abb88 Start building against Spring Security 6.1.6 snapshots
See gh-38682
2023-12-06 15:18:50 +00:00
Andy Wilkinson 7f53a21328 Start building against Spring LDAP 3.1.3 snapshots
See gh-38681
2023-12-06 15:18:45 +00:00
Andy Wilkinson 4ff5be4619 Start building against Spring Data Bom 2023.0.7 snapshots
See gh-38679
2023-12-06 15:18:36 +00:00
Andy Wilkinson fb9b6833fc Start building against Spring Authorization Server 1.1.4 snapshots
See gh-38678
2023-12-06 15:18:31 +00:00
Andy Wilkinson 7de7aaa375 Start building against Reactor Bom 2022.0.14 snapshots
See gh-38677
2023-12-06 15:18:26 +00:00
Andy Wilkinson 7aed70b0bd Start building against Micrometer Tracing 1.1.8 snapshots
See gh-38676
2023-12-06 15:18:21 +00:00
Andy Wilkinson 57a7f210cd Start building against Micrometer 1.11.7 snapshots
See gh-38675
2023-12-06 15:18:16 +00:00
Andy Wilkinson b424254587 Test Gradle plugin against Gradle 8.5
Closes gh-38664
2023-12-05 20:30:54 +00:00
Moritz Halbritter 3f29c7f84f Add log message if Docker Compose services are already running
Closes gh-38398
2023-12-05 14:02:16 +01:00
Lars Uffmann 5981a3fd33 Build against UCP and JDBC driver for Oracle Database variant ucp11
See gh-38654
2023-12-05 11:40:35 +01:00
Moritz Halbritter 350bc26bbe Reinstate 'management.tracing.enabled' property
See gh-38626
2023-12-05 11:18:18 +01:00
Moritz Halbritter 3d4d1e80ca Remove management.tracing.enabled from documentation
Closes gh-38626
2023-12-01 14:43:13 +01:00
Moritz Halbritter 203cd542c0 Clear MeterRegistry before each test case
Closes gh-38604
2023-11-30 09:02:22 +01:00
Tom Frenken 43bc104c4e Use system properties when constructing Apache HttpClient
See gh-38591
2023-11-29 13:49:20 +01:00
Alex Serbin 23816d6015 Fix Observation Filter docs
`WebMvcMetricsFilter` no longer exists since 3.0 and should be
replaced with `ServerHttpObservationFilter`

See gh-38570
2023-11-28 13:16:25 +01:00
Andy Wilkinson 1707904f70 Upgrade to Spring Batch 5.0.4
Closes gh-38493
2023-11-22 19:49:53 +00:00
Phillip Webb bc504a8a03 Fix @ConditionalOnBean with annotation early FactoryBean initialization
Update `OnBeanCondition` with a variant of `getBeanNamesForAnnotation`
that does not cause early `FactoryBean` initialization.

Fixes gh-38473
2023-11-22 11:10:59 -08:00
Andy Wilkinson e7aeeb87cf Upgrade to Spring Integration 6.1.5
Closes gh-38303
2023-11-22 18:23:57 +00:00
Andy Wilkinson ae5bae393b Remove unnecessary toLowerCase call from remainderIsDashes
Closes gh-38498
2023-11-22 12:35:36 +00:00
Moritz Halbritter 74239ad689 Merge branch '3.0.x' into 3.1.x
Closes gh-38495
2023-11-22 11:15:20 +01:00
Moritz Halbritter 48e06af7ec Merge branch '2.7.x' into 3.0.x
Closes gh-38494
2023-11-22 11:15:07 +01:00
Moritz Halbritter 0171ed205c Polish "Document comments in SQL for database initialization"
See gh-38385
2023-11-22 11:14:13 +01:00
penekhun 578d0436e0 Document comments in SQL for database initialization
See gh-38385
2023-11-22 11:10:14 +01:00
Andy Wilkinson 2d7c8a144c Start building against Spring Batch 5.0.4 snapshots
See gh-38493
2023-11-22 09:39:31 +00:00
Andy Wilkinson 7d6a64bb56 Start building against Spring Batch 5.0.4 snapshots
See gh-38492
2023-11-22 09:38:09 +00:00
Moritz Halbritter eddb17473b Fix deprecation clause on MongoPropertiesClientSettingsBuilderCustomizer 2023-11-22 10:29:12 +01:00
Andy Wilkinson b473ffdea2 Upgrade to Spring Integration 5.5.20
Closes gh-38491
2023-11-22 08:28:52 +00:00
Scott Frederick d433deb737 Merge branch '3.0.x' into 3.1.x
Closes gh-38485
2023-11-21 17:30:54 -06:00
Scott Frederick dabcebf8a3 Merge branch '2.7.x' into 3.0.x
Closes gh-38484
2023-11-21 17:30:07 -06:00
Scott Frederick d1cce0f8ef Upgrade default CNB builders to Paketo Jammy
Closes gh-38477
2023-11-21 17:22:32 -06:00
Andy Wilkinson 09a15cbf1b Upgrade to Spring WS 4.0.8
Closes gh-38304
2023-11-21 15:34:37 +00:00
Andy Wilkinson 71a65019d6 Upgrade to Spring RESTDocs 3.0.1
Closes gh-38468
2023-11-21 15:34:37 +00:00
Andy Wilkinson ac873ea796 Upgrade to Spring Kafka 3.0.13
Closes gh-38370
2023-11-21 15:34:32 +00:00
Andy Wilkinson 6d0500b277 Upgrade to Spring GraphQL 1.2.4
Closes gh-38302
2023-11-21 15:34:31 +00:00
Andy Wilkinson 5dd402af5c Upgrade to Spring Data Bom 2023.0.6
Closes gh-38300
2023-11-21 15:34:31 +00:00
Andy Wilkinson 71e85f54e0 Upgrade to SAAJ Impl 3.0.3
Closes gh-38467
2023-11-21 15:34:30 +00:00
Andy Wilkinson 3f5ff16946 Upgrade to Pooled JMS 3.1.5
Closes gh-38466
2023-11-21 15:34:25 +00:00
Andy Wilkinson d26b76c647 Upgrade to Netty 4.1.101.Final
Closes gh-38465
2023-11-21 15:34:20 +00:00
Andy Wilkinson 104819ffb0 Upgrade to Lettuce 6.2.7.RELEASE
Closes gh-38463
2023-11-21 15:34:11 +00:00
Andy Wilkinson 132fc74410 Upgrade to Jetty 11.0.18
Closes gh-38462
2023-11-21 15:34:06 +00:00
Andy Wilkinson b9e4f62003 Upgrade to Jetty Reactive HTTPClient 3.0.10
Closes gh-38461
2023-11-21 15:34:01 +00:00
Andy Wilkinson 3b4bfef2dc Upgrade to Jakarta XML WS 4.0.1
Closes gh-38460
2023-11-21 15:33:56 +00:00
Andy Wilkinson 21f17488b7 Upgrade to Jakarta XML SOAP 3.0.1
Closes gh-38459
2023-11-21 15:33:51 +00:00
Andy Wilkinson fe7b2954ec Upgrade to Jakarta Json 2.1.3
Closes gh-38458
2023-11-21 15:33:46 +00:00
Andy Wilkinson d23abf6e1c Upgrade to Infinispan 14.0.21.Final
Closes gh-38457
2023-11-21 15:33:41 +00:00
Andy Wilkinson 3000cfd67e Upgrade to Glassfish JAXB 4.0.4
Closes gh-38456
2023-11-21 15:33:36 +00:00
Andy Wilkinson 646a369c6f Upgrade to Dropwizard Metrics 4.2.22
Closes gh-38455
2023-11-21 15:33:32 +00:00
Andy Wilkinson 360b9a98c7 Upgrade to DB2 JDBC 11.5.9.0
Closes gh-38454
2023-11-21 15:33:27 +00:00
Andy Wilkinson d64f76c657 Upgrade to Byte Buddy 1.14.10
Closes gh-38453
2023-11-21 15:33:22 +00:00
Andy Wilkinson a440a4f024 Upgrade to ActiveMQ 5.18.3
Closes gh-38452
2023-11-21 15:33:17 +00:00
Andy Wilkinson cec5c22fb1 Upgrade to Spring WS 4.0.8
Closes gh-38296
2023-11-21 13:23:47 +00:00
Andy Wilkinson 741905e294 Upgrade to Spring RESTDocs 3.0.1
Closes gh-38449
2023-11-21 13:23:47 +00:00
Andy Wilkinson e559159f04 Upgrade to Spring Kafka 3.0.13
Closes gh-38369
2023-11-21 13:23:42 +00:00
Andy Wilkinson a37566fd86 Upgrade to Spring Integration 6.0.9
Closes gh-38295
2023-11-21 13:23:41 +00:00
Andy Wilkinson 420091b9c8 Upgrade to Spring Data Bom 2022.0.12
Closes gh-38293
2023-11-21 13:23:41 +00:00
Andy Wilkinson a0b1b4641a Upgrade to SAAJ Impl 3.0.3
Closes gh-38448
2023-11-21 13:23:40 +00:00
Andy Wilkinson 76c72f6621 Upgrade to Netty 4.1.101.Final
Closes gh-38447
2023-11-21 13:23:35 +00:00
Andy Wilkinson c8a53a640d Upgrade to Lettuce 6.2.7.RELEASE
Closes gh-38445
2023-11-21 13:23:26 +00:00
Andy Wilkinson 9c20596650 Upgrade to Jetty 11.0.18
Closes gh-38444
2023-11-21 13:23:21 +00:00
Andy Wilkinson d2e08c84ed Upgrade to Jetty Reactive HTTPClient 3.0.10
Closes gh-38443
2023-11-21 13:23:16 +00:00
Andy Wilkinson ef5fe58a42 Upgrade to Jakarta XML WS 4.0.1
Closes gh-38442
2023-11-21 13:23:11 +00:00
Andy Wilkinson 77ced55843 Upgrade to Jakarta XML SOAP 3.0.1
Closes gh-38441
2023-11-21 13:23:06 +00:00
Andy Wilkinson 1dc908e8bc Upgrade to Jakarta Json 2.1.3
Closes gh-38440
2023-11-21 13:23:02 +00:00
Andy Wilkinson 88683496df Upgrade to Infinispan 14.0.21.Final
Closes gh-38439
2023-11-21 13:22:57 +00:00
Andy Wilkinson fb3f97a4fa Upgrade to Glassfish JAXB 4.0.4
Closes gh-38438
2023-11-21 13:22:52 +00:00
Andy Wilkinson 85e55fee9c Upgrade to Dropwizard Metrics 4.2.22
Closes gh-38437
2023-11-21 13:22:48 +00:00
Andy Wilkinson 70c3bceb64 Upgrade to DB2 JDBC 11.5.9.0
Closes gh-38436
2023-11-21 13:22:43 +00:00
Andy Wilkinson ebb7a547af Upgrade to Spring WS 3.1.8
Closes gh-38284
2023-11-21 12:52:40 +00:00
Andy Wilkinson 3b169a4d53 Upgrade to Spring RESTDocs 2.0.8.RELEASE
Closes gh-38434
2023-11-21 12:52:40 +00:00
Andy Wilkinson 3c820b8613 Upgrade to Spring Data Bom 2021.2.18
Closes gh-38282
2023-11-21 12:52:35 +00:00
Andy Wilkinson 79c467c8b6 Upgrade to Pooled JMS 1.2.6
Closes gh-38433
2023-11-21 12:52:34 +00:00
Andy Wilkinson 52fc4c019b Upgrade to Netty 4.1.101.Final
Closes gh-38432
2023-11-21 12:52:30 +00:00
Andy Wilkinson 95149822a5 Upgrade to Glassfish JAXB 2.3.9
Closes gh-38431
2023-11-21 12:52:25 +00:00
Andy Wilkinson 296af5f461 Upgrade to Elasticsearch 7.17.15
Closes gh-38430
2023-11-21 12:52:20 +00:00
Andy Wilkinson 7c504394f4 Upgrade to Dropwizard Metrics 4.2.22
Closes gh-38429
2023-11-21 12:52:15 +00:00
Andy Wilkinson c7c4ed3a12 Upgrade to DB2 JDBC 11.5.9.0
Closes gh-38428
2023-11-21 12:52:11 +00:00
Andy Wilkinson d437270e87 Upgrade to ActiveMQ 5.16.7
Closes gh-38427
2023-11-21 12:52:05 +00:00
Phillip Webb 092428e752 Merge branch '3.0.x' into 3.1.x
Closes gh-38424
2023-11-20 20:35:31 -08:00
Jonatan Ivanov d5c22b9f5a Update access log pattern to align with Tomcat 10
As of Tomcat 10 "%D" changed to mean microseconds instead of
milliseconds.

See gh-38403
2023-11-20 20:34:48 -08:00
Phillip Webb f68df82b30 Support lenient ContainerConnectionDetailsFactory hint registration
Update `ContainerConnectionDetailsFactory` hint registration logic
so that types are optional on the classpath.

See gh-36606
Fixes gh-38392
2023-11-20 16:26:22 -08:00
Andy Wilkinson a9f49e1085 Upgrade to Spring HATEOAS 2.1.3
Closes gh-38375
2023-11-16 15:59:26 +00:00
Andy Wilkinson 473b801c52 Upgrade to Spring HATEOAS 2.0.7
Closes gh-38374
2023-11-16 15:58:41 +00:00
Andy Wilkinson 19f8e042a6 Upgrade to Spring HATEOAS 1.5.6
Closes gh-38373
2023-11-16 15:57:56 +00:00
Andy Wilkinson a68eae66e1 Start building against Spring HATEOAS 2.1.3 snapshots
See gh-38375
2023-11-16 12:12:21 +00:00
Andy Wilkinson 15e9ae91ea Start building against Spring HATEOAS 2.0.7 snapshots
See gh-38374
2023-11-16 12:10:58 +00:00
Andy Wilkinson 239e8a640e Start building against Spring HATEOAS 1.5.6 snapshots
See gh-38373
2023-11-16 12:09:55 +00:00
Andy Wilkinson 4d63983493 Start building against Spring Kafka 3.0.13 snapshots
See gh-38370
2023-11-16 09:41:42 +00:00
Andy Wilkinson 8b72e5612b Start building against Spring Kafka 3.0.13 snapshots
See gh-38369
2023-11-15 19:21:09 +00:00
Andy Wilkinson 37b2567aeb Merge branch '3.0.x' into 3.1.x
Closes gh-38365
2023-11-15 16:00:05 +00:00
Andy Wilkinson ff555c5ceb Merge branch '2.7.x' into 3.0.x
Closes gh-38364
2023-11-15 15:57:39 +00:00
Andy Wilkinson c2156d6803 Remove static state from CF web endpoint integration tests
The mocks being static meant that their state was shared across each
test in the class. This resulted in the tests being order dependent.
This commit uses instance variables to hold the mocks, thereby
ensuring that they're recreated for each test as part of the standard
JUnit lifecycle.

Closes gh-38363
2023-11-15 15:16:24 +00:00
Moritz Halbritter 9c1c18c2b9 Document that tracing is disabled in tests in the "Tracing" section
Closes gh-33975
2023-11-15 09:06:39 +01:00
Andy Wilkinson b7c7b47c97 Upgrade to Reactor Bom 2022.0.13
Closes gh-38299
2023-11-14 20:46:00 +00:00
Andy Wilkinson 7f6014f411 Upgrade to Reactor Bom 2022.0.13
Closes gh-38292
2023-11-14 20:45:03 +00:00
Andy Wilkinson 9b8bcec33e Upgrade to Reactor Bom 2020.0.38
Closes gh-38280
2023-11-14 20:44:18 +00:00
Andy Wilkinson 38b5f80ba6 Merge branch '3.0.x' into 3.1.x
Closes gh-38357
2023-11-14 20:01:29 +00:00
Andy Wilkinson 88393da438 Upgrade to AspectJ 1.9.20.1
Closes gh-38355
2023-11-14 20:00:47 +00:00
Moritz Halbritter 22a991b334 Document tags format used in Gradle and Maven plugins
Closes gh-33088
2023-11-14 17:03:50 +01:00
Moritz Halbritter 83da5a5bd8 Document how to remove base path from Cloud Foundry actuator endpoints
Closes gh-24991
2023-11-14 16:29:28 +01:00
Andy Wilkinson 8d01944666 Start building against Spring WS 3.1.8 snapshots
See gh-38284
2023-11-14 13:40:27 +00:00
Phillip Webb b902bf6aca Merge branch '3.0.x' into 3.1.x 2023-11-13 10:42:32 -08:00
Phillip Webb 09e5a2f24a Update copyright year of changed files 2023-11-13 10:42:26 -08:00
Phillip Webb 211e8c004a Merge branch '3.0.x' into 3.1.x 2023-11-13 09:27:45 -08:00
Phillip Webb 2cabcbc8fa Polish adoc formatting 2023-11-13 09:27:15 -08:00
Andy Wilkinson c4adc2c770 Upgrade to Micrometer Tracing 1.1.7
Closes gh-38298
2023-11-13 15:54:37 +00:00
Andy Wilkinson 25e6c8828f Upgrade to Micrometer 1.11.6
Closes gh-38297
2023-11-13 15:54:36 +00:00
Andy Wilkinson 246c29e498 Upgrade to Dependency Management Plugin 1.1.4
Closes gh-38345
2023-11-13 15:54:36 +00:00
Andy Wilkinson 74b395bda4 Upgrade to Micrometer Tracing 1.0.12
Closes gh-38291
2023-11-13 15:50:00 +00:00
Andy Wilkinson 721ac5d7ee Upgrade to Micrometer 1.10.13
Closes gh-38290
2023-11-13 15:49:59 +00:00
Andy Wilkinson 318f7bb5f0 Upgrade to Dependency Management Plugin 1.1.4
Closes gh-38344
2023-11-13 15:49:58 +00:00
Andy Wilkinson 3460913338 Upgrade to Micrometer 1.9.17
Closes gh-38279
2023-11-13 15:28:04 +00:00
Moritz Halbritter 4a6762a356 Merge branch '3.0.x' into 3.1.x
Closes gh-38340
2023-11-13 12:08:48 +01:00
Moritz Halbritter ba998302bd Polish "Add a Restarting a stopped or failed Job section to the batch howto"
See gh-38326
2023-11-13 12:08:06 +01:00
Lars Uffmann 00ce9aab00 Add a Restarting a stopped or failed Job section to the batch howto
See gh-38326
2023-11-13 12:06:01 +01:00
Moritz Halbritter 24cb05cb59 Merge branch '3.0.x' into 3.1.x
Closes gh-38338
2023-11-13 11:49:51 +01:00
Lars Uffmann e41b36273f Remove unnecessary JobOperator bean definition
See gh-38325
2023-11-13 11:46:38 +01:00
Moritz Halbritter 2776047438 Reinstate accidentally removed sentence
See gh-35629
2023-11-13 11:44:05 +01:00
Moritz Halbritter 9334840f18 Reverse the tip for importing testcontainers declarations
They now use `@ServiceConnection` by default.

Closes gh-35629
2023-11-13 11:40:30 +01:00
Moritz Halbritter 5a3e588da4 Create a separate section for testcontainers at development time
Closes gh-35856
2023-11-13 11:16:59 +01:00
Moritz Halbritter e5326e18fc Document when and why to use the name attribute of ServiceConnection
Closes gh-36071
2023-11-13 10:36:30 +01:00
Moritz Halbritter 27da93525e Merge branch '3.0.x' into 3.1.x
Closes gh-38333
2023-11-13 09:07:54 +01:00
Moritz Halbritter 1022e1bdd2 Merge branch '2.7.x' into 3.0.x
Closes gh-38332
2023-11-13 09:07:43 +01:00
Christoph Dreis af0df78bd0 Fix link to Elasticsearch health indicator
See gh-38330
2023-11-13 09:04:06 +01:00
Andy Wilkinson 123bf4a706 Start building against Spring WS 4.0.8 snapshots
See gh-38304
2023-11-10 14:07:22 +00:00
Andy Wilkinson fc24b565e5 Start building against Spring Integration 6.1.5 snapshots
See gh-38303
2023-11-10 14:07:17 +00:00
Andy Wilkinson ba21343159 Start building against Spring GraphQL 1.2.4 snapshots
See gh-38302
2023-11-10 14:07:13 +00:00
Andy Wilkinson a364b1a02d Start building against Spring Data Bom 2023.0.6 snapshots
See gh-38300
2023-11-10 14:07:03 +00:00
Andy Wilkinson 8de589db37 Start building against Reactor Bom 2022.0.13 snapshots
See gh-38299
2023-11-10 14:06:58 +00:00
Andy Wilkinson 8a39624df5 Start building against Micrometer Tracing 1.1.7 snapshots
See gh-38298
2023-11-10 14:06:53 +00:00
Andy Wilkinson 7e97c0a940 Start building against Micrometer 1.11.6 snapshots
See gh-38297
2023-11-10 14:06:48 +00:00
Andy Wilkinson 7130663d6d Start building against Spring WS 4.0.8 snapshots
See gh-38296
2023-11-10 12:20:29 +00:00
Andy Wilkinson 3edc3d993c Start building against Spring Integration 6.0.9 snapshots
See gh-38295
2023-11-10 12:20:24 +00:00
Andy Wilkinson 593ae30d81 Start building against Spring Data Bom 2022.0.12 snapshots
See gh-38293
2023-11-10 12:20:15 +00:00
Andy Wilkinson 9f9faf7435 Start building against Reactor Bom 2022.0.13 snapshots
See gh-38292
2023-11-10 12:20:10 +00:00
Andy Wilkinson 66502b48a7 Start building against Micrometer Tracing 1.0.12 snapshots
See gh-38291
2023-11-10 12:20:05 +00:00
Andy Wilkinson 1c8a43dc55 Start building against Micrometer 1.10.13 snapshots
See gh-38290
2023-11-10 12:20:00 +00:00
Moritz Halbritter eaaf977331 Merge branch '3.0.x' into 3.1.x
Closes gh-38288
2023-11-10 11:19:27 +01:00
Moritz Halbritter 40063ee1f9 Update Spring Security links 2023-11-10 11:01:23 +01:00
Moritz Halbritter d29f7a88b4 Update Spring Framework links
Closes gh-36241
2023-11-10 10:47:54 +01:00
Moritz Halbritter 8ac2e3e38f Fix broken link to Spring Data Envers
As of version 3.0, this project has been merged into Spring Data JPA.
2023-11-10 08:53:09 +01:00
Andy Wilkinson b6a9c67719 Avoid adding Jetty's upgrade filter to non-Jetty servers
Fixes gh-38181
2023-11-09 20:30:35 +00:00
Andy Wilkinson c95b5409b1 Start building against Spring Data Bom 2021.2.18 snapshots
See gh-38282
2023-11-09 17:00:03 +00:00
Andy Wilkinson edc6da27f2 Start building against Spring Batch 4.3.10 snapshots
See gh-38281
2023-11-09 16:59:58 +00:00
Andy Wilkinson 274ac907d2 Start building against Reactor Bom 2020.0.38 snapshots
See gh-38280
2023-11-09 16:59:54 +00:00
Andy Wilkinson 9c72da0724 Start building against Micrometer 1.9.17 snapshots
See gh-38279
2023-11-09 16:59:49 +00:00
Phillip Webb 445d0a22db Merge branch '3.0.x' into 3.1.x
Closes gh-38271
2023-11-08 12:54:38 -08:00
Phillip Webb 45e9804495 Merge branch '2.7.x' into 3.0.x
Closes gh-38270
2023-11-08 12:54:28 -08:00
Phillip Webb 61dbf45628 Fix package declaration of sample in reference docs
Update the "Developing Your First Spring Boot Application" sample so
that the package is not removed.

Closes gh-34513
2023-11-08 12:53:23 -08:00
Andy Wilkinson 1e1effe131 Merge branch '3.0.x' into 3.1.x
Closes gh-38267
2023-11-08 16:59:15 +00:00
Andy Wilkinson 6d46c24db7 Merge branch '2.7.x' into 3.0.x
Closes gh-38266
2023-11-08 15:58:40 +00:00
Andy Wilkinson 7c73a034b6 Improve backwards- and forwards-compatibility of Flyway auto-config
Closes gh-38164
2023-11-08 15:17:49 +00:00
Moritz Halbritter 357c2124c4 Merge branch '3.0.x' into 3.1.x 2023-11-08 09:53:40 +01:00
Moritz Halbritter 0a6b723098 Merge branch '2.7.x' into 3.0.x 2023-11-08 09:53:29 +01:00