34560 Commits (16ecbfc9fe2a3bfa2cd9196ce3508de297c4171c)
 

Author SHA1 Message Date
Stéphane Nicoll 16ecbfc9fe Release v7.0.5 4 weeks ago
rstoyanchev 85c18caf25 Update docs on supported versions with baseline notation 4 weeks ago
Juergen Hoeller 22bd8bd704 Skip serialization of potentially non-serializable cached state 4 weeks ago
Juergen Hoeller 9b10bb5e08 Polishing 4 weeks ago
Juergen Hoeller 727ccd04ef Avoid setCharacterEncoding(Charset) call with null value 4 weeks ago
Juergen Hoeller a9f447e8d7 Consistent adaptation of HTTP headers on Servlet responses 4 weeks ago
海子 Yang 0841e79e32 Copy methodAnnotations in MethodParameter copy constructor 4 weeks ago
Niravil a1868d3e9e fix TransactionAspectSupport#currentTransactionStatus javadoc 4 weeks ago
rstoyanchev e5aac66157 ServletResponseHeadersAdapter checks contentType property 4 weeks ago
Juergen Hoeller 8bf85d2596 Polishing 4 weeks ago
Juergen Hoeller 508b31da4f Optimize Entry hashCode in HttpHeaders (plus related polishing) 4 weeks ago
Juergen Hoeller d291272736 Use HandlerMethod-determined validation groups 4 weeks ago
海子 Yang db01f07037 Remove unused EMPTY_GROUPS in InvocableHandlerMethod 4 weeks ago
Brian Clozel b9e190e313 Fix HttpMessageConverters configurers support 4 weeks ago
rstoyanchev d712ec3d49 Minor optimization in Tomcat header adapters 4 weeks ago
rstoyanchev 5baa4fdd69 Further optimize Servlet header adapters 4 weeks ago
rstoyanchev 9273a11a2c Stub Servlet headers adapter methods not needed in HttpHeaders 4 weeks ago
rstoyanchev 7ea11baff9 Pass-through handling of Servlet headers 4 weeks ago
Sam Brannen 655fd2e2bf Document that SpEL expressions using Optional w/ null-safe & Elvis operators are not compilable 1 month ago
Brian Clozel a31574a0a2 Fix MultipartParser & PartGenerator memory leak 1 month ago
Juergen Hoeller 44f3e7b427 Fix Checkstyle violation 1 month ago
Juergen Hoeller e8e24e65d2 Detect all common size exceptions from Tomcat and Commons FileUpload 2.x 1 month ago
Sam Brannen 9a002a77b2 Stop referring to "Java-8" features in documentation 1 month ago
Brian Clozel 97e96895db Optimize MediaType(MediaType, Charset) constructor 1 month ago
Juergen Hoeller e98c2fe488 Reuse AnnotatedMethod annotation cache in derived instances 1 month ago
Juergen Hoeller 75705bcbb1 Restore early MessageConsumer creation for temporary queue 1 month ago
rstoyanchev 47a2e7059e Optimal charset handling in AbstractHttpMessageConverter 1 month ago
Sam Brannen 14b6339351 Consistently support @⁠Autowired as a meta-annotation 1 month ago
Juergen Hoeller bc2e89a786 Cache ResponseBody annotation presence per controller class 1 month ago
Sam Brannen 4abbddf601 Avoid duplicate `required` attribute lookup for @⁠Autowired annotations 1 month ago
Sam Brannen 926bcbd9a6 Stop referring to obsolete ListenableFuture in documentation 1 month ago
Sam Brannen cb8ed43be1 Stop referring to "JDK 8" features in documentation 1 month ago
Juergen Hoeller 1703388074 Cache ResponseBody annotation presence per controller class 1 month ago
Sam Brannen d84c4a39e2 Stop referring to "Java 8" features in documentation 1 month ago
Sam Brannen 6f03c186b9 Polishing 1 month ago
Brian Clozel e10d37ad54 Next development version (v7.0.5-SNAPSHOT) 1 month ago
Juergen Hoeller 4734837fe4 Upgrade to Netty 4.2.10, Hibernate ORM 7.2.4, Checkstyle 13.2 1 month ago
Juergen Hoeller 4a13655aa5 Polishing 1 month ago
Brian Clozel 5ef9972528 Allow to disable defaults in HttpMessageConverters 1 month ago
Christian Schuster a9b1d6335e avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of computeIfAbsent and computeIfPresent 1 month ago
Sam Brannen 98d4046e4b Document that @⁠Validated & @⁠Lazy may be used as meta-annotations 1 month ago
Sam Brannen 282fee5c95 Consistently find @⁠Lazy as a meta-annotation at arbitrary depths 1 month ago
Sam Brannen 0d4737aeec Polishing 1 month ago
Juergen Hoeller 1ef8734881 Cache method annotations in AnnotatedMethod as well 1 month ago
Juergen Hoeller 6dfa54b8ea Cache method annotations in MethodParameter 1 month ago
Sam Brannen 2d3a2c5cbd Consistently find @⁠Validated as a meta-annotation at arbitrary depths 1 month ago
Brian Clozel 62e590a437 Use updated message in HttpEntityMethodProcessor 1 month ago
Sam Brannen 7f29df4d79 Make StompBrokerRelayMessageHandler's isPauseable() logic dynamic 1 month ago
rstoyanchev 8fb119df1e Determine validation groups in HandlerMethod 1 month ago
rstoyanchev 1bb0fdda6b Move validation group determination to ValidationAnnotationUtils 1 month ago