Commit Graph

48447 Commits

Author SHA1 Message Date
Andy Wilkinson
eb23d3cf59 Merge branch '3.2.x'
Closes gh-40465
2024-04-22 11:18:35 +01:00
Andy Wilkinson
deffda47f6 Merge branch '3.1.x' into 3.2.x
Closes gh-40464
2024-04-22 11:18:22 +01:00
Andy Wilkinson
ca4d64ed16 Use absolute path when showing classpath where main class was not found
Closes gh-40463
2024-04-22 11:16:37 +01:00
Andy Wilkinson
3725d70b1d Merge branch '3.2.x'
Closes gh-40451
2024-04-19 17:31:09 +01:00
Andy Wilkinson
2e114b6971 Merge branch '3.1.x' into 3.2.x
Closes gh-40450
2024-04-19 17:31:00 +01:00
Andy Wilkinson
172b3d5336 Improve diagnostics when native image fails before logging is set up
Closes gh-40429
2024-04-19 17:30:22 +01:00
Andy Wilkinson
58073e0e30 Merge branch '3.2.x'
Closes gh-40448
2024-04-19 14:24:50 +01:00
Andy Wilkinson
f78b239ada Merge branch '3.1.x' into 3.2.x
Closes gh-40447
2024-04-19 14:23:17 +01:00
Andy Wilkinson
335d42ba64 Run system tests on GitHub Actions
Closes gh-40446
2024-04-19 14:22:00 +01:00
Andy Wilkinson
7aa20eab06 Merge branch '3.2.x'
Closes gh-40445
2024-04-19 14:18:51 +01:00
Andy Wilkinson
0ce2a80c81 Merge branch '3.1.x' into 3.2.x
Closes gh-40444
2024-04-19 14:18:40 +01:00
Andy Wilkinson
7bf20cfae7 Move steps for preparing a Gradle build into a reusable action
Closes gh-40443
2024-04-19 13:55:45 +01:00
Andy Wilkinson
e44ddcd6eb Merge branch '3.2.x' 2024-04-19 11:43:16 +01:00
Andy Wilkinson
4c7cb683b5 Merge branch '3.1.x' into 3.2.x
Closes gh-40442
2024-04-19 11:43:01 +01:00
Andy Wilkinson
67fb115b6c Set artifact properties on the docs zip when releasing
Closes gh-40433
2024-04-19 11:42:10 +01:00
Andy Wilkinson
f25dc86a3a Merge branch '3.2.x'
Closes gh-40441
2024-04-19 10:58:06 +01:00
Andy Wilkinson
c55f136c2a Merge branch '3.1.x' into 3.2.x
Closes gh-40440
2024-04-19 10:57:47 +01:00
Andy Wilkinson
5e9161f785 Make DevToolsDataSourceAutoConfiguration back off without DataSource class
Manually tested as an automated test is prohibitively difficult as it
requires hiding one of the JDK's own classes.

Closes gh-40434
2024-04-19 10:54:23 +01:00
Moritz Halbritter
9871ad169a Merge branch '3.2.x'
Closes gh-40418
2024-04-19 09:28:43 +02:00
Moritz Halbritter
887b94cbc8 Merge branch '3.1.x' into 3.2.x
Closes gh-40413
2024-04-19 09:28:26 +02:00
Moritz Halbritter
a715c917d8 Upgrade Java 21 version in CI image
Closes gh-40411
2024-04-19 09:28:17 +02:00
Moritz Halbritter
cb9d7817ac Merge branch '3.2.x'
Closes gh-40417
2024-04-19 09:25:01 +02:00
Moritz Halbritter
01c26ef84e Merge branch '3.1.x' into 3.2.x
Closes gh-40416
2024-04-19 09:24:35 +02:00
Moritz Halbritter
7b96941fb9 Update Java in SDKman and CI image to 17.0.11-librca
Closes gh-40414
2024-04-19 09:23:06 +02:00
Phillip Webb
b768d93079 Fix a few docs build issues 2024-04-18 12:55:56 -07:00
Phillip Webb
6963bd884b Merge branch '3.2.x' 2024-04-18 12:53:26 -07:00
Phillip Webb
38af8cd362 Merge branch '3.1.x' into 3.2.x 2024-04-18 12:52:54 -07:00
Phillip Webb
20db2b54c7 Update copyright year of changed files 2024-04-18 12:52:29 -07:00
Phillip Webb
da9634b7d9 Merge pull request #40422 from quaff
* pr/40422:
  Polishing RabbitAutoConfigurationTests to use kebab-case keys

Closes gh-40422
2024-04-18 12:51:51 -07:00
Yanming Zhou
6226faa9cd Polishing RabbitAutoConfigurationTests to use kebab-case keys
See gh-40422
2024-04-18 12:51:35 -07:00
Phillip Webb
dc76240612 Polish 2024-04-18 12:50:50 -07:00
Phillip Webb
c5935ea421 Merge pull request #40421 from quaff
* pr/40421:
  Polish 'Add `spring.rabbitmq.template.allowed-list-patterns` property'
  Add `spring.rabbitmq.template.allowed-list-patterns` property

Closes gh-40421
2024-04-18 12:50:23 -07:00
Phillip Webb
d243d7eb50 Polish 'Add spring.rabbitmq.template.allowed-list-patterns property'
See gh-40421
2024-04-18 12:48:39 -07:00
Yanming Zhou
c329c5fe5b Add spring.rabbitmq.template.allowed-list-patterns property
Update `RabbitProperties` and `RabbitTemplateConfigurer` to support a
`spring.rabbitmq.template.allowed-list-patterns` property.

The can be used to prevent errors of the form:

	java.lang.SecurityException: Attempt to deserialize unauthorized
	class com.example.domain.Message; add allowed class name patterns
	to the message converter or, if you trust the message orginiator,
	set environment variable 'SPRING_AMQP_DESERIALIZATION_TRUST_ALL'
	or system property 'spring.amqp.deserialization.trust.all' to true

See gh-40421
2024-04-18 12:46:38 -07:00
Phillip Webb
4ce736614d Merge pull request #40339 from vpavic
* pr/40339:
  Add reference to OpenTelemetry Spring Boot starter

Closes gh-40339
2024-04-18 12:20:24 -07:00
Vedran Pavic
db1ace2765 Add reference to OpenTelemetry Spring Boot starter
See gh-40339
2024-04-18 12:19:51 -07:00
Phillip Webb
90b2684b3e Merge pull request #40080 from theborakompanioni
* pr/40080:
  Add reference to Nostr Spring Boot Starter

Closes gh-40080
2024-04-18 12:19:31 -07:00
Thebora Kompanioni
75343a85bf Add reference to Nostr Spring Boot Starter
See gh-40080
2024-04-18 12:19:18 -07:00
Phillip Webb
54595c6ae9 Merge pull request #40054 from ViliusS
* pr/40054:
  Polish 'Fix forward-headers-strategy documentation regarding cloud defaults'
  Fix forward-headers-strategy documentation regarding cloud defaults

Closes gh-40054
2024-04-18 12:17:56 -07:00
Phillip Webb
73b1836a00 Polish 'Fix forward-headers-strategy documentation regarding cloud defaults'
See gh-40054
2024-04-18 12:17:29 -07:00
Vilius Šumskas
a832e4bb38 Fix forward-headers-strategy documentation regarding cloud defaults
Update the reference documentation since all cloud platform use
forward-headers-strategy=NATIVE.

See gh-40054
2024-04-18 12:16:12 -07:00
Phillip Webb
805bb06437 Merge pull request #39813 from quaff
* pr/39813:
  Configure JpaBaseConfiguration with custom ManagedClassNameFilter

Closes gh-39813
2024-04-18 12:10:58 -07:00
Yanming Zhou
a52ab774de Configure JpaBaseConfiguration with custom ManagedClassNameFilter
Update `JpaBaseConfiguration` to configure a `ManagedClassNameFilter`
if one is available.

See gh-39813
2024-04-18 12:08:06 -07:00
Andy Wilkinson
8c2b988010 Switch to same-minor-version upgrade policy
Closes gh-40432
2024-04-18 20:04:55 +01:00
Andy Wilkinson
3092f434ff Merge branch '3.2.x' 2024-04-18 19:22:58 +01:00
Andy Wilkinson
20e7e35df3 Correct misconfigured step in update-homebrew-tap action 2024-04-18 19:22:01 +01:00
Andy Wilkinson
b0c9ae567f Merge branch '3.2.x' 2024-04-18 19:21:37 +01:00
Andy Wilkinson
740dc58661 Next development version (v3.2.6-SNAPSHOT) 2024-04-18 19:21:16 +01:00
Moritz Halbritter
ceab3d7d81 Merge branch '3.2.x' 2024-04-18 17:47:14 +02:00
Moritz Halbritter
f5b51ab74a Merge branch '3.1.x' into 3.2.x 2024-04-18 17:47:08 +02:00