Commit Graph

41134 Commits

Author SHA1 Message Date
Moritz Halbritter cdd593e327 Update Java in .sdkmanrc 2023-01-19 12:00:16 +01:00
Moritz Halbritter a35f5d66b3 Merge branch '2.7.x' 2023-01-19 11:58:46 +01:00
Moritz Halbritter 5ea878c57f Update Java 8 in CI and sdkman
Closes gh-33882
2023-01-19 11:57:28 +01:00
Moritz Halbritter 3978288f22 Merge branch '2.7.x'
Closes gh-33894
2023-01-19 11:53:37 +01:00
Moritz Halbritter 8238fe1f4d Update Java 17 in CI
Closes gh-33881
2023-01-19 11:53:20 +01:00
Moritz Halbritter 61ad227178 Update copyright 2023-01-19 11:51:20 +01:00
Moritz Halbritter fe7aeffc0d Update copyright 2023-01-19 11:51:06 +01:00
Moritz Halbritter 3b58aa6fbd Add runtime hints for GroovyTemplateAvailabilityProperties
Closes gh-33847
2023-01-19 11:47:42 +01:00
Moritz Halbritter 31ca94833a Use parent-based sampler by default
Closes gh-33821
2023-01-19 09:09:10 +01:00
Moritz Halbritter ae79c60619 Remove instance suppliers in bean definitions
Remove instance suppliers in bean definitions and depend instead
on reflection. This allows the AOT engine to correctly process
the definitions.

Fixes gh-33763
2023-01-18 19:55:56 -08:00
Phillip Webb 71efc55bf9 Merge branch '2.7.x' 2023-01-18 16:31:53 -08:00
Phillip Webb 470a255b0d Polish 2023-01-18 15:47:50 -08:00
Phillip Webb 7c508fa324 Update copyright year of changed files 2023-01-18 15:37:58 -08:00
Andy Wilkinson d8fb80925b Upgrade to Spring Integration 6.0.2
Closes gh-33813
2023-01-18 20:13:50 +00:00
Moritz Halbritter 94f4a4396c Merge branch '2.7.x'
Closes gh-33880
2023-01-18 17:35:52 +01:00
Moritz Halbritter e8d809fe65 Replace 'via' with 'over' or 'through' in the documentation
Closes gh-33878
2023-01-18 16:56:42 +01:00
Andy Wilkinson a2f593c15f Merge branch '2.7.x'
Closes gh-33876
2023-01-18 14:02:56 +00:00
Andy Wilkinson b5cebed120 Improve failure description when bean def has no resource description
Closes gh-33765
2023-01-18 13:52:56 +00:00
Moritz Halbritter bc264e925b Merge branch '2.7.x'
Closes gh-33874
2023-01-18 14:29:07 +01:00
Moritz Halbritter c939e27925 Only set AWT headless property if not already set
Closes gh-28803
2023-01-18 14:28:26 +01:00
Andy Wilkinson e910e67bf6 Upgrade to Spring Kafka 3.0.2
Closes gh-33812
2023-01-18 13:16:17 +00:00
Andy Wilkinson d3abb7fb5e Upgrade to Spring WS 4.0.1
Closes gh-33809
2023-01-18 13:15:32 +00:00
Andy Wilkinson af0ce7bf38 Upgrade to Spring Data 2022.0.1
Closes gh-33810
2023-01-18 13:15:17 +00:00
Andy Wilkinson a871c773b5 Upgrade to Spring AMQP 3.0.1
Closes gh-33811
2023-01-18 13:15:09 +00:00
Andy Wilkinson efa0eebb7e Merge branch '2.7.x'
Closes gh-33873
2023-01-18 13:11:28 +00:00
Andy Wilkinson 97d4988821 Upgrade to Spring WS 3.5.1
Closes gh-33789
2023-01-18 13:09:08 +00:00
Andy Wilkinson 03a0b30537 Upgrade to Spring Data 2021.2.7
Closes gh-33788
2023-01-18 13:08:32 +00:00
Andy Wilkinson 93204ad8ba Upgrade to Spring AMQP 2.4.9
Closes gh-33790
2023-01-18 13:07:28 +00:00
Moritz Halbritter fe8d8f4ed3 Merge branch '2.7.x' 2023-01-18 13:50:06 +01:00
Moritz Halbritter 524a4b6c1e Only return complete accessor name when accessor has a backing field 2023-01-18 13:42:56 +01:00
Moritz Halbritter ae64b205d4 Merge branch '2.7.x'
Closes gh-33871
2023-01-18 12:08:58 +01:00
Moritz Halbritter 26d658802f Add support for record accessors in spring-boot-configuration-processor
Closes gh-29526
2023-01-18 12:02:34 +01:00
Moritz Halbritter 6c44055fd4 Polish PropertyDescriptorResolver 2023-01-18 12:01:06 +01:00
Moritz Halbritter 4735a0fb7e Merge branch '2.7.x'
Closes gh-33869
2023-01-18 10:24:13 +01:00
Moritz Halbritter ac91cfdfbf Merge pull request #33867 from zhangyanyue
* pr/33867:
  Fix typo in kotlin getting started documentation

Closes gh-33867
2023-01-18 10:23:41 +01:00
zhangyanyue 1eb394f958 Fix typo in kotlin getting started documentation
See gh-33867
2023-01-18 10:23:24 +01:00
Phillip Webb fad88232b9 Update copyright year of changed files 2023-01-17 10:12:38 -08:00
Phillip Webb a889c539ab Merge branch '2.7.x' 2023-01-17 10:12:25 -08:00
Phillip Webb 71ff90a6a5 Polish 2023-01-17 10:11:47 -08:00
Phillip Webb a0fe8241a7 Update copyright year of changed files 2023-01-17 10:07:03 -08:00
Moritz Halbritter 9c1530d865 Merge branch '2.7.x'
Closes gh-33860
2023-01-17 15:43:11 +01:00
Moritz Halbritter fd5fe97646 Remove spring.reactor.debug from devtools property defaults
Closes gh-33858
2023-01-17 15:42:34 +01:00
Moritz Halbritter 5fc0cbdcc7 Merge pull request #33732 from IDJack
* pr/33732:
  Fix typo in documentation

Closes gh-33732
2023-01-17 14:40:37 +01:00
IDJack 1a37cd80db Fix typo in documentation
See gh-33732
2023-01-17 14:40:14 +01:00
Moritz Halbritter 21f360bae9 Merge branch '2.7.x'
Closes gh-33857
2023-01-17 14:38:17 +01:00
Moritz Halbritter d7bbeee68c Merge pull request #33838 from izeye
* pr/33838:
  Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc

Closes gh-33838
2023-01-17 14:38:00 +01:00
Johnny Lim 3983d49523 Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc
See gh-33838
2023-01-17 14:37:34 +01:00
Moritz Halbritter 6dd7ac0821 Merge branch '2.7.x'
Closes gh-33856
2023-01-17 14:34:37 +01:00
Moritz Halbritter cbb74673ca Merge pull request #33774 from mhalbritter
* pr/33774:
  Log failing calls to health indicators

Closes gh-33774
2023-01-17 14:34:12 +01:00
Moritz Halbritter d7852cb176 Log failing calls to health indicators
See gh-33774
2023-01-17 14:33:53 +01:00