Commit Graph

  • 8ff89ffda2 Update contribution rstoyanchev 2026-01-08 13:26:18 +00:00
  • dcf5d69d94 Rename async methods rstoyanchev 2026-01-08 13:10:58 +00:00
  • 7d33a87278 Polishing contribution rstoyanchev 2026-01-08 12:55:30 +00:00
  • b878771dca Update ApiVersionResolver to return Mono String Jonathan Kaplan 2025-12-30 12:47:39 -05:00
  • 06f0f2f317 Polishing Sam Brannen 2026-01-08 18:32:57 +01:00
  • f16474d585 Reliably resolve overloaded write methods in PropertyDescriptorUtils Sam Brannen 2026-01-06 17:27:02 +01:00
  • dfb17d84d6 Reintroduce deleted text in Javadoc Sam Brannen 2026-01-08 18:11:55 +01:00
  • eea9130ea6 Fix context class resolution for nested types Sébastien Deleuze 2026-01-08 16:49:02 +01:00
  • d85ac300bb Update JsonView advices Javadoc Sébastien Deleuze 2026-01-08 16:09:47 +01:00
  • d4d10dc75d Enable JacksonSmileEncoderTests#annotEncodeServerSentEvent Sébastien Deleuze 2026-01-08 15:56:05 +01:00
  • 169465cce1 Align InvocationRejectedException javadoc with TaskRejectedException Juergen Hoeller 2026-01-08 16:18:14 +01:00
  • c4d5e3c57d Add task rejection support to SyncTaskExecutor's concurrency throttle Juergen Hoeller 2026-01-08 15:51:17 +01:00
  • 38f5f4de8e Add configurable throttle policy to @ConcurrencyLimit annotation Juergen Hoeller 2026-01-08 15:50:57 +01:00
  • 644072f7ea Refine the AOT Cache creation section Sébastien Deleuze 2026-01-08 14:48:17 +01:00
  • 859940b824 Polishing of the AOT cache documentation Mikhail Polivakha 2026-01-08 10:22:48 +03:00
  • 992ae2ea6b Precompute PropertyDescriptor array in SimpleBeanInfoFactory Sam Brannen 2026-01-08 13:34:03 +01:00
  • 589a10e6e6 Polish Javadoc formatting Sam Brannen 2026-01-08 13:25:15 +01:00
  • 79bd2b11da Polishing Sam Brannen 2026-01-08 13:22:22 +01:00
  • 0624c3a597 Introduce tests for non-generic types for PropertyDescriptorUtils Sam Brannen 2026-01-08 13:15:53 +01:00
  • bf695c058d Configure Jackson XML codecs when present Sébastien Deleuze 2026-01-08 11:32:01 +01:00
  • a1204a405a Introduce Jackson XML codecs Sébastien Deleuze 2026-01-08 11:14:59 +01:00
  • e0aa116217 Re-initialize API version in each HandlerMapping rstoyanchev 2026-01-08 09:32:06 +00:00
  • 7fdda1cf0f Fix typo in MVC REST Error Responses documentation Philip Bolting 2026-01-08 08:40:31 +01:00
  • 05b98b0a32 Suppress API version errors on ERROR dispatch rstoyanchev 2026-01-07 15:56:46 +00:00
  • a9027ddf76 Refine handling of API version errors rstoyanchev 2026-01-07 15:45:46 +00:00
  • 46efd930f0 Update docs rstoyanchev 2026-01-06 18:58:45 +00:00
  • 5551292639 Polishing contribution rstoyanchev 2026-01-05 16:33:22 +00:00
  • 1240962d68 Optimize single-char wildcard path matching performance Minkyu Park 2026-01-05 19:50:51 +09:00
  • 9ef4ceb047 Polishing contribution Brian Clozel 2026-01-07 14:23:33 +01:00
  • c7413cbdfc Configure HttpMessageConverters as a list hayden.rear 2025-12-30 11:26:55 -05:00
  • e94aaab288 Improve exception message for JPA entity scanning Sam Brannen 2026-01-07 12:08:14 +01:00
  • c5044bfdbc Refine multipart-forms.adoc Sébastien Deleuze 2026-01-07 12:32:48 +01:00
  • 9abe4b46ca Fix Kotlin example in Multipart Content Tran Ngoc Nhan 2026-01-03 12:25:53 +07:00
  • ef4a5fb54c Upgrade Antora dependencies Sébastien Deleuze 2026-01-07 10:20:21 +01:00
  • 7482ccc18f Upgrade Antora dependencies Sébastien Deleuze 2026-01-07 09:51:04 +01:00
  • 192da6229c Fix locale interceptor code snippet Sébastien Deleuze 2026-01-07 09:52:33 +01:00
  • e1402fd252 Upgrade Antora dependencies Sébastien Deleuze 2026-01-07 09:51:04 +01:00
  • 253eb28458 Update CBOR Jackson codec Javadoc Sébastien Deleuze 2026-01-06 18:24:29 +01:00
  • 97cd9dd03b Support HttpComponents 5.6 Brian Clozel 2026-01-06 16:56:45 +01:00
  • 3027d78f40 Modernize the DispatcherServlet Locale documentation Sébastien Deleuze 2026-01-06 11:03:46 +01:00
  • d752e80356 Add missing line to MVC config interceptors snippet Sébastien Deleuze 2026-01-05 18:57:48 +01:00
  • e7f019bd3f Introduce tests for PropertyDescriptorUtils with bounded generics Sam Brannen 2026-01-05 17:12:59 +01:00
  • 6939cb90df Add ServerRequest.bindAndAwait Kotlin extension Sébastien Deleuze 2026-01-02 17:55:34 +01:00
  • 3ddaf51f5d Remove @EnableWebFlux from documentation code snippets Sébastien Deleuze 2026-01-02 16:51:00 +01:00
  • 6a28f06b2e Extract some WebFlux functional snippets Sébastien Deleuze 2026-01-02 16:44:02 +01:00
  • 5ecece91dc Polishing Sébastien Deleuze 2026-01-02 10:09:44 +01:00
  • 13d7a6c480 Fix Kotlin snippets in "CORS" and "Functional Endpoints" sections Tran Ngoc Nhan 2026-01-01 18:02:40 +07:00
  • 6e66af15a6 Extract remaining WebMVC configuration snippets Sébastien Deleuze 2025-12-31 12:10:56 +01:00
  • cd8e38448c Remove the "Other Web Frameworks" documentation Sébastien Deleuze 2025-12-31 10:41:32 +01:00
  • 93ce99ea06 Polishing Sébastien Deleuze 2025-12-31 10:49:58 +01:00
  • bf8a1600e5 Add missing override annotations to PropagationContextElement Sébastien Deleuze 2025-12-31 10:33:56 +01:00
  • 96eee8c8b1 Make nullability flexible in ConverterFactory#getConverter Sébastien Deleuze 2025-12-30 16:07:34 +01:00
  • b8ed4f2ba8 Correct encode Javadoc for UriComponents and UriComponentsBuilder Tran Ngoc Nhan 2025-12-17 19:57:33 +07:00
  • 0048f01074 Fix links in client-builder.adoc Tran Ngoc Nhan 2025-12-29 20:25:16 +07:00
  • 0b904a878d Fix indentation in framework-docs.gradle Sébastien Deleuze 2025-12-30 15:04:14 +01:00
  • 9c78f84915 Modernize the view technologies section Sébastien Deleuze 2025-12-30 15:03:34 +01:00
  • a55309d478 Null-mark org.springframework.test.web.support package Sébastien Deleuze 2025-12-29 17:09:19 +01:00
  • 46fb7c026c Upgrade to nullability plugin 0.0.9 Sébastien Deleuze 2025-12-29 17:08:34 +01:00
  • d36244ee56 Update to NullAway 0.12.15 and fix new warnings Manu Sridharan 2025-12-19 09:17:50 -08:00
  • b3fb9f4e31 Reliably resolve generic read/write methods in PropertyDescriptorUtils Sam Brannen 2025-12-15 15:26:46 +01:00
  • add3b1a7f4 Extract CopyPropertiesTests as nested test class in BeanUtilsTests Sam Brannen 2025-12-15 18:02:17 +01:00
  • 476aae5ce8 Polish integration tests Sam Brannen 2025-12-15 14:19:22 +01:00
  • 4b07edbaeb Reliably resolve generic read/write methods in PropertyDescriptorUtils Sam Brannen 2025-12-15 15:26:46 +01:00
  • eb3bfc0d65 Document HttpHeaders#toSingleValueMap() case-sensitive behavior Brian Clozel 2025-12-29 10:52:58 +01:00
  • d077e043d6 Consistently declare @⁠Nullable on parameter in equals() implementations 木葉 Scarlet 2025-12-27 18:21:27 +08:00
  • 7212fbe36a Polishing Sam Brannen 2025-12-29 11:43:23 +02:00
  • 5b6c231788 Use dedicated ApplicationEventFactory interface in EventPublicationInterceptor Juergen Hoeller 2025-12-25 11:25:54 +01:00
  • aeb0115605 Introduce MethodRollbackEvent for @Transactional rollbacks Juergen Hoeller 2025-12-24 18:54:39 +01:00
  • 08104100d3 Introduce generalized MethodFailureEvent for use in EventPublicationInterceptor Juergen Hoeller 2025-12-24 18:50:04 +01:00
  • 214cb2c1e1 Polishing contribution Brian Clozel 2025-12-23 15:32:49 +01:00
  • 26e0f550b0 Fix LinkedCaseInsensitiveMap entrySet case-insensitivity Terry Tao 2025-12-19 17:26:39 -05:00
  • 012fb29097 Fix nullness mismatch for Converter/ConverterFactory Brian Clozel 2025-12-23 11:37:44 +01:00
  • 92a43c007a Introduce MethodRetryEvent for @Retryable execution Juergen Hoeller 2025-12-23 09:28:23 +01:00
  • fc1ff88ede Avoid duplicate flushes in String Http converter Brian Clozel 2025-12-22 15:34:41 +01:00
  • fc2e1dd2e5 Avoid redirection for JUnit javadoc link Juergen Hoeller 2025-12-21 22:07:14 +01:00
  • ffd2e03a9f Upgrade to Log4J 2.25.3, Protobuf 4.33.2, Selenium 4.39 Juergen Hoeller 2025-12-21 22:01:11 +01:00
  • fd6e15bb4d Align execute(TaskCallback) declaration with return value nullability Juergen Hoeller 2025-12-21 21:44:10 +01:00
  • 85c6fb0fd0 Add invoke(Runnable) as variant of invoke(Supplier) Juergen Hoeller 2025-12-21 21:40:50 +01:00
  • 0b2bb7e751 Declare TaskCallback return value as potentially nullable Juergen Hoeller 2025-12-20 15:21:14 +01:00
  • faa17abdae Introduce invoke(Supplier) with last original RuntimeException propagated Juergen Hoeller 2025-12-20 15:20:58 +01:00
  • 89ca8e6976 Document how to discard response body with WebTestClient Brian Clozel 2025-12-19 16:40:11 +01:00
  • be68a777b6 Fix memory leak in WiretapConnector Brian Clozel 2025-12-19 16:07:39 +01:00
  • 7353ab41d2 Fix memory leak in WiretapConnector Brian Clozel 2025-12-19 16:07:39 +01:00
  • 9a0bfd7306 Do not attempt nested PropertyHandler resolution for argument conversion Juergen Hoeller 2025-12-17 14:30:44 +01:00
  • f1db0ef036 Do not display error location when unknown Stéphane Nicoll 2025-12-17 14:30:49 +01:00
  • e9a4b93477 Expose compiler warnings in CompilationException Stéphane Nicoll 2025-12-17 11:45:20 +01:00
  • 86e89d53a9 Do not attempt nested PropertyHandler resolution for argument conversion Juergen Hoeller 2025-12-17 14:30:44 +01:00
  • c813577908 Consistently use DefaultParameterNameDiscoverer.getSharedInstance() Juergen Hoeller 2025-12-17 13:39:02 +01:00
  • ec6b7730a2 Polishing contribution Brian Clozel 2025-12-17 12:32:50 +01:00
  • fc29d88778 Use StringBuilder in JdbcTemplate for batch updates jher235 2025-12-16 23:49:00 +09:00
  • 033df68da6 Fix Javadoc links Brian Clozel 2025-12-17 10:21:30 +01:00
  • 91a0c28fa9 Fix RfcUriParser parsing for single char fragments Brian Clozel 2025-12-17 09:51:53 +01:00
  • df5b06dabc Fix RfcUriParser parsing for single char fragments Brian Clozel 2025-12-17 09:51:53 +01:00
  • 3d8d7ffa1e Upgrade to AspectJ 1.9.25, Tomcat 11.0.15, Netty 4.2.9, Jackson 3.0.3, EclipseLink 5.0.0-B13, Mockito 5.21, Checkstyle 12.3 Juergen Hoeller 2025-12-16 13:55:36 +01:00
  • 6d5a512d90 Suppress serial warning Juergen Hoeller 2025-12-16 13:54:40 +01:00
  • d4e4250bb1 Remove JavaScript/Kotlin from ScriptEngine documentation Sébastien Deleuze 2025-12-15 18:42:59 +01:00
  • 93bc022a46 Extract CopyPropertiesTests as nested test class in BeanUtilsTests Sam Brannen 2025-12-15 18:02:17 +01:00
  • a4c72c8fcf Polish integration tests Sam Brannen 2025-12-15 14:19:22 +01:00
  • 3d7862abb6 Upgrade to Hibernate ORM 7.2.0.Final Juergen Hoeller 2025-12-15 14:27:39 +01:00
  • 7fd0c5041d Use default ConstraintValidatorFactory for provider-internal validators Juergen Hoeller 2025-12-15 14:26:58 +01:00