Commit Graph

  • cff48fff2d Reject late-executing tasks after termination waiting Juergen Hoeller 2026-02-24 17:17:21 +01:00
  • ab8cb8de6e Add support for non-flushing OutputStream Juergen Hoeller 2026-02-24 17:17:04 +01:00
  • 434da06d1f Migrate to GraalVM metadata format 1.2.0 Stéphane Nicoll 2026-02-24 16:51:53 +01:00
  • a37447e07f Remove duplicate flushes in HttpMessageConverter implementations Brian Clozel 2026-02-24 16:49:37 +01:00
  • f87b5ee326 Polish contribution Sam Brannen 2026-02-23 17:24:13 +01:00
  • 7768cee7a0 Polish SpEL operator examples in reference docs Tran Ngoc Nhan 2026-02-22 13:14:51 +07:00
  • b1cb9c5052 Polish contribution Sam Brannen 2026-02-23 17:24:13 +01:00
  • 057633edb5 Polish SpEL operator examples in reference docs Tran Ngoc Nhan 2026-02-22 13:14:51 +07:00
  • 9042682b56 Optimal charset handling in AbstractHttpMessageConverter rstoyanchev 2026-02-13 12:38:38 +00:00
  • 2d81a9fe9b Optimize MediaType(MediaType, Charset) constructor Brian Clozel 2026-02-13 14:45:47 +01:00
  • 7299ff9326 Improve ResourceHttpMessageConverter target type support Brian Clozel 2026-02-23 11:02:22 +01:00
  • 53f1656f56 Fix typo in CorsConfiguration Javadoc 조형준 2026-02-23 00:14:45 +09:00
  • a3f7179ab3 Fix InvalidMimeTypeException for compatible media types Brian Clozel 2026-02-20 18:21:45 +01:00
  • 2691489381 Fix InvalidMimeTypeException for compatible media types Brian Clozel 2026-02-20 18:21:45 +01:00
  • f103af4982 Remove obsolete space in HandlerMethod.html#assertTargetBean javadoc Tran Ngoc Nhan 2026-02-20 18:36:33 +07:00
  • b9a59853fa Use case-insensitive comparator in HttpHeadersAssert rstoyanchev 2026-02-20 13:38:51 +00:00
  • d4b2a493f9 Fix duplicate header writing in ResponseBodyEmitterReturnValueHandler rstoyanchev 2026-02-20 10:45:22 +00:00
  • 50ef3b0a29 Update Javadoc of RestClient.Builder defaultStatusHandler rstoyanchev 2026-02-19 11:42:22 +00:00
  • 188cb9b24d Update Javadoc of RestClient.Builder defaultStatusHandler rstoyanchev 2026-02-19 11:42:22 +00:00
  • e3568a3f0a Fix generic return type support in HttpServiceMethod rstoyanchev 2026-02-18 17:26:44 +00:00
  • e106fc0434 Polishing in RestClientAdapterTests and WebClientAdapterTests rstoyanchev 2026-02-18 15:27:47 +00:00
  • ca3adf43eb Next development version (v7.0.6-SNAPSHOT) Stéphane Nicoll 2026-02-18 14:07:54 +01:00
  • 16ecbfc9fe Release v7.0.5 v7.0.5 Stéphane Nicoll 2026-02-18 13:31:03 +01:00
  • 85c18caf25 Update docs on supported versions with baseline notation rstoyanchev 2026-02-18 11:33:08 +00:00
  • 1c7e79026f Skip serialization of potentially non-serializable cached state Juergen Hoeller 2026-02-17 22:13:57 +01:00
  • 22bd8bd704 Skip serialization of potentially non-serializable cached state Juergen Hoeller 2026-02-17 22:13:57 +01:00
  • c8735efb9d Polishing (aligned with main) Juergen Hoeller 2026-02-17 19:08:15 +01:00
  • 9b10bb5e08 Polishing Juergen Hoeller 2026-02-17 18:57:09 +01:00
  • 727ccd04ef Avoid setCharacterEncoding(Charset) call with null value Juergen Hoeller 2026-02-17 18:56:59 +01:00
  • 999bbe3959 Polishing Juergen Hoeller 2026-02-17 18:41:07 +01:00
  • acab61f9a7 Consistent adaptation of HTTP headers on Servlet responses Juergen Hoeller 2026-02-17 18:40:50 +01:00
  • a9f447e8d7 Consistent adaptation of HTTP headers on Servlet responses Juergen Hoeller 2026-02-17 17:38:50 +01:00
  • 0841e79e32 Copy methodAnnotations in MethodParameter copy constructor 海子 Yang 2026-02-17 23:29:24 +08:00
  • a1868d3e9e fix TransactionAspectSupport#currentTransactionStatus javadoc Niravil 2026-02-17 18:29:51 +05:00
  • e5aac66157 ServletResponseHeadersAdapter checks contentType property rstoyanchev 2026-02-17 11:55:24 +00:00
  • 8bf85d2596 Polishing Juergen Hoeller 2026-02-17 12:27:00 +01:00
  • bfa81290b3 Polishing Juergen Hoeller 2026-02-17 12:18:31 +01:00
  • 2c7ed5e5f1 Align validation groups check with InvocableHandlerMethod in spring-web Juergen Hoeller 2026-02-17 12:15:07 +01:00
  • 508b31da4f Optimize Entry hashCode in HttpHeaders (plus related polishing) Juergen Hoeller 2026-02-17 11:55:10 +01:00
  • d291272736 Use HandlerMethod-determined validation groups Juergen Hoeller 2026-02-17 11:50:07 +01:00
  • db01f07037 Remove unused EMPTY_GROUPS in InvocableHandlerMethod 海子 Yang 2026-02-17 18:01:10 +08:00
  • b9e190e313 Fix HttpMessageConverters configurers support Brian Clozel 2026-02-16 18:48:26 +01:00
  • d712ec3d49 Minor optimization in Tomcat header adapters rstoyanchev 2026-02-16 17:20:21 +00:00
  • 5baa4fdd69 Further optimize Servlet header adapters rstoyanchev 2026-02-16 17:16:14 +00:00
  • 9273a11a2c Stub Servlet headers adapter methods not needed in HttpHeaders rstoyanchev 2026-02-14 08:56:22 +00:00
  • 7ea11baff9 Pass-through handling of Servlet headers rstoyanchev 2026-02-12 16:46:36 +00:00
  • 655fd2e2bf Document that SpEL expressions using Optional w/ null-safe & Elvis operators are not compilable Sam Brannen 2026-02-15 12:26:54 +01:00
  • 474d520182 Fix MultipartParser & PartGenerator memory leak Brian Clozel 2026-02-13 18:33:47 +01:00
  • a31574a0a2 Fix MultipartParser & PartGenerator memory leak Brian Clozel 2026-02-13 18:33:47 +01:00
  • 44f3e7b427 Fix Checkstyle violation Juergen Hoeller 2026-02-13 16:34:58 +01:00
  • 50bffe7ddc Detect all common size exceptions from Tomcat and Commons FileUpload 2.x Juergen Hoeller 2026-02-13 16:32:56 +01:00
  • e8e24e65d2 Detect all common size exceptions from Tomcat and Commons FileUpload 2.x Juergen Hoeller 2026-02-13 16:19:46 +01:00
  • 9a002a77b2 Stop referring to "Java-8" features in documentation Sam Brannen 2026-02-13 15:21:31 +01:00
  • 97e96895db Optimize MediaType(MediaType, Charset) constructor Brian Clozel 2026-02-13 14:45:47 +01:00
  • e98c2fe488 Reuse AnnotatedMethod annotation cache in derived instances Juergen Hoeller 2026-02-13 13:55:24 +01:00
  • 75705bcbb1 Restore early MessageConsumer creation for temporary queue Juergen Hoeller 2026-02-13 13:55:08 +01:00
  • 47a2e7059e Optimal charset handling in AbstractHttpMessageConverter rstoyanchev 2026-02-13 12:38:38 +00:00
  • 14b6339351 Consistently support @⁠Autowired as a meta-annotation Sam Brannen 2026-02-12 16:38:24 +01:00
  • bc2e89a786 Cache ResponseBody annotation presence per controller class Juergen Hoeller 2026-02-12 13:44:54 +01:00
  • 4abbddf601 Avoid duplicate required attribute lookup for @⁠Autowired annotations Sam Brannen 2026-02-12 12:41:21 +01:00
  • 926bcbd9a6 Stop referring to obsolete ListenableFuture in documentation Sam Brannen 2026-02-12 13:14:12 +01:00
  • cb8ed43be1 Stop referring to "JDK 8" features in documentation Sam Brannen 2026-02-12 12:27:32 +01:00
  • 1703388074 Cache ResponseBody annotation presence per controller class Juergen Hoeller 2026-02-12 12:20:14 +01:00
  • d84c4a39e2 Stop referring to "Java 8" features in documentation Sam Brannen 2026-02-12 11:58:19 +01:00
  • 6f03c186b9 Polishing Sam Brannen 2026-02-12 11:51:39 +01:00
  • e10d37ad54 Next development version (v7.0.5-SNAPSHOT) Brian Clozel 2026-02-12 10:39:15 +01:00
  • 006c0bc418 Release v7.0.4 v7.0.4 Brian Clozel 2026-02-12 10:06:55 +01:00
  • 6d849bd9b0 Next development version (v6.2.17-SNAPSHOT) Brian Clozel 2026-02-12 10:03:33 +01:00
  • 053d8e25f4 Release v6.2.16 v6.2.16 Brian Clozel 2026-02-12 09:33:48 +01:00
  • 4734837fe4 Upgrade to Netty 4.2.10, Hibernate ORM 7.2.4, Checkstyle 13.2 Juergen Hoeller 2026-02-11 22:41:52 +01:00
  • 4a13655aa5 Polishing Juergen Hoeller 2026-02-11 19:22:27 +01:00
  • 5ef9972528 Allow to disable defaults in HttpMessageConverters Brian Clozel 2026-02-11 18:37:12 +01:00
  • 8334388e20 avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of computeIfAbsent and computeIfPresent Christian Schuster 2026-02-10 16:15:49 +01:00
  • a9b1d6335e avoid unnecessary locking in ConcurrentReferenceHashMap's implementation of computeIfAbsent and computeIfPresent Christian Schuster 2026-02-10 16:15:49 +01:00
  • 98d4046e4b Document that @⁠Validated & @⁠Lazy may be used as meta-annotations Sam Brannen 2026-02-11 17:37:06 +01:00
  • 282fee5c95 Consistently find @⁠Lazy as a meta-annotation at arbitrary depths Sam Brannen 2026-02-11 17:33:15 +01:00
  • 0d4737aeec Polishing Sam Brannen 2026-02-11 17:26:15 +01:00
  • 1ef8734881 Cache method annotations in AnnotatedMethod as well Juergen Hoeller 2026-02-11 17:23:05 +01:00
  • 6dfa54b8ea Cache method annotations in MethodParameter Juergen Hoeller 2026-02-11 16:41:55 +01:00
  • 2d3a2c5cbd Consistently find @⁠Validated as a meta-annotation at arbitrary depths Sam Brannen 2026-02-11 16:00:25 +01:00
  • 757b713f22 Use updated message in HttpEntityMethodProcessor Brian Clozel 2026-02-11 12:32:15 +01:00
  • 62e590a437 Use updated message in HttpEntityMethodProcessor Brian Clozel 2026-02-11 12:32:15 +01:00
  • 7f29df4d79 Make StompBrokerRelayMessageHandler's isPauseable() logic dynamic Sam Brannen 2026-02-10 13:58:24 +01:00
  • a065563484 Optimize RequestMappingInfo hashcode calculation rstoyanchev 2026-02-10 10:12:15 +00:00
  • 6162d89042 Cache HandlerMethod with resolved bean if singleton rstoyanchev 2026-02-09 17:16:05 +00:00
  • 5c537db2cc Optimize single PathPattern match rstoyanchev 2026-02-09 16:33:22 +00:00
  • 849553dc8e Avoid determineValidationGroups not necessary rstoyanchev 2026-02-09 15:52:58 +00:00
  • 8fb119df1e Determine validation groups in HandlerMethod rstoyanchev 2026-02-11 09:00:52 +00:00
  • 1bb0fdda6b Move validation group determination to ValidationAnnotationUtils rstoyanchev 2026-02-10 16:56:33 +00:00
  • 6507367d10 Polishing contribution rstoyanchev 2026-02-10 15:28:17 +00:00
  • fee7e6b7e2 Refine SendTo/Subscription header propagation Junhwan Kim 2026-02-10 03:40:00 +09:00
  • 35c4973504 Upgrade to Reactor 2025.0.3 Brian Clozel 2026-02-10 14:06:02 +01:00
  • 7240a5a669 Upgrade to Reactor 2024.0.15 Brian Clozel 2026-02-10 13:54:51 +01:00
  • b00c387775 Upgrade to Micrometer 1.15.9 Brian Clozel 2026-02-10 13:38:39 +01:00
  • 77b54c7409 Stop setting the relayPort, since we explicitly set the TCP client Sam Brannen 2026-02-10 13:21:33 +01:00
  • ff9ba15762 Extract test logging into extension Sam Brannen 2026-02-10 13:20:43 +01:00
  • c33b82f2a1 Log which HandlerInterceptor threw the exception Łukasz Jernaś 2026-02-09 14:28:38 +01:00
  • ec459aefbf Upgrade to Micrometer 1.6.3 Brian Clozel 2026-02-10 11:42:30 +01:00
  • b227701473 Optimize RequestMappingInfo hashcode calculation rstoyanchev 2026-02-10 10:12:15 +00:00
  • 7a85ce959b Remove obsolete code in Redirecting to a resource section Tran Ngoc Nhan 2026-02-10 14:06:01 +07:00