Stéphane Nicoll
51cdff591c
Merge pull request #31612 from PiotrFLEURY
...
* pr/31612:
Polish "Provide invalid class name in exception message"
Provide invalid class name in exception message
Closes gh-31612
1 year ago
Stéphane Nicoll
d93114df9a
Polish "Provide invalid class name in exception message"
...
See gh-31612
1 year ago
PiotrFLEURY
5ac4c3bd76
Provide invalid class name in exception message
...
See gh-31612
1 year ago
rstoyanchev
05c3ffb2fb
Use InvalidMimeTypeException in MimeTypeUtils#sortBySpecificity
...
Closes gh-31254
1 year ago
rstoyanchev
19e8ed130c
Cache Filter for HandlerMappingIntrospector and log warnings
...
See gh-31588
1 year ago
Stéphane Nicoll
4464251754
Add missing runtime hints for ProblemDetail mixins
...
Closes gh-31606
1 year ago
Arjen Poutsma
8868fe2ea5
Fix position bug in NettyDataBuffer::toByteBuffer
...
Closes gh-31605
1 year ago
Juergen Hoeller
c373f496f3
Consistent ordering of overloaded operations
1 year ago
Juergen Hoeller
eb1883bdc4
Upgrade to Reactor 2022.0.13 and Netty 4.1.101
...
Includes RxJava 3.1.8, Apache HttpComponents Core Reactive 5.2.3, POI 5.2.4, Commons IO 2.15, WebJars Locator 0.55, OpenPDF 1.3.33, JRuby 9.4.5, H2 2.2.224, ActiveMQ 5.17.6, Checkstyle 10.12.5
Closes gh-31585
1 year ago
Stéphane Nicoll
df6f66110f
Fix wrong nullability requirement
...
Closes gh-31610
1 year ago
rstoyanchev
ac235a0c43
Fix checkstyle violation
1 year ago
rstoyanchev
a4e3af5cbe
Revise HandlerMappingIntrospector caching
...
Expose methods to set and reset cache to use from a Filter instead
of a method to create such a Filter. Also use cached results only
if they match by dispatcher type and requestURI.
See gh-31588
1 year ago
Sam Brannen
e71117dcdf
Polish contribution
...
See gh-31598
1 year ago
Jason
d5874ab99e
Avoid duplicate resources in PathMatchingResourcePatternResolver on Windows
...
This commit updates PathMatchingResourcePatternResolver to avoid
returning duplicate resources on MS Windows when searching using the
`classpath*:` prefix and a wildcard pattern that matches resources
which are directly present in a JAR as well as present via classpath
manifest entries.
Closes gh-31598
1 year ago
Juergen Hoeller
99327b7db1
Preserve nested square brackets within parameter name
...
Closes gh-31596
1 year ago
Juergen Hoeller
3e06441d97
Cache SpEL-loaded types in StandardTypeLocator
...
Closes gh-31579
1 year ago
Brian Clozel
01f2925048
Upgrade to Micrometer 1.10.13
...
Closes gh-31586
1 year ago
rstoyanchev
44a37000ec
HandlerMappingIntrospector exposes Filter for caching
...
Closes gh-31588
1 year ago
rstoyanchev
53fe5fafed
Minor refactoring in HandlerMappingIntrospector
...
See gh-31588
1 year ago
rstoyanchev
b9bd98fc5b
Polishing in HandlerMappingIntrospector
...
See gh-31588
1 year ago
rstoyanchev
7714110940
Polishing in DefaultWebClient
1 year ago
rstoyanchev
75d1278bde
Include port when logging URI in DefaultWebClient
...
Closes gh-30519
1 year ago
Sébastien Deleuze
620f558547
Register hints for superclass in BindingReflectionHintsRegistrar
...
Closes gh-31552
1 year ago
Juergen Hoeller
1e78cc35e5
Log4jLog re-resolves ExtendedLogger on deserialization
...
This is necessary for compatibility with Log4J 2.21, analogous to the existing re-resolution in Spring's SLF4J adapter.
Closes gh-31582
1 year ago
Juergen Hoeller
11fdb5ba17
Upgrade to Log4J 2.21.1, Tomcat 10.1.15, Jetty 11.0.18, Undertow 2.3.10, EclipseLink 3.0.4, Mockito 5.7
1 year ago
Juergen Hoeller
9957bb6918
Check for procedure vs function constants in CallMetaDataContext
...
Closes gh-31550
1 year ago
lorenzsimon
6a7a0bddb7
Restore support for recursive annotations in Kotlin
...
This commit reinstates support for recursive annotations in Kotlin.
See gh-28012
See gh-28618
See gh-31400
Closes gh-31518
1 year ago
rstoyanchev
5c012bbb0c
Set maxAge correctly when expiring WebSession
...
Closes gh-31214
1 year ago
rstoyanchev
5df6e8825d
Polishing in CookieWebSessionIdResolver
...
See gh-31214
1 year ago
rstoyanchev
654e822676
Fix Javadoc link
1 year ago
Stéphane Nicoll
e943058b18
Merge pull request #31571 from izeye
...
* pr/31571:
Add Javadoc since to ProblemDetail.setProperties()
Closes gh-31571
1 year ago
Johnny Lim
cafb38ad1d
Add Javadoc since to ProblemDetail.setProperties()
...
See gh-31571
1 year ago
Sam Brannen
e778d2e908
Polish duplicate key exception error code support for SAP HANA database for R2DBC
...
See gh-31554
1 year ago
Sam Brannen
c5bcfc7682
Polish contribution
...
See gh-31554
1 year ago
Sam Brannen
5752e03d97
Polishing
1 year ago
Arjen Poutsma
dc26d3b0ec
Defer cleanup in DefaultServerWebExchange
...
This commit ensures that the multipartRead flag is read in a deferred
block, and is not evaluated too early.
Closes gh-31567
1 year ago
Stéphane Nicoll
7f94c64b72
Merge pull request #31554 from baratrax
...
* pr/31554:
Polish "Add SAP HANA duplicate key exception error code"
Add SAP HANA duplicate key exception error code
Closes gh-31554
1 year ago
Stéphane Nicoll
50e55d5219
Polish "Add SAP HANA duplicate key exception error code"
...
See gh-31554
1 year ago
Fabrizio De Felice
fcd4ba2f1f
Add SAP HANA duplicate key exception error code
...
See gh-31554
1 year ago
Stéphane Nicoll
e73107341c
Document that `pertypewithin` is supported by Spring AOT
...
Closes gh-25887
1 year ago
rstoyanchev
f8a33cd66e
Remove outdated reference to Netty in rest-clients section
...
Closes gh-31526
1 year ago
CroBurnt
f088d4a05b
Fix link text in @Transactional section of ref docs
...
Closes gh-31519
1 year ago
Stéphane Nicoll
84c28995fb
Improve documentation for the default profile
...
Closes gh-29071
1 year ago
Juergen Hoeller
925fa0272b
Polishing
1 year ago
Juergen Hoeller
09aa59f9e7
Avoid ResolvableType for simple assignability check in copyProperties
...
Closes gh-27246
1 year ago
Sébastien Deleuze
7874a59771
Remove invalid domain integration tests
...
Closes gh-31119
1 year ago
rstoyanchev
4dab35205d
Avoid super.doTrace for ERROR dispatches
...
Closes gh-31457
1 year ago
rstoyanchev
5c6b9be3a1
Send 400 for PathVariable that is null after conversion
...
This implies a value was actually sent, but is not something
that can be converted to the expected type.
Closes gh-31382
1 year ago
Stéphane Nicoll
33fba8ea0c
Merge pull request #31483 from bernie-schelberg-invicara
...
* pr/31483:
Polish "Return consistent collection type for matrix variables"
Return consistent collection type for matrix variables
Closes gh-31483
1 year ago
Stéphane Nicoll
9aa707ec4b
Polish "Return consistent collection type for matrix variables"
...
See gh-31483
1 year ago