Commit Graph

48614 Commits

Author SHA1 Message Date
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
Andy Wilkinson
816b9b942e Merge branch '3.1.x' into 3.2.x 2024-04-18 14:35:36 +01:00
Andy Wilkinson
8a22108c62 Use the version not the tag when creating the build name 2024-04-18 14:35:30 +01:00
Andy Wilkinson
79bdf6f178 Merge branch '3.2.x' 2024-04-18 14:17:29 +01:00
Andy Wilkinson
9cf1304e87 Merge branch '3.1.x' into 3.2.x 2024-04-18 14:17:19 +01:00
Andy Wilkinson
22698ea79b Fix references to inputs in Sync to Maven Central action 2024-04-18 14:15:50 +01:00
Andy Wilkinson
70c3e37e9d Merge branch '3.2.x' 2024-04-18 12:47:06 +01:00
Andy Wilkinson
e7f9e78ca8 Merge branch '3.1.x' into 3.2.x 2024-04-18 12:46:59 +01:00
Andy Wilkinson
e0d00c0509 Fix version output of build-and-stage-release job 2024-04-18 12:46:04 +01:00
Andy Wilkinson
cbbb2b415e Merge branch '3.2.x' 2024-04-18 12:26:34 +01:00
Andy Wilkinson
8c79181239 Merge branch '3.1.x' into 3.2.x 2024-04-18 12:26:26 +01:00
Andy Wilkinson
35725b4432 Reverse order so one checkout does not delete the other 2024-04-18 12:26:00 +01:00
Andy Wilkinson
317b4d6148 Merge branch '3.2.x' 2024-04-18 12:06:58 +01:00
Andy Wilkinson
b9b3c367a4 Merge branch '3.1.x' into 3.2.x 2024-04-18 12:06:51 +01:00
Andy Wilkinson
b48cf9b5a8 Improve verify workflow's handling of secrets 2024-04-18 12:06:31 +01:00
Andy Wilkinson
8a96db10ad Merge branch '3.2.x' 2024-04-18 11:45:07 +01:00
Andy Wilkinson
478bd507ce Update Homebrew Tap when releasing
Closes gh-40424
2024-04-18 11:43:45 +01:00
Andy Wilkinson
be4974fb53 Merge branch '3.2.x' 2024-04-18 11:28:21 +01:00
Andy Wilkinson
19481bb4db Make new candidate the default when publishing to SDKMAN
Closes gh-40425
2024-04-18 11:27:19 +01:00
Andy Wilkinson
1b5e639835 Merge branch '3.2.x' 2024-04-18 11:26:49 +01:00
Andy Wilkinson
446970a464 Polish tag filter 2024-04-18 11:26:15 +01:00
Andy Wilkinson
ebf816f056 Make Tomcat and Undertow starters locally available to SNI test apps
See gh-26022
2024-04-18 11:18:07 +01:00
Andy Wilkinson
b705a63c8e Make WebFlux starter locally available to SNI test apps
See gh-26022
2024-04-18 11:07:09 +01:00
Moritz Halbritter
7243bd9d4f Merge branch '3.2.x'
Closes gh-40428
2024-04-18 12:00:49 +02:00
Moritz Halbritter
8df899b510 Merge branch '3.1.x' into 3.2.x
Closes gh-40427
2024-04-18 11:59:50 +02:00