Commit Graph

17087 Commits

Author SHA1 Message Date
Rossen Stoyanchev
cecbe74cfc ContentCachingResponseWrapper skips contentLength for chunked responses
Closes gh-26182
2020-12-01 18:23:58 +00:00
Juergen Hoeller
c1a33fdfef Add Maven Central repository (aligned with 5.1.x) 2020-11-26 15:52:41 +01:00
Сергей Цыпанов
6d76951686 Remove unused package-private class o.s.w.u.p.SubSequence
(cherry picked from commit 42216b77df)
2020-11-26 15:48:19 +01:00
Juergen Hoeller
9828b93f89 Remove misleading default note on ISO.DATE_TIME
Closes gh-26134

(cherry picked from commit 86f9716fef)
2020-11-26 15:48:09 +01:00
Rossen Stoyanchev
e3c888fd52 Fix 401 errors from artifactory 2020-11-16 13:37:17 +00:00
Rossen Stoyanchev
6327c60912 UrlPathHelper.removeJsessionid correctly appends remainder
Closes gh-26079
2020-11-16 11:30:07 +00:00
Juergen Hoeller
1efcff1ea4 Refined SqlParameterSource batchUpdate tests (plus related polishing)
See gh-26071
2020-11-12 14:36:44 +01:00
Juergen Hoeller
562d1df665 Polishing 2020-11-09 14:14:09 +01:00
Juergen Hoeller
b95a95fd42 Polishing 2020-11-05 18:51:56 +01:00
Juergen Hoeller
6614b99e2b Suppress NotWritablePropertyException in case of ignoreUnknown=true
Closes gh-25986
2020-11-05 18:51:48 +01:00
Juergen Hoeller
4e878ecfee Polishing 2020-10-26 18:23:01 +01:00
Juergen Hoeller
7c8fce0229 Restore independent LinkedMultiValueMap implementation (without base class)
Closes gh-25960

(cherry picked from commit 82835b99ec)
2020-10-26 11:34:51 +01:00
Juergen Hoeller
9fa3ac8b3a Fail on warnings with compileGroovy (since it compiles Java code as well)
(cherry picked from commit d77ecb26a9)
2020-10-16 15:55:22 +02:00
Rossen Stoyanchev
1c120f05eb Reinstate removal of jsessionid from lookup path
Closes gh-25864
2020-10-13 16:46:23 +01:00
Juergen Hoeller
94d330695f Avoid outdated Jackson API in tests
See gh-25907
2020-10-13 11:31:19 +02:00
Juergen Hoeller
a29929db5b Polishing 2020-10-13 01:00:50 +02:00
Juergen Hoeller
f355b174ad Avoid creation of unused logger instance in AbstractMediaTypeExpression
Closes gh-25901
2020-10-13 01:00:35 +02:00
Juergen Hoeller
f24714f852 Polishing 2020-10-07 14:36:38 +02:00
Juergen Hoeller
6d137b56c1 Construct StringWriter instances with appropriate initial size
Closes gh-25789
2020-10-07 14:36:30 +02:00
Juergen Hoeller
01d86dc498 Consistent @Nullable declarations on overridden converter methods 2020-10-07 14:28:45 +02:00
Juergen Hoeller
104e941171 Translate NullBean result to null for lookup method with bean name
Closes gh-25806
2020-10-07 14:28:33 +02:00
Juergen Hoeller
62fef5a6ce Fix example in Javadoc for Assert.notNull(object, messageSupplier)
Closes gh-25774
2020-10-07 14:24:21 +02:00
Sébastien Deleuze
592f3f8b98 Add missing @Nullable to WebFlux RequestMappingHandlerMapping
Closes gh-25657
2020-10-07 14:19:43 +02:00
Spring Buildmaster
4037160571 Next Development Version 2020-09-15 09:41:28 +00:00
Juergen Hoeller
d1241e18de Polishing
(cherry picked from commit f010368a66)
2020-09-15 10:22:46 +02:00
Juergen Hoeller
4525d38ee8 Polishing 2020-09-14 23:31:22 +02:00
Juergen Hoeller
3de1f76d2d FileUrlResource.isWritable() exclusively relies on getFile() implementation
Closes gh-25584

(cherry picked from commit c6cc6705ef)
2020-09-08 13:16:41 +02:00
Rossen Stoyanchev
1f3f9b1272 Explain how to provide serialization view programmatically
Closes gh-25596
2020-09-08 12:02:10 +01:00
Rossen Stoyanchev
ca6ac8e310 UriComponentsBuilder Javadoc update
Closes gh-25604
2020-09-08 11:59:13 +01:00
Rossen Stoyanchev
aec3a4c69e Avoid unnecessary parsing of path params
Closes gh-25690
2020-09-08 11:54:32 +01:00
Rossen Stoyanchev
26141b0d56 Shared read-only instances of UrlPathHelper
UrlPathHelper is often created and used without customizations or with
the same customizations. This commit introduces re-usable, instances.
Effectively a backport of commit 23233c.

Closes gh-25690
2020-09-08 11:51:20 +01:00
Juergen Hoeller
3900ac81a1 Javadoc refinements 2020-09-07 19:09:21 +02:00
Juergen Hoeller
72b52d478b Polishing (backported from 5.2.x) 2020-09-07 18:23:49 +02:00
Juergen Hoeller
3632b8bd92 Properties loading with ignoreResourceNotFound covers SocketException as well
Closes gh-25717

(cherry picked from commit 613b05d814)
2020-09-07 18:23:37 +02:00
Juergen Hoeller
8d743d9946 Revise documentation notes on getParameterType performance issues
See gh-25679
2020-09-05 13:55:26 +02:00
Juergen Hoeller
33c031df4f Restore original 4.x behavior for initialization of function return name
Closes gh-25707
2020-09-05 13:54:45 +02:00
Juergen Hoeller
c266c520d6 Fix SpEL generated code for default method invocation
Closes gh-25706
2020-09-05 13:53:46 +02:00
Juergen Hoeller
5f51728761 Retry DatabaseMetaData retrieval if access to transactional connection fails
Closes gh-25681
2020-09-03 23:21:56 +02:00
Juergen Hoeller
9f2d8d4099 Explicit nullability declarations for getTarget() implementations 2020-09-01 23:33:27 +02:00
Juergen Hoeller
8bd40dcf04 Polishing 2020-09-01 10:57:21 +02:00
Juergen Hoeller
94f3c96bc1 Polishing 2020-08-28 22:47:28 +02:00
Juergen Hoeller
1be3213747 Specifically detect Joda-Time 2.x
Closes gh-25655
2020-08-28 22:44:28 +02:00
Juergen Hoeller
e6c01470cf Polishing 2020-08-27 16:27:04 +02:00
Juergen Hoeller
f4973c9035 Polishing 2020-08-27 15:57:23 +02:00
Juergen Hoeller
e4bf015ce1 Avoid potential integer overflow in seconds->millis transformation
Closes gh-25613
2020-08-27 15:36:51 +02:00
Juergen Hoeller
dc26030412 Populate dependencies metadata for resolved target behind lazy dependency proxy
Closes gh-25562
2020-08-07 21:57:33 +02:00
Juergen Hoeller
b883c0fc05 Polishing 2020-08-07 15:15:40 +02:00
Juergen Hoeller
c0bd19aab5 Refine use of substring operations
Closes gh-25445
2020-08-07 15:13:45 +02:00
Juergen Hoeller
14b1d20822 Reset charset field in MockHttpServletResponse
Closes gh-25501
2020-08-07 15:03:41 +02:00
Juergen Hoeller
ce0832ae92 Avoid unnecessary computation of cleaned URL
Closes gh-25531

(cherry picked from commit 96a4e1150e)
2020-08-07 14:57:43 +02:00