Sébastien Deleuze
4128f4d5c9
Print JVM restoration time in DefaultLifecycleProcessor
...
Closes gh-31252
1 year ago
Stéphane Nicoll
2fbcff8919
Prevent ValueLoaderEntryProcessor to be created for each get call
...
Closes gh-31250
1 year ago
Stéphane Nicoll
f79bc7b14d
Implement JCacheCache#putIfAbsent as atomic operation
...
This commit modifies putIfAbsent to use an EntryProcessor that
guarantees that the operation is atomic.
Closes gh-21591
1 year ago
Stéphane Nicoll
57a4628934
Polish log message
...
See gh-29773
1 year ago
Stéphane Nicoll
6e5c4ef864
Merge pull request #29773 from qpakzk
...
* pr/29773:
Log attempt at proxying final methods to WARN instead of INFO
Closes gh-29773
1 year ago
Sangwon Hong
fcbe5fa73f
Log attempt at proxying final methods to WARN instead of INFO
...
See gh-29773
1 year ago
Sam Brannen
7bf520fa8d
Make utility methods consistently static in DispatcherServlet
...
See gh-31244
1 year ago
Sam Brannen
d30ad794ab
Update copyright headers
...
See gh-31245
1 year ago
shin-mallang
3d0f55273c
Replace double spaces w/ single spaces in code & comments in spring-webmvc
...
Except for meaningful double spaces (for example, to align the
indentation of comments), this commit replaces all unnecessary double
spaces with single spaces in the spring-webmvc module.
Closes gh-31245
1 year ago
Sam Brannen
56688ab361
Polish contribution
...
See gh-31244
1 year ago
shin-mallang
3932f91117
Use List#isEmpty() in DispatcherServlet
...
This commit uses !isEmpty() instead of size() > 0.
Closes gh-31244
1 year ago
Sam Brannen
293e6ddf85
Polishing
1 year ago
Sam Brannen
b05e46d502
Update copyright headers
1 year ago
Sébastien Deleuze
20df52e543
Merge branch '6.0.x'
1 year ago
Sébastien Deleuze
ce0923b946
Remove Reactor Netty 2 from integration tests
...
Closes gh-31243
1 year ago
Brian Clozel
7ecbdc19a5
Merge branch '6.0.x'
1 year ago
Brian Clozel
227049824c
Fix RuntimeHintsPredicates matching rules
...
Prior to this commit, the `RuntimeHintsPredicates` would assume that
registering introspection or invocation hints for "all declared methods"
on a type would also include "all public methods". This is not true, as
the Java reflection API itself behaves differently.
`getDeclaredMethods()` does not return a superset of `getMethods()`, as
the latter can return inherited methods, but not the former.
Same reasoning applies to fields.
This commit fixes the hints predicates to only match if the correct hint
has been registered.
Fixes gh-31224
1 year ago
Juergen Hoeller
aa1360b154
Complete set of constructors with consistent javadoc
...
Closes gh-31234
1 year ago
Marten Deinum
e42e89c04f
Add constructors to take ObjectMapper
...
Prior to this commit in the message converters it was possible
to set a pre-configured ObjectMapper. However the constructor
would still create and configure an ObjectMapper.
With the added constructor it is now possible to directly
construct the message converter with the proper ObjectMapper.
This prevents the this additional ObjectMapper to be constructed.
1 year ago
Stéphane Nicoll
f628c601a7
Merge pull request #28132 from ctailor2
...
* pr/28132:
Polish "Allow batch update to take a KeyHolder"
Allow batch update to take a KeyHolder
Closes gh-28132
1 year ago
Stéphane Nicoll
c21a9b94c5
Polish "Allow batch update to take a KeyHolder"
...
See gh-28132
1 year ago
Chirag Tailor
78db5dd516
Allow batch update to take a KeyHolder
...
See gh-28132
1 year ago
Arjen Poutsma
056de7e898
Enable disabled multi-part Netty 2 tests
...
See gh-31110
1 year ago
Arjen Poutsma
81ebc3a6f3
MultipartParser should respect read position
...
This commit ensures that the MultipartParser takes a buffer's read
position into account.
Closes gh-31110
1 year ago
Arjen Poutsma
8f130316d2
MultipartParser should respect read position
...
This commit ensures that the MultipartParser takes a buffer's read
position into account.
Closes gh-31110
1 year ago
Stéphane Nicoll
6d948d03e5
Remove outdated declaration
...
See gh-25933
1 year ago
Stéphane Nicoll
c3d1a886de
Merge pull request #23651 from runeflobakk
...
* pr/23651:
Polish contribution
Add default methods to MailSender and JavaMailSender when appropriate
Closes gh-23651
1 year ago
Stéphane Nicoll
978c409d85
Polish contribution
...
See gh-23651
1 year ago
Rune Flobakk
f67fad4c14
Add default methods to MailSender and JavaMailSender when appropriate
...
send(..) -methods of JavaMailSenderImpl which is only delegating to
other methods are pulled up as default methods in the interfaces
JavaMailSender and MailSender, to make these interfaces require fewer
methods to implement.
See gh-23651
1 year ago
Stéphane Nicoll
3c4eef1d73
Merge pull request #31237 from ghainesii
...
* pr/31237:
Add missing period in RestClient documentation
Closes gh-31237
1 year ago
ghainesii
0a324ea9a7
Add missing period in RestClient documentation
...
See gh-31237
1 year ago
Niharika Tiwari
9d7f9b5284
Improve wording in Javadoc for @Autowired
...
#31235
1 year ago
Juergen Hoeller
4746f587ea
Merge branch '6.0.x'
...
# Conflicts:
# gradle.properties
1 year ago
Juergen Hoeller
54c4f1b226
Reset findLoadedClassMethod in case of makeAccessible failing
...
Closes gh-31232
1 year ago
Yanming Zhou
46397381ba
Eliminate synchronized block to avoid thread pinning in SingletonSupplier
1 year ago
Sam Brannen
09b1e5edf6
Extract instantiateComponents() method in AbstractTestContextBootstrapper
1 year ago
Spring Builds
062c6241e1
Next development version (v6.0.13-SNAPSHOT)
1 year ago
Juergen Hoeller
59961960dd
Merge branch '6.0.x'
1 year ago
Juergen Hoeller
a51eb29e50
Clarify IN clause resolution with List/Iterable parameter
...
Closes gh-31228
1 year ago
Stephane Nicoll
727f69ae70
Merge branch '6.0.x'
1 year ago
Stephane Nicoll
92b6c5df4f
Upgrade to Context Propagation 1.1.0-M4
...
Closes gh-31220
1 year ago
Stephane Nicoll
e109c55192
Upgrade to Reactor 2023.0.0-M3
...
Closes gh-31219
1 year ago
Stephane Nicoll
8f21c228b8
Upgrade to Micrometer 1.12.0-M3
...
Closes gh-31218
1 year ago
Sam Brannen
a220c545fc
Support declarative ContextCustomizerFactory registration in the TCF
...
Prior to this commit, it was only possible to register a
ContextCustomizerFactory in the TestContext framework (TCF) via the
SpringFactoriesLoader mechanism.
This commit introduces support for declarative registration of a
ContextCustomizerFactory local to a test class via a new
@ContextCustomizerFactories annotation.
Closes gh-26148
1 year ago
Sam Brannen
99a50e7cea
Polishing
1 year ago
Sébastien Deleuze
68ba55bea9
Fix ModelInitializerKotlinTests
...
See gh-30894
1 year ago
Stephane Nicoll
50d4a44dfc
Upgrade to Context Propagation 1.0.5
...
Closes gh-31223
1 year ago
Stephane Nicoll
ebf2cef94e
Upgrade to Reactor 2022.0.11
...
Closes gh-31222
1 year ago
Stephane Nicoll
c89002a0fb
Upgrade to Micrometer 1.10.11
...
Closes gh-31221
1 year ago
Sébastien Deleuze
bb85d9b5e4
Merge branch '6.0.x'
1 year ago