Sébastien Deleuze
490ff0af5e
Refine the log message printed after restoration
...
Closes gh-30876
3 years ago
Sam Brannen
16b9640af2
Merge branch '6.0.x'
3 years ago
Sam Brannen
68f2b0ca59
Rely on auto-boxing in tests
3 years ago
Sam Brannen
2e3fbac9a0
Merge branch '6.0.x'
3 years ago
Sam Brannen
1edc0d8002
Remove outdated Javadoc cross references
3 years ago
Sam Brannen
18c11e84f3
Merge branch '6.0.x'
3 years ago
Sam Brannen
a6dc020dc4
Remove since tag
3 years ago
Sam Brannen
07422d709e
Remove getAutodetectMode() in MBeanExporter
...
After further consideration, the team has decided to remove the
getAutodetectMode() method since its return type conflicts with the
parameter type in setAutodetectMode(int), making it an invalid bean
property.
See gh-30855
3 years ago
Brian Clozel
a2da97bc4c
Upgrade to Micrometer 1.12.0-M1
...
Closes gh-30872
3 years ago
Brian Clozel
2e809903ec
Upgrade to Reactor 2023.0.0-M1
...
Closes gh-30856
3 years ago
Brian Clozel
6075629015
Merge branch '6.0.x'
3 years ago
Brian Clozel
768fc7e341
Upgrade to Reactor 2022.0.9
...
Closes gh-30871
3 years ago
Juergen Hoeller
c20a2e4763
Support for indexing into any Collection/Iterable
...
Closes gh-907
3 years ago
Juergen Hoeller
e048b093b5
ContextClosedEvent triggers early cancelling of scheduled tasks
...
Closes gh-24629
See gh-27090
3 years ago
rstoyanchev
57ed5bf34b
Polishing contribution
...
Closes gh-30869
3 years ago
Olga MaciaszekSharma
8b77ed164d
Add RestClientAdapter
...
See gh-30869
3 years ago
Sébastien Deleuze
3a8c40fd2f
Merge branch '6.0.x'
3 years ago
Johnny Lim
8ecedb81b3
Add missing @Nullable annotations in ContentDisposition.Builder
...
Closes gh-30820
3 years ago
Juergen Hoeller
3a481a7d7f
Merge branch '6.0.x'
3 years ago
Juergen Hoeller
f19433f2d8
Polishing
3 years ago
Juergen Hoeller
0b02a5e073
Avoid illegal reflective access in ContextOverridingClassLoader
...
Closes gh-22791
3 years ago
Juergen Hoeller
e2b24f3c12
Improve diagnostics for LinkageError in case of ClassLoader mismatch
...
Closes gh-25940
3 years ago
Juergen Hoeller
c375fb1f70
Deprecate setAllowResultAccessAfterCompletion and document it as broken
...
Closes gh-26557
3 years ago
rstoyanchev
74972fb751
Add updateModel to BindingContext
...
The method includes logic that is currently in
ViewResolutionResultHandler but fits well in BindingContext and also
includes the call to saveModel method from the InitBinderBindingContext
subclass, which was called too early until now from
RequestMappingHandlerAdapter before the model has been fully updated.
This mirrors a similar method in ModelFactory on the Spring MVC side
which also combines those two tasks.
Closes gh-30821
3 years ago
Sam Brannen
15b6626a4c
Merge branch '6.0.x'
3 years ago
Sam Brannen
ad3e5425d4
Reduce WARN level log output during test AOT processing
...
Closes gh-30867
3 years ago
rstoyanchev
c61d011076
Support RestClient in MockRestServiceServer
...
Closes gh-30821
3 years ago
Sam Brannen
8448f597b1
Merge branch '6.0.x'
3 years ago
Sam Brannen
c418118683
Polishing
3 years ago
Sam Brannen
fb3f30832c
Delete obsolete constant in AnnotationConfigUtils
...
See gh-30695
3 years ago
Sébastien Deleuze
950c43b4e7
Merge branch '6.0.x'
3 years ago
Sébastien Deleuze
a275d942d2
Update STOMP documentation with the new guidelines
...
This commit changes the documentation to advise using
https://github.com/stomp-js/stompjs library on client
side and to configure by default WebSocket without
SockJS as browsers and proxies now have a pretty good
WebSocket support.
Closes gh-30857
3 years ago
rstoyanchev
39e74d89e1
Merge branch '6.0.x'
3 years ago
rstoyanchev
20afa3265a
Encapsulate full path initialization
3 years ago
Sam Brannen
dc4fcef884
Merge branch '6.0.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
3 years ago
Sam Brannen
df50c8db3e
Upgrade to micrometer-bom 1.10.9 and context-propagation 1.0.4
...
Closes gh-30860
3 years ago
Arjen Poutsma
d04d7b2e57
Add request binding to functional endpoints
...
This commit introduces form binding to ServerRequest in both WebMVC.fn
and WebFlux.fn's, in the form of a bind(Class) method.
Closes gh-25943
3 years ago
rstoyanchev
a3e37597aa
Add ReactiveHttpRequestValues
...
Separate collection and handling of reactive request values into a
subclass of HttpRequestValues.
Closes gh-30117
3 years ago
Sam Brannen
679b668bbb
Avoid need for reflection hints for MBeanExporter in native image
...
Prior to this commit, MBeanExporter used
org.springframework.core.Constants which used reflection to find
constant fields in the MBeanExporter class. Consequently, one had to
register reflection hints in order to use MBeanExporter in a GraalVM
native image.
This commit addresses this by replacing the use of the `Constants`
class with a simple java.util.Map which maps constant names to constant
values for the autodetect constants defined in MBeanExporter.
See gh-30851
Closes gh-30846
3 years ago
Sam Brannen
676daa990b
Reorganize methods in MBeanExporter
3 years ago
Sam Brannen
7c7fa69558
Introduce getAutodetectMode() in MBeanExporter
...
Closes gh-30855
3 years ago
Sam Brannen
9ad92b16b0
Polish MBeanExporterTests
3 years ago
Juergen Hoeller
3b899fe7e2
Handle JDBC warnings in case of a statement exception as well
...
Closes gh-23106
3 years ago
rstoyanchev
3209cf5c7a
Add Reactor classpath checks in argument resolvers
...
HTTP interface client argument resolvers for RequestBody and
RequestPart now handle reactive input conditionally.
See gh-30117
3 years ago
Rossen Stoyanchev
22376c2efa
Polishing
...
See gh-30117
3 years ago
rstoyanchev
47667ab990
Collapse hierarchy under HttpServiceMethodTests
...
See gh-30117
3 years ago
Rossen Stoyanchev
068dc7db28
Remove use of TestHttpClientAdapter
...
Now that HttpClientAdapter is deprecated and replaced by HttpExchangeAdapter
and ReactorHttpExchangeAdapter, our tests should use the new contracts.
See gh-30117
3 years ago
rstoyanchev
3be4c0a893
Replace Void with void on exchange method
...
See gh-30117
3 years ago
Sébastien Deleuze
c91041b675
Improve RSocketClientToServer*IntegrationTests reliability
...
Those new delays seems to make tests more reliable.
Closes gh-30844
3 years ago
Juergen Hoeller
a17cf742b2
Polishing
3 years ago