Phillip Webb
06f0b91429
Add @Order to WebSocketMessageConverterConfiguration
...
Add `@Order` to `WebSocketMessageConverterConfiguration` so that custom
`WebSocketMessageBrokerConfigurer` implementations can be added before
or after ours.
Fixes gh-42924
1 year ago
Phillip Webb
c2ab2ddd6c
Merge pull request #42966 from nosan
...
* pr/42966:
Support timeout property for GraphQL over SSE
Closes gh-42966
1 year ago
Dmytro Nosan
85b1c567f1
Support timeout property for GraphQL over SSE
...
See gh-42966
1 year ago
Phillip Webb
23607ee4c4
Add nullSafeValue method that accepts a mapper Function
...
Update `JsonObjectDeserializer` with a `nullSafeValue` method that
accepts a mapper `Function`
Closes gh-42972
1 year ago
Phillip Webb
2fa1180332
Make NamedPipeSocket.connect a no-op to fix connection exceptions
...
Update `NamedPipeSocket` so that `connect` methods are now no-ops. This
restores the behavior of Spring Boot 3.3 which previously handled the
case by overriding `ConnectionSocketFactory.connectSocket`. The newer
HTTP client code uses the `DetachedSocketFactory` interface which
doesn't offer a method that we can override, so instead we must change
the socket implementation itself.
Fixes gh-42952
1 year ago
Phillip Webb
bc5a25bf16
Polish
1 year ago
Andy Wilkinson
2b3c93ffda
Consider factory beans when finding candidates
...
Previously, if a bean name was a factory dereference its definition
would not be found. When the definition wasn't found it was assumed
that the bean was an autowire candidate and a default candidate.
If this, in fact, was not the case, @ConditionalOnMissingBean would
not match when it should have done and @ConditionalOnBean would
match when it should not had done.
This commit updates the bean-based conditions to correctly consider
factory beans so that whether or not they are a candidate can be
evaluated correctly.
Fixes gh-42970
1 year ago
Andy Wilkinson
4a9da78eb8
Merge branch '3.3.x'
...
Closes gh-42969
1 year ago
Andy Wilkinson
f9281a61ff
Rework Antora Gradle Infrastructure
...
Closes gh-40572
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
1 year ago
Moritz Halbritter
8f6aabc15b
Merge branch '3.3.x'
...
Closes gh-42960
1 year ago
Moritz Halbritter
6470748d6d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42959
1 year ago
Moritz Halbritter
90b920a410
Use default address if null address is given
...
Closes gh-42958
1 year ago
Moritz Halbritter
5b30e6fb9e
Merge branch '3.3.x'
...
Closes gh-42954
1 year ago
Moritz Halbritter
7687bec712
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42953
1 year ago
Moritz Halbritter
01b6f73eea
Merge pull request #42918 from ahoehma
...
* pr/42918:
Polish "Link to Eclipse setup instructions"
Link to Eclipse setup instructions
Closes gh-42918
1 year ago
Moritz Halbritter
f35bf0ddc8
Polish "Link to Eclipse setup instructions"
...
See gh-42918
1 year ago
Andreas Höhmann
4ead529a5b
Link to Eclipse setup instructions
...
See gh-42918
1 year ago
Phillip Webb
23fe3977d2
Remove spring-boot-starter-aop dependencies
...
Update `spring-boot-starter-data` and `spring-boot-starter-integration`
so that they no longer depend on `spring-boot-starter-aop`. The removes
the dependency on AspectJ which should help improve startup time.
Closes gh-42934
1 year ago
Phillip Webb
9890872a9a
Improve performance of ConcurrentReferenceCachingMetadataReaderFactory
...
Update `ConcurrentReferenceCachingMetadataReaderFactory` with cache
by class name.
Closes gh-42949
1 year ago
Phillip Webb
7eb98b4487
Store bind handlers on first access
...
Update `ConfigurationPropertiesBinder` so that bind handler are fetched
and stored once.
Closes gh-42950
1 year ago
Andy Wilkinson
f4c6aab02b
Merge branch '3.3.x'
...
Closes gh-42945
1 year ago
Andy Wilkinson
53186655f9
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42944
1 year ago
Andy Wilkinson
e8b8584175
Merge branch '3.3.x'
...
Closes gh-42943
1 year ago
Andy Wilkinson
1ad5fb8638
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42942
1 year ago
Andy Wilkinson
1c61e59099
Prohibit unnecessary values on @ConditionalOnMissingBean
...
Closes gh-42941
1 year ago
Andy Wilkinson
1f7d8ddc3c
Merge pull request #42933 from quaff
...
* gh-42933:
Polish "Remove unnecessary values from @ConditionalOnMissingBean"
Remove unnecessary values from @ConditionalOnMissingBean
Closes gh-42933
1 year ago
Andy Wilkinson
00ceb378c4
Polish "Remove unnecessary values from @ConditionalOnMissingBean"
...
See gh-42933
1 year ago
Yanming Zhou
88d7a1e74a
Remove unnecessary values from @ConditionalOnMissingBean
...
See gh-42933
1 year ago
Andy Wilkinson
590ca7d3f6
Merge branch '3.3.x'
...
Closes gh-42939
1 year ago
Andy Wilkinson
31b1c40894
Fix link to checkpoint-restore status page
...
Closes gh-42938
1 year ago
Stéphane Nicoll
a52bdc98e7
Merge branch '3.3.x'
...
Closes gh-42936
1 year ago
Stéphane Nicoll
35d6d76d12
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42935
1 year ago
Stéphane Nicoll
bb29625872
Merge pull request #42922 from ahoehma
...
* pr/42922:
Polish "Complete support for project.build.outputTimestamp"
Complete support for project.build.outputTimestamp
Closes gh-42922
1 year ago
Stéphane Nicoll
1a3f1a41b1
Polish "Complete support for project.build.outputTimestamp"
...
See gh-42922
1 year ago
Andreas Höhmann
491515e6e3
Complete support for project.build.outputTimestamp
...
This commit completes the support of project.build.outputTimestamp to
also support a value that's expressed as seconds since the epoch.
See gh-42922
1 year ago
Andy Wilkinson
9a3605fcb9
Merge branch '3.3.x'
...
Closes gh-42931
1 year ago
Andy Wilkinson
c8b0e7f66a
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42930
1 year ago
Andy Wilkinson
c340c691c5
Avoid calling getProject() during task execution
...
Closes gh-32980
1 year ago
Andy Wilkinson
918d818fdc
Merge branch '3.3.x'
...
Closes gh-42928
1 year ago
Andy Wilkinson
5d425fe3ff
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42927
1 year ago
Andy Wilkinson
decf234b88
Move away from ProjectDependency#getDependencyProject()
...
Closes gh-42870
1 year ago
Andy Wilkinson
fbb09cd09c
Merge branch '3.3.x'
...
Closes gh-42926
1 year ago
Andy Wilkinson
87f29f63aa
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42925
1 year ago
Andy Wilkinson
b1653708e4
Improve thread-safety of OnClassCondition
...
Closes gh-41709
1 year ago
Stéphane Nicoll
619b24a810
Merge pull request #42912 from quaff
...
* pr/42912:
Polish
Closes gh-42912
1 year ago
Yanming Zhou
46c40b4ddc
Polish
...
See gh-42912
1 year ago
Stéphane Nicoll
e5ec38074b
Merge branch '3.3.x'
...
Closes gh-42917
1 year ago
Stéphane Nicoll
5fcc585178
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42916
1 year ago
Stéphane Nicoll
0aff403234
Merge pull request #42901 from ngocnhan-tran1996
...
* pr/42901:
Update copyright year of changed files
Remove redundant null check
Closes gh-42901
1 year ago
Stéphane Nicoll
eba7a5a077
Update copyright year of changed files
...
See gh-42901
1 year ago