Commit Graph

50649 Commits

Author SHA1 Message Date
Phillip Webb 962514601f Restore support for docker compose versions earlier than 2.24
Fixes gh-43710
2025-01-07 19:13:58 -08:00
Stéphane Nicoll 9dea1e1736 Upgrade to Logback 1.5.16
Closes gh-43568
2025-01-07 16:54:09 +01:00
Andy Wilkinson c7ef3e3e3c Simplify test for Throwable from LoggingSystem initialization
Closes gh-43709
2025-01-07 14:44:28 +00:00
Stéphane Nicoll 6290b7545b Make skipSslValidation() test more robust
This commit updates the assertion of a test that relies on
https://self-signed.badssl.com to only fail if a SSLException is thrown.

This is a temporary measure until we run the test against a local
instance we control.

See gh-43708
2025-01-07 10:29:46 +01:00
Stéphane Nicoll 4578ae5858 Merge pull request #43661 from ngocnhan-tran1996
* pr/43661:
  Fix jakarta messaging javadoc

Closes gh-43661
2025-01-05 08:03:44 +01:00
Tran Ngoc Nhan 290ea77374 Fix jakarta messaging javadoc
See gh-43661
2025-01-05 08:03:20 +01:00
Andy Wilkinson b4d8a9f64d Address system tests' deprecation warnings with Gradle 8.12
See gh-43496
2025-01-02 15:35:41 +00:00
Andy Wilkinson d8a9ebd14b Upgrade to Gradle 8.12
Closes gh-43649
2025-01-02 12:05:14 +00:00
Andy Wilkinson 734040abe2 Update Gradle test scripts to avoid warnings with 8.12
Closes gh-43496
2025-01-02 12:05:14 +00:00
Stéphane Nicoll 3117d60ce0 Merge pull request #43644 from dreis2211
* pr/43644:
  Update copyright year to 2025

Closes gh-43644
2025-01-02 06:36:41 +01:00
Christoph Dreis 22c68f9539 Update copyright year to 2025
See gh-43644
2025-01-02 06:36:23 +01:00
Stéphane Nicoll ed554c5a68 Merge pull request #43625 from izeye
* pr/43625:
  Remove MavenBuildOutputTimestampTests.shouldParseIso8601WithSeconds()

Closes gh-43625
2024-12-29 10:30:24 +01:00
Johnny Lim b8abfb8c9b Remove MavenBuildOutputTimestampTests.shouldParseIso8601WithSeconds()
See gh-43625
2024-12-29 10:30:09 +01:00
Stéphane Nicoll 8fbd14b4dd Polish 2024-12-28 10:27:01 +01:00
Stéphane Nicoll 45813cb29c Merge pull request #43622 from ngocnhan-tran1996
* pr/43622:
  Polish "Handle <p> in Maven Plugin Reference documentation"
  Handle <p> in Maven Plugin Reference documentation

Closes gh-43622
2024-12-28 10:25:30 +01:00
Stéphane Nicoll 1b6b160105 Polish "Handle <p> in Maven Plugin Reference documentation"
See gh-43622
2024-12-28 10:25:02 +01:00
Tran Ngoc Nhan 334cd36b0a Handle <p> in Maven Plugin Reference documentation
See gh-43622
2024-12-28 10:24:49 +01:00
Stéphane Nicoll 12e753c197 Merge pull request #43612 from gavarava
* pr/43612:
  Polish "Preserve milliseconds in build info timestamp"
  Preserve milliseconds in build info timestamp

Closes gh-43612
2024-12-26 16:08:20 +01:00
Stéphane Nicoll 7e9fda8216 Polish "Preserve milliseconds in build info timestamp"
See gh-43612
2024-12-26 15:58:09 +01:00
Gaurav 0944b07c90 Preserve milliseconds in build info timestamp
See gh-43612
2024-12-26 15:52:08 +01:00
Tran Ngoc Nhan b5893133cf Fix Javadoc link for jakarta.xml.bind
Closes gh-43606
2024-12-24 10:37:48 +01:00
Stéphane Nicoll 8e3ce14057 Merge pull request #43601 from ngocnhan-tran1996
* pr/43601:
  Polish "Remove reference to 'layertools' in reference doc"
  Remove reference to 'layertools' in reference doc

Closes gh-43601
2024-12-24 10:35:27 +01:00
Stéphane Nicoll 4bd6ad9c93 Polish "Remove reference to 'layertools' in reference doc"
See gh-43601
2024-12-24 10:34:39 +01:00
Tran Ngoc Nhan 01cd8969e2 Remove reference to 'layertools' in reference doc
See gh-43601
2024-12-24 10:34:31 +01:00
Stéphane Nicoll a5b917f9aa Merge pull request #43586 from tmaciejewski
* pr/43586:
  Polish "Add support for symlinks in FileWatcher"
  Add support for symlinks in FileWatcher

Closes gh-43586
2024-12-24 10:29:11 +01:00
Stéphane Nicoll 916705538e Polish "Add support for symlinks in FileWatcher"
See gh-43586
2024-12-24 10:22:52 +01:00
Tomasz Maciejewski 26ca3790b2 Add support for symlinks in FileWatcher
This commit allows using symlinks for SSL certificate hot reloading.

See gh-43586
2024-12-24 09:59:59 +01:00
Stéphane Nicoll 0035569882 Prevent incomplete types to stop AOT processing
Previously, if a type to bind had a property whose type could not be
loaded, this would fail the whole build. This commit makes sure that
such failure does not stop AOT processing: rather we ignore the
incomplete type and carry on.

Closes gh-43598
2024-12-23 16:14:50 +01:00
Stéphane Nicoll a87a856376 Merge pull request #43590 from ngocnhan-tran1996
* pr/43590:
  Fix use of markdown in Javadoc

Closes gh-43590
2024-12-23 15:53:51 +01:00
Tran Ngoc Nhan 4754e81208 Fix use of markdown in Javadoc
See gh-43590
2024-12-23 15:52:34 +01:00
Moritz Halbritter 316fe52df4 Next development version (v3.3.8-SNAPSHOT) 2024-12-19 12:10:05 +01:00
Stéphane Nicoll a085a0111d Upgrade to Spring Batch 5.1.3
Closes gh-43474
2024-12-19 06:59:33 +01:00
Phillip Webb ba916cb66e Allow KafkaProperties to build properties with empty bundle name
Update `KafkaProperties` so that properties can still be built when
the bundle name has no text.

Fixes gh-43561
2024-12-18 10:44:18 -08:00
Andy Wilkinson a5c2f0fc74 Improve diagnostics when config prop value conversion fails
Closes gh-43378

Co-Authored-By: Phillip Webb <phil.webb@broadcom.com>
2024-12-18 15:36:16 +00:00
Moritz Halbritter 88fad3ceb8 Merge pull request #43557 from quaff
* pr/43557:
  Fix typo

Closes gh-43557
2024-12-18 09:54:32 +01:00
Yanming Zhou 6366511b59 Fix typo
See gh-43557
2024-12-18 09:53:53 +01:00
Phillip Webb 38d96aabef Drop {*-javadoc} attribute prefixes when possible
Update javadoc references to use package name lookups rather than
`{*-javadoc}` attributes. MongoDB and Testcontainers cannot be
migrated since they have split packages.

Closes gh-43223
2024-12-17 20:38:30 -08:00
Phillip Webb 229137d2cd Document certain server.ssl.properties are ignored when using a bundle
Closes gh-43353
2024-12-17 17:34:20 -08:00
Phillip Webb aa374bf406 Correct links used in upgrade issues
Update BOMR so that the `Upgrade` type now contains a copy of the
library we're upgrading to complete with an updated version number.

This allows the correct links to be generated.

Closes gh-43545
2024-12-17 13:33:47 -08:00
Stéphane Nicoll cbb8d124c0 Upgrade to Spring Session 3.3.5
Closes gh-43397
2024-12-17 21:15:15 +01:00
Stéphane Nicoll a967a2fec0 Upgrade to Spring Pulsar 1.1.7
Closes gh-43396
2024-12-17 21:15:15 +01:00
Stéphane Nicoll 7b9701a477 Upgrade to Spring Integration 6.3.7
Closes gh-43476
2024-12-17 21:15:15 +01:00
Stéphane Nicoll db93202534 Upgrade to Spring Authorization Server 1.3.4
Closes gh-43391
2024-12-17 21:15:15 +01:00
Stéphane Nicoll 320f02a2c2 Upgrade to Netty 4.1.116.Final
Closes gh-43549
2024-12-17 21:15:14 +01:00
Phillip Webb 495665aec0 Use reverse order for shutdown hooks
Refine `SpringApplicationShutdownHook` so that shutdown happens in
reverse order to registration.

See gh-43430
2024-12-17 09:49:57 -08:00
Andy Wilkinson 4763123932 Recommend using Maven's <annotationProcessorPaths>
Closes gh-43329
2024-12-17 10:45:16 +00:00
Andy Wilkinson 13c9f68b45 Upgrade to Dependency Management Plugin 1.1.7
Closes gh-43542
2024-12-17 10:40:17 +00:00
Stéphane Nicoll 7cf434589f Merge pull request #43531 from dependabot[bot]
* pr/43531:
  Polish "Bump jfrog/setup-jfrog-cli from 4.5.0 to 4.5.2"
  Bump jfrog/setup-jfrog-cli from 4.5.0 to 4.5.2

Closes gh-43531
2024-12-17 09:09:29 +01:00
Stéphane Nicoll b27f908809 Polish "Bump jfrog/setup-jfrog-cli from 4.5.0 to 4.5.2"
See gh-43531
2024-12-17 09:05:54 +01:00
dependabot[bot] b721481252 Bump jfrog/setup-jfrog-cli from 4.5.0 to 4.5.2
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 4.5.0 to 4.5.2.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases)
- [Commits](040913fd7a...dff217c085)

---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-43531
2024-12-17 09:05:03 +01:00