Sam Brannen
3e14cdbc69
Polish tests
3 years ago
Sam Brannen
f04e9a8366
Deprecate getBeanFactory() method in AbstractBeanDefinitionReader
...
The getBeanFactory() method has been obsolete for more than 13 years
since it was superseded by the getRegistry() method in the
BeanDefinitionReader interface.
Closes gh-27875
3 years ago
Sam Brannen
c1606c5a5e
Polishing
3 years ago
Sam Brannen
95fac2589f
Upgrade to Log4j2 2.17.1
3 years ago
Spring Builds
41c8bb4fe1
Next development version (v5.3.15-SNAPSHOT)
3 years ago
Juergen Hoeller
31a4c274b7
Upgrade to SnakeYAML 1.30, MockK 1.12.1, Jetty Reactive HttpClient 1.1.10
3 years ago
Juergen Hoeller
d665977787
Polishing
3 years ago
Juergen Hoeller
0b6a54dcc7
Upgrade to R2DBC Arabba-SR11, Kotlin 1.5.32, Jackson 2.12.6
3 years ago
Juergen Hoeller
1885ab3e07
Polishing
3 years ago
Stephane Nicoll
de10bb69cb
Stop resolving AsyncConfigurer instances eagerly
...
Closes gh-27808
3 years ago
Stephane Nicoll
c7642422c3
Stop resolving CachingConfigurer instances eagerly
...
Closes gh-27751
3 years ago
Stephane Nicoll
4c2e0ee5ff
Upgrade to Log4j2 2.16.0
3 years ago
Juergen Hoeller
79804d92c2
Upgrade to Protobuf 3.19.1, Gson 2.8.9, Woodstox 6.2.7, Apache Johnzon 1.2.15, Caffeine 2.9.3
3 years ago
Juergen Hoeller
f191cf4eb3
Revised comment on explicit LocalDataSourceJobStore configuration
...
See gh-27709
3 years ago
Juergen Hoeller
0ebb1c5baa
Upgrade to Tomcat 9.0.56, Undertow 2.2.14, Apache HttpClient 5.1.2 & HttpAsyncClient 4.1.5, Mockito 4.1
3 years ago
Juergen Hoeller
4b7d9b1f9c
Avoid compilation warning for test class with serializable base class
3 years ago
Juergen Hoeller
ca84559588
Provide findAnnotationOnBean variant with allowFactoryBeanInit flag
...
Closes gh-27796
3 years ago
Juergen Hoeller
1af21bb451
Declare serialVersionUID on DefaultAopProxyFactory
...
Closes gh-27784
3 years ago
Juergen Hoeller
ac581bed92
Avoid NPE against null value from toString call
...
Closes gh-27782
3 years ago
Juergen Hoeller
0802581aff
Unit test for identifying type variable argument
...
See gh-27748
3 years ago
Juergen Hoeller
d7b9270672
Clarify SchedulerFactoryBean's LocalDataSourceJobStore overriding
...
Includes clarification of interface-level cache annotations for target-class proxies.
Closes gh-27709
See gh-27726
3 years ago
Juergen Hoeller
c44447f622
Avoid early initialization of empty interceptor names
...
Closes gh-12238
3 years ago
Stephane Nicoll
8b80d38c33
Upgrade to Reactor 2020.0.14
...
Closes gh-27793
3 years ago
Stephane Nicoll
b06d267232
Remove references to AsyncConfigurerSupport
...
Closes gh-27812
3 years ago
Stephane Nicoll
8422d9d22f
Add default methods to CachingConfigurer
...
This commit adds default methods to CachingConfigurer and
JCacheConfigurer and removes the reference to their respective support
classes as they are now irrelevant.
Closes gh-27811
3 years ago
Stephane Nicoll
c50a5096a0
Upgrade to Netty 4.1.72.Final
3 years ago
Stephane Nicoll
c25c550113
Merge pull request #27804 from aoyvx
...
* pr/27804:
Polish "Fix javadoc reference to ThrowsAdvice"
Update copyright year of changed file
Fix javadoc reference to ThrowsAdvice
Closes gh-27804
3 years ago
Stephane Nicoll
9e09d6cde4
Polish "Fix javadoc reference to ThrowsAdvice"
...
See gh-27804
3 years ago
Stephane Nicoll
31b8587ce6
Update copyright year of changed file
...
See gh-27804
3 years ago
xay
00375df4e8
Fix javadoc reference to ThrowsAdvice
...
See gh-27804
3 years ago
Stephane Nicoll
b1352e1833
Upgrade to Log4j2 2.15.0
3 years ago
Sam Brannen
b2e94f611f
Convert single null argument to Optional.empty() in SpEL varargs expression
...
Prior to this commit, if a single null value was passed to a method with
a varargs array of type java.util.Optional, that null value was passed
unmodified. On the contrary, a null passed with additional values to
such a method resulted in the null being converted to Optional.empty().
This commit ensures that a single null value is also converted to
Optional.empty() for such SpEL expressions.
Closes gh-27795
3 years ago
Sam Brannen
ad7cdc5ce9
Fix regression for null varargs in SpEL expressions
...
A regression was introduced in gh-27582. Specifically, when null is
supplied as the single argument for a varargs parameter in a method or
function in a SpEL expression, ReflectionHelper currently throws a
NullPointerException instead of leaving the null value unchanged.
This commit fixes this regression.
Closes gh-27719
3 years ago
Stephane Nicoll
6cc9538ab9
Start building against Reactor 2020.0.14 snapshots
...
See gh-27793
3 years ago
Rossen Stoyanchev
e9083d7d20
Apply LogFormatUtils in more places
3 years ago
Stephane Nicoll
98ce171b30
Revert "Mention explicitly that @EventListener should be put on public methods"
...
This reverts commit 57a5370eec
.
See gh-27777
3 years ago
Stephane Nicoll
57a5370eec
Mention explicitly that @EventListener should be put on public methods
...
Closes gh-27777
3 years ago
Rossen Stoyanchev
99c7608ffe
Replace both EOL and control characters
3 years ago
Arjen Poutsma
c0f79ee00a
Merge pull request #25092 from jkatada:fix-ModelAndView-status-for-redirect
...
* gh-25092:
Fix for ModelAndView.status not working with RedirectView
3 years ago
Katada, Junya
9261766677
Fix for ModelAndView.status not working with RedirectView
3 years ago
Juergen Hoeller
14f24f43d7
Polishing
3 years ago
Juergen Hoeller
d7e0eed8d2
Clarify getBeanProvider(ResolvableType) semantics for unresolved generics
...
Closes gh-27727
3 years ago
Juergen Hoeller
7c834d98c2
Upgrade to ASM master (including early support for Java 19 bytecode)
...
Closes gh-27740
3 years ago
Juergen Hoeller
70974e006e
Upgrade to Tomcat 9.0.55, Undertow 2.2.13, RxJava 3.1.3, SmallRye Mutiny 1.2, Joda-Time 2.10.13, JRuby 9.2.20.1, HtmlUnit 2.55, Checkstyle 9.2
3 years ago
Arjen Poutsma
2f557d9583
Merge pull request #25358 from ivd-git:router-function-handler-not-found-to-exception-pr
...
* gh-25358:
Polish "Throw 404 ResponseStatusException when no routes found"
Throw 404 ResponseStatusException when no routes found
3 years ago
Arjen Poutsma
b84fe99d07
Polish "Throw 404 ResponseStatusException when no routes found"
...
See gh-25358
3 years ago
Ingmar van Dijk
69df27a99f
Throw 404 ResponseStatusException when no routes found
...
This commit makes it possible to customize 404 responses generated by
RouterFunctionWebHandler, by throwing an ResponseStatusException
instead of returning a standard 404 response.
See gh-25358
3 years ago
Rossen Stoyanchev
5649a6f8ef
Update exchangeToMono Javadoc
...
This time showing a more representative example.
See gh-27645
3 years ago
Arjen Poutsma
be6eeafe78
Revert change createException to createError
...
createError is not available in 5.3.
See gh-27645
3 years ago
Arjen Poutsma
b77b45434f
Change createException to createError
...
See gh-27645
3 years ago