Commit Graph

  • 8ed89f1b70 pmd Vincent Potucek 2025-06-16 16:50:24 +0200
  • f9775c2f8b pmd Vincent Potucek 2025-06-16 16:41:47 +0200
  • 2280b05368 use try-with-resources statement in ResourceRegionHttpMessageConverter Vincent Potucek 2025-06-16 16:38:33 +0200
  • ad78c14cf8 Merge branch 'main' into add-pmd Vincent Potucek 2025-06-16 16:37:12 +0200
  • cc7dc47c4c Simplify suppressed exception assertions Sam Brannen 2025-06-16 16:32:24 +0200
  • 3ca8d0732e Fix typo in ProtobufHttpMessageConverterTests.canWrite() Johnny Lim 2025-06-16 23:22:34 +0900
  • 764d35c072 Merge branch '6.2.x' Brian Clozel 2025-06-16 15:54:43 +0200
  • b72d05941f
    Update new-framework.adoc Dhruv 2025-06-16 14:52:22 +0100
  • 696692f1ed Do not attempt to decode wildcard content-types as form-data Brian Clozel 2025-06-16 15:51:47 +0200
  • 6bbfd56dce Remove duplication in RetryTemplateTests Sam Brannen 2025-06-16 14:32:33 +0200
  • f41a568b1d Improve Javadoc for RetryPolicy.Builder Sam Brannen 2025-06-16 14:31:50 +0200
  • 09372b72ae Add retryWithExceptionExcludes() test Sam Brannen 2025-06-16 13:33:10 +0200
  • 97522cfa36 Introduce Builder API and factory methods for RetryPolicy Sam Brannen 2025-06-13 12:12:07 +0200
  • 945f3fb5ac Revise RetryTemplate for alignment with Reactor Juergen Hoeller 2025-06-16 12:05:25 +0200
  • 2aa0bad432 Merge branch '6.2.x' Brian Clozel 2025-06-15 18:46:00 +0200
  • faada70d59 Reset respone content-type for invalid range responses Brian Clozel 2025-06-15 18:42:45 +0200
  • af7758cbc7 Configure CheckStyle rule for empty catch blocks Brian Clozel 2025-06-15 15:39:31 +0200
  • 0d4dfb6c1f Rename exception variables in empty catch blocks Vincent Potucek 2025-06-13 16:03:24 +0200
  • cd3ac44fb0 Add test for CompositeRetryListener.addListener() Sam Brannen 2025-06-15 15:23:43 +0200
  • ae41e07c9b
    Merge 32647a1acf into 8dc9621ad7 Yanming Zhou 2025-06-15 15:10:22 +0300
  • 3f35c41f17 Remove redundant `toString()` call and trailing "in" from error message wonyongg 2025-06-15 21:08:21 +0900
  • d79e2a9e0f
    Merge a3b318fbf4 into 8dc9621ad7 Yanming Zhou 2025-06-15 19:48:06 +0900
  • 8dc9621ad7 Merge branch '6.2.x' Sam Brannen 2025-06-14 15:35:09 +0200
  • 9f1aef16f9 Fix Javadoc for FixedBackOff Sam Brannen 2025-06-14 15:33:04 +0200
  • a91713dd9b
    Merge 1b072a8880 into 3da645f4b9 Yanming Zhou 2025-06-14 10:50:50 +0100
  • af07e87e4d use try-with-resources statement in ResourceRegionHttpMessageConverter Vincent Potucek 2025-06-14 11:10:26 +0200
  • 547a0dca9f remove false comment about try-with-resources statement in StompSubProtocolHandler Vincent Potucek 2025-06-14 11:05:19 +0200
  • 9741afec6c Merge branch 'main' into fix-StompSubProtocolHandler Vincent Potucek 2025-06-14 11:04:21 +0200
  • b317def78d use try-with-resources statement in ResourceRegionHttpMessageConverter Vincent Potucek 2025-06-13 23:07:29 +0200
  • 3da645f4b9 Merge branch '6.2.x' Brian Clozel 2025-06-13 16:57:26 +0200
  • 00cc48dad4 Support repeatable multipart write rstoyanchev 2025-06-11 16:49:21 +0100
  • 8dee7d8fb6 Use concrete form-data type when reading request body Brian Clozel 2025-06-13 16:45:46 +0200
  • a1432547e3 simplify try with resource Vincent Potucek 2025-06-13 16:26:04 +0200
  • e6c4c5fd50 fix ignored exceptions Vincent Potucek 2025-06-13 16:03:24 +0200
  • d8d4b6e738 use try-with-resources statement Vincent Potucek 2025-06-13 11:35:50 +0200
  • d8ac3ff31f Fix typo in WebMvc.fn document Yanming Zhou 2025-06-13 15:17:14 +0800
  • cd80ca0fe0 Merge branch '6.2.x' Brian Clozel 2025-06-13 09:57:18 +0200
  • 722333f0f1 Polish DataBufferInputStream.skip() Johnny Lim 2025-06-11 22:10:49 +0900
  • f46a57f4f5 Merge branch '6.2.x' Brian Clozel 2025-06-13 09:29:44 +0200
  • 26ae3ed8d4 Upgrade "setup-gradle" GitHub action Brian Clozel 2025-06-13 09:29:14 +0200
  • 3174061d88 Fix typo in WebMvc.fn document Yanming Zhou 2025-06-13 15:17:14 +0800
  • e5e8574466 Install both Java 17 and Java 24 for building docs docs-build Brian Clozel 2025-06-13 00:52:48 +0200
  • 309f850dad Use Java 24 for running Gradle Brian Clozel 2025-06-13 00:50:11 +0200
  • f111858055 Relax Java 24 toolchain requirements Brian Clozel 2025-06-13 00:49:05 +0200
  • 75c4bc8947 Merge pull request #35038 from OlgaMaciaszek Stéphane Nicoll 2025-06-12 21:28:09 +0200
  • 8bf9e0cbff Polish "Add hints to instantiate HttpService group adapters" Stéphane Nicoll 2025-06-12 21:23:50 +0200
  • 8142f80581 Add hints to instantiate HttpService group adapters Olga Maciaszek-Sharma 2025-06-12 15:47:57 +0200
  • 082eb607ec Overhaul tests for RetryTemplate Sam Brannen 2025-06-12 17:34:41 +0200
  • ff167aafa2 Make built-in RetryPolicy implementations final Sam Brannen 2025-06-12 16:43:06 +0200
  • a2cabcbb90 Enable automatic toolchain provisioning Brian Clozel 2025-06-12 17:27:03 +0200
  • fb0fb21b78 Merge branch '6.2.x' Sébastien Deleuze 2025-06-12 16:40:36 +0200
  • e425504eac Revert "Disable Gradle auto-provisioning" on 6.2.x Sébastien Deleuze 2025-06-12 16:05:21 +0200
  • 6279b6a0d1 revert optimiz imports in TransactionSupportTests 정태혁 2025-06-12 23:20:50 +0900
  • a2521fcf9d Add hints for service group adapters. Olga Maciaszek-Sharma 2025-06-12 15:47:57 +0200
  • fe2b40c663 add suspend when new transaction with propagation supports, never, not supports 정태혁 2025-06-12 22:26:46 +0900
  • 1a5cc87bb1
    Remove unused field in ResourceHttpRequestHandler 秦利斌 2025-06-12 20:57:26 +0800
  • 088453c50c Remove unsed field in 'ResourceHttpRequestHandler' 秦利斌 2025-06-12 19:17:11 +0800
  • 66f05bc890 Release v7.0.0-M6 v7.0.0-M6 Brian Clozel 2025-06-12 11:49:39 +0200
  • 3a1c2f7064 Merge branch '6.2.x' Brian Clozel 2025-06-12 11:44:40 +0200
  • 08d5af3d2a Next development version (v6.2.9-SNAPSHOT) Brian Clozel 2025-06-12 11:44:16 +0200
  • 502b31a7f2 Release v6.2.8 v6.2.8 Brian Clozel 2025-06-12 11:02:39 +0200
  • 99a366baf6 Next development version (v6.1.22-SNAPSHOT) 6.1.x Brian Clozel 2025-06-12 10:56:22 +0200
  • fa36b342eb Release v6.1.21 v6.1.21 Brian Clozel 2025-06-12 10:18:54 +0200
  • 498ccda8fc Upgrade to Gradle 8.14.2 Brian Clozel 2025-06-12 10:00:55 +0200
  • 9b3625b39e Upgrade to Gradle 8.14.2 Brian Clozel 2025-06-12 09:33:44 +0200
  • 7232e83807 Fix failing build for docs Brian Clozel 2025-06-12 09:22:16 +0200
  • fd2038c927 Use String.replace in MetadataEncoder Patrick Strawderman 2025-06-10 14:28:32 -0700
  • f11235ee19 Merge branch '6.2.x' Brian Clozel 2025-06-12 08:53:02 +0200
  • fd68ea6fcb Encode non-printable character in Content-Disposition parameter Brian Clozel 2025-06-12 08:39:41 +0200
  • f0e7b42704 Encode non-printable character in Content-Disposition parameter Brian Clozel 2025-06-12 08:39:29 +0200
  • 3d0836f338 Use String.replace in MetadataEncoder Patrick Strawderman 2025-06-10 14:28:32 -0700
  • bfd3dc2676 Implement toString() in RetryPolicy and RetryExecution implementations Sam Brannen 2025-06-11 19:07:56 +0200
  • bc967842f6 Rename and polish ComposedRetryListenerTests Sam Brannen 2025-06-11 19:04:48 +0200
  • b6680422db Change signature of RetryOperations.execute() regarding nullability Sam Brannen 2025-06-11 17:42:21 +0200
  • a462f5e853 Merge branch '6.2.x' Brian Clozel 2025-06-11 17:41:53 +0200
  • e86dc9ad95 Apply gh-34856 to MockClientHttpRequest in testfixture package Johnny Lim 2025-06-11 22:43:47 +0900
  • 84a4b44cf0 Polishing contribution rstoyanchev 2025-06-09 16:08:53 +0100
  • 9d3de4ff68 Remove duplicated setup hgh1472 2025-04-24 00:27:54 +0900
  • 6d2cb78cd7 Apply gh-34856 to MockClientHttpRequest in testfixture package Johnny Lim 2025-06-11 22:43:47 +0900
  • e468a77276 Polish DataBufferInputStream.skip() Johnny Lim 2025-06-11 22:10:49 +0900
  • 8f3ca49bc4 Rename Retryable.run() to Retryable.execute() Sam Brannen 2025-06-11 13:50:16 +0200
  • d74b863ae7 Polish Javadoc for core retry functionality Sam Brannen 2025-06-11 13:49:00 +0200
  • 8b9e620084 Allow FixedBackOff to be constructed with only a custom interval Sam Brannen 2025-06-11 13:26:16 +0200
  • fcdd439ad0 Polish Javadoc for FixedBackOff Sam Brannen 2025-06-11 13:06:55 +0200
  • 28caa39020 Upgrade to Reactor 2023.0.19 Juergen Hoeller 2025-06-11 12:54:02 +0200
  • b901132192 Merge branch '6.2.x' Sébastien Deleuze 2025-06-11 10:15:36 +0200
  • 05c3f56ec7 Rely on default retention in `@Contract` Sébastien Deleuze 2025-06-11 10:10:57 +0200
  • 68df780c59 Upgrade to Micrometer 1.15.1 Brian Clozel 2025-06-11 09:25:05 +0200
  • 3d63664ab0 Upgrade to Reactor 2025.0.0-M4 Brian Clozel 2025-06-11 09:24:30 +0200
  • bdc5fafd0a Merge branch '6.2.x' Brian Clozel 2025-06-11 09:23:52 +0200
  • dee80ab1da Upgrade to Reactor 2024.0.7 Brian Clozel 2025-06-11 09:23:17 +0200
  • 07fd835ea9 Upgrade to Micrometer 1.14.8 Brian Clozel 2025-06-11 09:22:50 +0200
  • dec0deb7dc Merge branch '6.2.x' Brian Clozel 2025-06-11 09:21:38 +0200
  • 0d6c6eb2d5 Use Micrometer BOM for Context Propagation dependency Brian Clozel 2025-06-11 09:15:30 +0200
  • d42d3f1a6c Fix wording in Javadoc for RetryTemplate Sam Brannen 2025-06-10 18:34:56 +0200
  • 51b6e8cc9f Rename RetryCallback to Retryable Sam Brannen 2025-06-10 18:26:52 +0200
  • f927ff635a Revise @⁠Nullable declarations for contains*() in CollectionUtils Sam Brannen 2025-06-10 17:50:37 +0200
  • 8ecc553696 Polish contribution Sam Brannen 2025-06-10 11:31:30 +0200
  • cd44efaf68 Allow update of existing WebSession after max sessions limit is reached Mohammad Saeed Nouri 2025-06-08 15:44:06 +0330
  • 59d2895c82 Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test Sam Brannen 2025-06-10 11:13:54 +0200