Juergen Hoeller
37bebeaaaf
Accept protected @Transactional/Cacheable methods on CGLIB proxies
...
Closes gh-25582
4 years ago
Rossen Stoyanchev
32b8710489
Typo
...
See gh-22154
4 years ago
Rossen Stoyanchev
3600644ed1
Require type-level @Controller annotation
...
Closes gh-22154
4 years ago
Rossen Stoyanchev
2db6795a1a
Polishing contribution
...
Closes gh-27722
4 years ago
조현수(Hyunsoo Cho)/Platform Engineering팀/11ST
5d91560f92
Avoid unescape for CONNECT and CONNECTED frames
...
See gh-27722
4 years ago
Stephane Nicoll
7854dbb025
Merge branch '5.3.x'
4 years ago
Stephane Nicoll
c50a5096a0
Upgrade to Netty 4.1.72.Final
4 years ago
Stephane Nicoll
21c3623cdc
Merge pull request #27801 from Drezir
...
* pr/27801:
Polish formatting
Polish ExceptionHandlerMethodResolver mapping
Closes gh-27801
4 years ago
Stephane Nicoll
61601de250
Polish formatting
...
See gh-27801
4 years ago
Adam Ostrožlík
4453102e85
Polish ExceptionHandlerMethodResolver mapping
...
See gh-27801
4 years ago
Stephane Nicoll
782a94fd25
Merge pull request #27799 from izeye
...
* pr/27799:
Polish
Closes gh-27799
4 years ago
izeye
49c4d310b5
Polish
...
See gh-27799
4 years ago
Stephane Nicoll
e822be5a75
Merge pull request #27807 from quaff
...
* pr/27807:
Remove unnecessary @SuppressWarnings
Closes gh-27807
4 years ago
Yanming Zhou
d836fb4a7a
Remove unnecessary @SuppressWarnings
...
See gh-27807
4 years ago
Stephane Nicoll
aa302515a4
Merge branch '5.3.x'
4 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
4 years ago
Stephane Nicoll
9e09d6cde4
Polish "Fix javadoc reference to ThrowsAdvice"
...
See gh-27804
4 years ago
Stephane Nicoll
31b8587ce6
Update copyright year of changed file
...
See gh-27804
4 years ago
xay
00375df4e8
Fix javadoc reference to ThrowsAdvice
...
See gh-27804
4 years ago
Stephane Nicoll
e1acbca4e4
Merge branch '5.3.x'
4 years ago
Stephane Nicoll
b1352e1833
Upgrade to Log4j2 2.15.0
4 years ago
Sam Brannen
101d92c166
Merge branch '5.3.x'
4 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
4 years ago
Sam Brannen
62f480adc3
Merge branch '5.3.x'
4 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
4 years ago
Stephane Nicoll
8d6cc7dc10
Merge branch '5.3.x'
4 years ago
Stephane Nicoll
6cc9538ab9
Start building against Reactor 2020.0.14 snapshots
...
See gh-27793
4 years ago
Rossen Stoyanchev
a15393836c
Merge branch '5.3.x' into main
4 years ago
Rossen Stoyanchev
e9083d7d20
Apply LogFormatUtils in more places
4 years ago
Stephane Nicoll
b5ffcfb4ba
Merge branch '5.3.x'
4 years ago
Stephane Nicoll
98ce171b30
Revert "Mention explicitly that @EventListener should be put on public methods"
...
This reverts commit 57a5370eec .
See gh-27777
4 years ago
Stephane Nicoll
866708942c
Merge branch '5.3.x'
4 years ago
Stephane Nicoll
57a5370eec
Mention explicitly that @EventListener should be put on public methods
...
Closes gh-27777
4 years ago
Rossen Stoyanchev
3a43ca3a34
Merge branch '5.3.x' into main
4 years ago
Rossen Stoyanchev
99c7608ffe
Replace both EOL and control characters
4 years ago
Arjen Poutsma
ce253041c5
Merge branch '5.3.x'
4 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
4 years ago
Katada, Junya
9261766677
Fix for ModelAndView.status not working with RedirectView
4 years ago
Arjen Poutsma
81af7330f6
Deprecate StringUtils::trimWhitespace and variants
...
This commits deprecates
- StringUtils::trimWhitespace in favor of String::strip
- StringUtils::trimLeadingWhitespace in favor of String::stripLeading
- StringUtils::trimTrailingWhitespace in favor of String::stripTrailing
Closes gh-27769
4 years ago
Arjen Poutsma
982ba0e86d
Merge pull request #27703 from xixingya:feat/stringstrip
...
* gh-27703:
Use String::strip in StringUtils::trimWhitespace
4 years ago
liuzhifei
68cf95f499
Use String::strip in StringUtils::trimWhitespace
...
See gh-27703
4 years ago
Juergen Hoeller
7f43128a0e
Merge branch '5.3.x'
...
# Conflicts:
# build.gradle
# spring-web/src/main/java/org/springframework/web/server/MediaTypeNotSupportedStatusException.java
# spring-web/src/main/java/org/springframework/web/util/ContentCachingRequestWrapper.java
# spring-webmvc/src/main/java/org/springframework/web/servlet/handler/HandlerMappingIntrospector.java
4 years ago
Juergen Hoeller
14f24f43d7
Polishing
4 years ago
Juergen Hoeller
d7e0eed8d2
Clarify getBeanProvider(ResolvableType) semantics for unresolved generics
...
Closes gh-27727
4 years ago
Juergen Hoeller
7c834d98c2
Upgrade to ASM master (including early support for Java 19 bytecode)
...
Closes gh-27740
4 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
4 years ago
Stephane Nicoll
110e0f7f2b
Add support for Instant in @DateTimeFormat
...
Closes gh-19846
4 years ago
Arjen Poutsma
0a41da9ec9
Merge branch '5.3.x'
4 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
4 years ago
Arjen Poutsma
b84fe99d07
Polish "Throw 404 ResponseStatusException when no routes found"
...
See gh-25358
4 years ago