Commit Graph

48488 Commits

Author SHA1 Message Date
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
Moritz Halbritter 6b440723d6 Remove dependency on the git ref when creating releases 2024-04-18 17:45:35 +02:00
Moritz Halbritter b13d006482 Fix action that publishes to SDKman 2024-04-18 17:45:20 +02:00
Andy Wilkinson d78535ca22 Merge branch '3.2.x' 2024-04-18 16:39:02 +01:00
Andy Wilkinson f84a2638a4 Merge branch '3.1.x' into 3.2.x 2024-04-18 16:38:51 +01:00
Andy Wilkinson 56b59cd02f Fix action that publishes the Gradle plugin
- Set up Java so that it's available for ./gradlew to use
- Make the build-number an input for easier re-use in an emergency
- Use a working directory to hide main repository's buildSrc
2024-04-18 16:38:14 +01:00
Andy Wilkinson fcb7019552 Merge branch '3.2.x' 2024-04-18 15:45:36 +01:00
Andy Wilkinson 9a28ae1316 Merge branch '3.1.x' into 3.2.x 2024-04-18 15:45:28 +01:00
Andy Wilkinson 18ada7cb91 Next development version (v3.1.12-SNAPSHOT) 2024-04-18 15:44:28 +01:00
Andy Wilkinson e251853129 Merge branch '3.2.x' 2024-04-18 14:35:45 +01:00