Commit Graph

54471 Commits

Author SHA1 Message Date
Stéphane Nicoll
3e39b0256d Merge branch '3.3.x'
Closes gh-43617
2024-12-26 16:08:26 +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
Stéphane Nicoll
682d6e5596 Merge branch '3.3.x'
Closes gh-43607
2024-12-24 10:38:15 +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
8af1778ca8 Merge branch '3.3.x'
Closes gh-43605
2024-12-24 10:35:32 +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
97f9589404 Merge branch '3.3.x'
Closes gh-43604
2024-12-24 10:29:21 +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
d782e763a6 Merge branch '3.3.x'
Closes gh-43600
2024-12-23 16:17:46 +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
9eb04c3437 Merge branch '3.3.x'
Closes gh-43599
2024-12-23 15:53:55 +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
Stéphane Nicoll
602542d7e7 Merge pull request #43592 from izeye
* pr/43592:
  Remove unused ScopedFooConfiguration in ConditionalOnMissingBeanTests

Closes gh-43592
2024-12-23 15:49:28 +01:00
Johnny Lim
81f67b13e6 Remove unused ScopedFooConfiguration in ConditionalOnMissingBeanTests
See gh-43592
2024-12-23 15:49:16 +01:00
Andy Wilkinson
681d4c2744 Remove unused dependency management from spring-boot-parent
See gh-43584
2024-12-20 14:30:19 +00:00
Moritz Halbritter
60e0de79ea Next development version (v3.4.2-SNAPSHOT) 2024-12-19 14:44:13 +01:00
Moritz Halbritter
c9e8174f55 Merge branch '3.3.x' 2024-12-19 12:10:30 +01:00
Moritz Halbritter
316fe52df4 Next development version (v3.3.8-SNAPSHOT) 2024-12-19 12:10:05 +01:00
Stéphane Nicoll
4300ee978d Merge branch '3.3.x' 2024-12-19 07:17:09 +01:00
Stéphane Nicoll
da593800be Upgrade to Spring Batch 5.2.1
Closes gh-43477
2024-12-19 06:59:49 +01:00
Stéphane Nicoll
a085a0111d Upgrade to Spring Batch 5.1.3
Closes gh-43474
2024-12-19 06:59:33 +01:00
Stéphane Nicoll
fcc569e5c4 Upgrade to Hibernate 6.6.4.Final
Closes gh-43566
2024-12-19 06:42:19 +01:00
Phillip Webb
1b8fcb60ab Merge pull request #43560 from arefbehboudi
* pr/43560:
  Polish

Closes gh-43560
2024-12-18 10:54:11 -08:00
arefbehboudi
dbc1fc26e6 Polish
See gh-43560
2024-12-18 10:51:49 -08:00
Phillip Webb
ef431609ab Merge branch '3.3.x'
Closes gh-43563
2024-12-18 10:44:28 -08: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
809d6f357f Merge branch '3.3.x'
Closes gh-43559
2024-12-18 15:49:43 +00: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
208d043450 Merge branch '3.3.x'
Closes gh-43558
2024-12-18 09:55:58 +01: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
Stéphane Nicoll
63202f818e Upgrade to Spring Session 3.4.1
Closes gh-43420
2024-12-18 08:30:02 +01:00
Stéphane Nicoll
9a403d92d7 Upgrade to Spring Integration 6.4.1
Closes gh-43415
2024-12-18 08:30:02 +01:00
Phillip Webb
b447bdf070 Merge branch '3.3.x'
Closes gh-43555
2024-12-17 20:40:46 -08: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
f5cf95d0cf Merge branch '3.3.x'
Closes gh-43552
2024-12-17 17:35:08 -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
79d97803df Merge branch '3.3.x'
Closes gh-43551
2024-12-17 13:33:58 -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
6bcc41dde9 Merge branch '3.3.x' 2024-12-17 21:22:55 +01: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