Commit Graph

39260 Commits

Author SHA1 Message Date
Brian Clozel
5490e73922 Improve Tags generation for methods names
This commit optimizes the `Tag` generation for method names by only
allocating new `Tag` instances for well-known method names. Others will
be marked as "UNKNOWN".
2023-11-22 16:29:41 +01:00
Andy Wilkinson
7ad6e4470c Upgrade to Spring Batch 4.3.10
Closes gh-38281
2023-11-22 14:23:48 +00:00
Moritz Halbritter
a6346fba08 Merge pull request #38385 from PENEKhun
* pr/38385:
  Polish "Document comments in SQL for database initialization"
  Document comments in SQL for database initialization

Closes gh-38385
2023-11-22 11:14:55 +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
49c4f33919 Prepare for the final OSS release of 2.7.x
Closes gh-38472
2023-11-22 09:41:07 +00:00
Andy Wilkinson
b473ffdea2 Upgrade to Spring Integration 5.5.20
Closes gh-38491
2023-11-22 08:28:52 +00:00
Scott Frederick
d1cce0f8ef Upgrade default CNB builders to Paketo Jammy
Closes gh-38477
2023-11-21 17:22:32 -06:00
Andy Wilkinson
95fbb49a08 Upgrade to Tomcat 9.0.83
Closes gh-38435
2023-11-21 12:52:45 +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
Andy Wilkinson
b4348ecf19 Don't set next version when staging final version
Closes gh-38399
2023-11-20 20:57:45 +00:00
Andy Wilkinson
83d1d8e36d Parameterize Artifactory repository names
See gh-38394
2023-11-20 10:51:53 +00:00
Andy Wilkinson
81ced3ecdb Improve parameterization of the CI pipeline
Closes gh-38394
2023-11-20 10:36:58 +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
239e8a640e Start building against Spring HATEOAS 1.5.6 snapshots
See gh-38373
2023-11-16 12:09:55 +00:00
Andy Wilkinson
87e2b1ea8e Upgrade to Spring Framework 5.3.31
Closes gh-38283
2023-11-16 09:38:35 +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
Andy Wilkinson
9b8bcec33e Upgrade to Reactor Bom 2020.0.38
Closes gh-38280
2023-11-14 20:44:18 +00:00
Andy Wilkinson
8d01944666 Start building against Spring WS 3.1.8 snapshots
See gh-38284
2023-11-14 13:40:27 +00:00
Andy Wilkinson
3460913338 Upgrade to Micrometer 1.9.17
Closes gh-38279
2023-11-13 15:28:04 +00:00
Moritz Halbritter
935a617d58 Merge pull request #38330 from dreis2211
* pr/38330:
  Fix link to Elasticsearch health indicator

Closes gh-38330
2023-11-13 09:07:30 +01:00
Christoph Dreis
af0df78bd0 Fix link to Elasticsearch health indicator
See gh-38330
2023-11-13 09:04:06 +01:00
Andy Wilkinson
d9e07a1481 Start building against Spring Framework 5.3.31 snapshots
See gh-38283
2023-11-09 17:00:08 +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
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
7c73a034b6 Improve backwards- and forwards-compatibility of Flyway auto-config
Closes gh-38164
2023-11-08 15:17:49 +00:00
Moritz Halbritter
66ed4fe519 Remove system property dependency from MockBeanContextCachingTests
Now this test can be run regardless of the
'spring.test.context.cache.maxSize' system property value.

See gh-38236
2023-11-08 09:49:35 +01:00
Andy Wilkinson
8fc59e3367 Improve bom checking and address reported problems
Closes gh-38250
2023-11-07 11:18:19 +00:00
Moritz Halbritter
fc6d4ef2c0 Improve commandline help for encodepassword command in the CLI
Closes gh-38203
2023-11-07 11:22:22 +01:00
Moritz Halbritter
717d7a4850 Merge pull request #38228 from izeye
* pr/38228:
  Remove obsolete prohibit for Undertow library

Closes gh-38228
2023-11-07 10:23:16 +01:00
Johnny Lim
1f22f6ed64 Remove obsolete prohibit for Undertow library
See gh-38228
2023-11-07 10:22:47 +01:00
Moritz Halbritter
6c5cb57afd Document how to populate test data using Flyway and Liquibase
Closes gh-26796
2023-11-06 12:07:49 +01:00
Moritz Halbritter
30bd1f9ccb Merge pull request #38207 from dreis2211
* pr/38207:
  Remove obsolete spring-boot-deployment-tests directory

Closes gh-38207
2023-11-06 09:01:07 +01:00
Christoph Dreis
3f7ece5418 Remove obsolete spring-boot-deployment-tests directory
See gh-38207
2023-11-06 09:00:39 +01:00
Phillip Webb
06434f050a Upgrade to Spring Asciidoctor Extensions 0.6.3
Closes gh-38211
2023-11-05 13:33:02 -08:00
Moritz Halbritter
18f9dc9b94 Document that customizers are not applied to additional connectors
Closes gh-38183
2023-11-03 12:27:55 +01:00
Phillip Webb
54313d1962 Update copyright year of changed files 2023-11-02 14:13:38 -07:00
Phillip Webb
e891a3e24c Polish adoc formatting 2023-11-02 14:12:56 -07:00