Andy Wilkinson
eb23d3cf59
Merge branch '3.2.x'
...
Closes gh-40465
2 years ago
Andy Wilkinson
deffda47f6
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40464
2 years ago
Andy Wilkinson
ca4d64ed16
Use absolute path when showing classpath where main class was not found
...
Closes gh-40463
2 years ago
Andy Wilkinson
3725d70b1d
Merge branch '3.2.x'
...
Closes gh-40451
2 years ago
Andy Wilkinson
2e114b6971
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40450
2 years ago
Andy Wilkinson
172b3d5336
Improve diagnostics when native image fails before logging is set up
...
Closes gh-40429
2 years ago
Andy Wilkinson
58073e0e30
Merge branch '3.2.x'
...
Closes gh-40448
2 years ago
Andy Wilkinson
f78b239ada
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40447
2 years ago
Andy Wilkinson
335d42ba64
Run system tests on GitHub Actions
...
Closes gh-40446
2 years ago
Andy Wilkinson
7aa20eab06
Merge branch '3.2.x'
...
Closes gh-40445
2 years ago
Andy Wilkinson
0ce2a80c81
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40444
2 years ago
Andy Wilkinson
7bf20cfae7
Move steps for preparing a Gradle build into a reusable action
...
Closes gh-40443
2 years ago
Andy Wilkinson
e44ddcd6eb
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
4c7cb683b5
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40442
2 years ago
Andy Wilkinson
67fb115b6c
Set artifact properties on the docs zip when releasing
...
Closes gh-40433
2 years ago
Andy Wilkinson
f25dc86a3a
Merge branch '3.2.x'
...
Closes gh-40441
2 years ago
Andy Wilkinson
c55f136c2a
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40440
2 years ago
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
2 years ago
Moritz Halbritter
9871ad169a
Merge branch '3.2.x'
...
Closes gh-40418
2 years ago
Moritz Halbritter
887b94cbc8
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40413
2 years ago
Moritz Halbritter
a715c917d8
Upgrade Java 21 version in CI image
...
Closes gh-40411
2 years ago
Moritz Halbritter
cb9d7817ac
Merge branch '3.2.x'
...
Closes gh-40417
2 years ago
Moritz Halbritter
01c26ef84e
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40416
2 years ago
Moritz Halbritter
7b96941fb9
Update Java in SDKman and CI image to 17.0.11-librca
...
Closes gh-40414
2 years ago
Phillip Webb
b768d93079
Fix a few docs build issues
2 years ago
Phillip Webb
6963bd884b
Merge branch '3.2.x'
2 years ago
Phillip Webb
38af8cd362
Merge branch '3.1.x' into 3.2.x
2 years ago
Phillip Webb
20db2b54c7
Update copyright year of changed files
2 years ago
Phillip Webb
da9634b7d9
Merge pull request #40422 from quaff
...
* pr/40422:
Polishing RabbitAutoConfigurationTests to use kebab-case keys
Closes gh-40422
2 years ago
Yanming Zhou
6226faa9cd
Polishing RabbitAutoConfigurationTests to use kebab-case keys
...
See gh-40422
2 years ago
Phillip Webb
dc76240612
Polish
2 years ago
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
2 years ago
Phillip Webb
d243d7eb50
Polish 'Add `spring.rabbitmq.template.allowed-list-patterns` property'
...
See gh-40421
2 years ago
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
2 years ago
Phillip Webb
4ce736614d
Merge pull request #40339 from vpavic
...
* pr/40339:
Add reference to OpenTelemetry Spring Boot starter
Closes gh-40339
2 years ago
Vedran Pavic
db1ace2765
Add reference to OpenTelemetry Spring Boot starter
...
See gh-40339
2 years ago
Phillip Webb
90b2684b3e
Merge pull request #40080 from theborakompanioni
...
* pr/40080:
Add reference to Nostr Spring Boot Starter
Closes gh-40080
2 years ago
Thebora Kompanioni
75343a85bf
Add reference to Nostr Spring Boot Starter
...
See gh-40080
2 years ago
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
2 years ago
Phillip Webb
73b1836a00
Polish 'Fix forward-headers-strategy documentation regarding cloud defaults'
...
See gh-40054
2 years ago
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
2 years ago
Phillip Webb
805bb06437
Merge pull request #39813 from quaff
...
* pr/39813:
Configure JpaBaseConfiguration with custom ManagedClassNameFilter
Closes gh-39813
2 years ago
Yanming Zhou
a52ab774de
Configure JpaBaseConfiguration with custom ManagedClassNameFilter
...
Update `JpaBaseConfiguration` to configure a `ManagedClassNameFilter`
if one is available.
See gh-39813
2 years ago
Andy Wilkinson
8c2b988010
Switch to same-minor-version upgrade policy
...
Closes gh-40432
2 years ago
Andy Wilkinson
3092f434ff
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
20e7e35df3
Correct misconfigured step in update-homebrew-tap action
2 years ago
Andy Wilkinson
b0c9ae567f
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
740dc58661
Next development version (v3.2.6-SNAPSHOT)
2 years ago
Moritz Halbritter
ceab3d7d81
Merge branch '3.2.x'
2 years ago
Moritz Halbritter
f5b51ab74a
Merge branch '3.1.x' into 3.2.x
2 years ago