Commit Graph

53602 Commits

Author SHA1 Message Date
Moritz Halbritter
c0b74480ab Merge branch '3.4.x'
Closes gh-44756
2025-03-18 14:03:55 +01:00
Moritz Halbritter
c2075bf8e0 Document support for Java 24
Closes gh-44754
2025-03-18 14:00:14 +01:00
Moritz Halbritter
b956754e8e Remove readonly flags from mojo parameters
Closes gh-43699
2025-03-18 13:10:11 +01:00
Brian Clozel
39a18948bd Remove TraceId HTTP response header support
Closes gh-44752
2025-03-18 10:30:32 +01:00
Stéphane Nicoll
93d6caf7f9 Merge branch '3.4.x'
Closes gh-44751
2025-03-18 09:53:51 +01:00
Stéphane Nicoll
9515c6fb43 Merge branch '3.3.x' into 3.4.x
Closes gh-44750
2025-03-18 09:53:43 +01:00
Stéphane Nicoll
86d08fb76f Merge pull request #44747 from quaff
* pr/44747:
  Udate copyright year of changed file
  Remove workaround for Java Records in tests

Closes gh-44747
2025-03-18 09:53:38 +01:00
Stéphane Nicoll
19de2263e2 Udate copyright year of changed file
See gh-44747
2025-03-18 09:50:20 +01:00
Yanming Zhou
aa72f4d553 Remove workaround for Java Records in tests
See gh-44747

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-03-18 09:48:42 +01:00
Stéphane Nicoll
e35a499b9e Merge branch '3.4.x'
Closes gh-44749
2025-03-18 09:48:13 +01:00
Stéphane Nicoll
274e2ed1ea Merge branch '3.3.x' into 3.4.x
Closes gh-44748
2025-03-18 09:48:04 +01:00
Stéphane Nicoll
af13323d32 Merge pull request #44724 from ngocnhan-tran1996
* pr/44724:
  Remove redhat architect guide link

Closes gh-44724
2025-03-18 09:47:55 +01:00
Tran Ngoc Nhan
5909d1e919 Remove redhat architect guide link
See gh-44724

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-03-18 09:47:39 +01:00
Stéphane Nicoll
719af68b18 Merge branch '3.4.x' 2025-03-17 18:02:00 +01:00
Stéphane Nicoll
e728c76702 Upgrade to Spring Pulsar 1.2.4
Closes gh-44597
2025-03-17 17:54:43 +01:00
Stéphane Nicoll
a425574001 Upgrade to Spring LDAP 3.3.0-M3
Closes gh-44596
2025-03-17 17:54:43 +01:00
Stéphane Nicoll
2f16b17e1d Upgrade to Spring AMQP 3.2.4
Closes gh-44742
2025-03-17 17:54:42 +01:00
Stéphane Nicoll
881f9ecc8a Upgrade to Hibernate 6.6.11.Final
Closes gh-44741
2025-03-17 17:54:38 +01:00
Stéphane Nicoll
c63111cc99 Merge branch '3.3.x' into 3.4.x 2025-03-17 17:51:11 +01:00
Stéphane Nicoll
928d61f864 Upgrade to Spring Pulsar 1.2.4
Closes gh-44571
2025-03-17 17:41:34 +01:00
Stéphane Nicoll
e91da7be51 Upgrade to Spring AMQP 3.2.4
Closes gh-44740
2025-03-17 17:41:34 +01:00
Stéphane Nicoll
55b035bcf5 Upgrade to Hibernate 6.6.11.Final
Closes gh-44739
2025-03-17 17:41:29 +01:00
Stéphane Nicoll
a0146f2f83 Upgrade to Spring Pulsar 1.1.10
Closes gh-44562
2025-03-17 17:39:15 +01:00
Stéphane Nicoll
2a5083c9ac Upgrade to Spring AMQP 3.1.10
Closes gh-44738
2025-03-17 17:39:15 +01:00
Andy Wilkinson
be97e79ad6 Rationalize Groovy Template configuration properties
Previously, spring.groovy.template.configuration properties were
bound directly to GroovyMarkupConfigurer. This meant that the
properties had no description or default values in the metadata.
It also resulted in some duplicate where a specific
spring.groovy.template property was also provided.

This commit deprecates the spring.groovy.template.configuration.*
properties in favour of specific spring.groovy.template.* properties
that are mapped to the GroovyMarkupConfigurer.

Closes gh-44722
2025-03-17 16:03:34 +00:00
Stéphane Nicoll
abc43894c7 Merge branch '3.4.x' 2025-03-17 16:06:38 +01:00
Stéphane Nicoll
0f7d46a992 Polish "Stop relying on broker's auto-configuration"
See gh-44735
2025-03-17 16:06:12 +01:00
Stéphane Nicoll
b639f3759b Merge branch '3.4.x'
Closes gh-44736
2025-03-17 15:56:01 +01:00
Stéphane Nicoll
aec59c7369 Merge branch '3.3.x' into 3.4.x
Closes gh-44735
2025-03-17 15:55:54 +01:00
Stéphane Nicoll
bf4fface23 Stop relying on broker's auto-configuration
This commit isolates JmsAutoConfiguration tests so that they do not
rely on an actual broker. Some tests that are no longer relevant have
been adapted as well.

Closes gh-44734
2025-03-17 15:50:34 +01:00
Stéphane Nicoll
7d5fdb15b4 Merge branch '3.4.x' 2025-03-17 14:13:14 +01:00
Stéphane Nicoll
769279bd34 Start building against Spring Framework 6.2.5 snapshots
See gh-44732
2025-03-17 14:12:48 +01:00
Stéphane Nicoll
4bdf898e02 Start building against Spring Framework 6.2.5 snapshots
See gh-44731
2025-03-17 14:12:05 +01:00
Stéphane Nicoll
d0cdae2369 Align nativeTest to native to make it multi-modules friendly
This commit harmonizes the behavior of the native and nativeTest Maven
profiles. Previously, enabling the nativeTest profile would
automatically add an execution of the Spring Boot and Native Build Tools
plugins, even in a module that doesn't represent an application or a
Spring Boot-related module.

With this commit, the native testing feature is only enabled if the
plugins are defined in the project, either directly, or in a parent.

The documentation has been updated as the behavior of both profiles is
now much more consistent.

Closes gh-44696
2025-03-17 11:32:35 +01:00
Moritz Halbritter
77159205ed Merge pull request #44704 from jonatan-ivanov
* pr/44704:
  Add GarbageCollectorInfo to MemoryInfo

Closes gh-44704
2025-03-17 09:09:57 +01:00
Jonatan Ivanov
97e71b7507 Add GarbageCollectorInfo to MemoryInfo
See gh-44704
2025-03-17 09:09:29 +01:00
Stéphane Nicoll
8daf7323c3 Merge branch '3.4.x'
Closes gh-44730
2025-03-17 09:02:23 +01:00
Stéphane Nicoll
0ca4be2d52 Merge branch '3.3.x' into 3.4.x
Closes gh-44729
2025-03-17 09:02:00 +01:00
Stéphane Nicoll
15efbd675f Merge pull request #44725 from quaff
* pr/44725:
  Update copyright year of changed files
  Polish usage of @ConfigurationProperties

Closes gh-44725
2025-03-17 09:01:52 +01:00
Stéphane Nicoll
6ec6132cc2 Update copyright year of changed files
See gh-44725
2025-03-17 09:01:35 +01:00
Yanming Zhou
fa9c1f0c41 Polish usage of @ConfigurationProperties
See gh-44725

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-03-17 09:01:08 +01:00
Moritz Halbritter
6d2fb65340 Merge branch '3.4.x'
Closes gh-44728
2025-03-17 08:55:25 +01:00
Moritz Halbritter
01719c41fa Merge branch '3.3.x' into 3.4.x
Closes gh-44727
2025-03-17 08:55:16 +01:00
Moritz Halbritter
135fb1a254 Merge pull request #44718 from KmYgJn
* pr/44718:
  Fix Integer conversion in getProgress() method

Closes gh-44718
2025-03-17 08:52:24 +01:00
youngjin_dev
a164dab25d Fix Integer conversion in getProgress() method
See gh-44718

Signed-off-by: youngjin_dev <qazkyj0310@gmail.com>
2025-03-17 08:52:15 +01:00
Phillip Webb
951e7abfbc Merge branch '3.4.x' 2025-03-14 17:24:51 -07:00
Phillip Webb
14e00c0c75 Merge branch '3.3.x' into 3.4.x 2025-03-14 17:24:26 -07:00
Phillip Webb
109e4c8572 Update copyright year of changed files 2025-03-14 17:24:06 -07:00
Phillip Webb
2e0f6f87d8 Merge branch '3.4.x' 2025-03-14 15:44:29 -07:00
Phillip Webb
5d688502ae Polish 2025-03-14 15:44:23 -07:00