Commit Graph

  • 35d6d76d12 Merge branch '3.2.x' into 3.3.x Stéphane Nicoll 2024-10-30 16:39:32 +09:00
  • bb29625872 Merge pull request #42922 from ahoehma Stéphane Nicoll 2024-10-30 16:39:19 +09:00
  • 1a3f1a41b1 Polish "Complete support for project.build.outputTimestamp" Stéphane Nicoll 2024-10-30 11:04:48 +09:00
  • 491515e6e3 Complete support for project.build.outputTimestamp Andreas Höhmann 2024-10-29 10:29:19 +01:00
  • 9a3605fcb9 Merge branch '3.3.x' Andy Wilkinson 2024-10-29 20:27:13 +00:00
  • c8b0e7f66a Merge branch '3.2.x' into 3.3.x Andy Wilkinson 2024-10-29 17:54:55 +00:00
  • c340c691c5 Avoid calling getProject() during task execution Andy Wilkinson 2024-10-29 17:09:32 +00:00
  • 918d818fdc Merge branch '3.3.x' Andy Wilkinson 2024-10-29 15:23:21 +00:00
  • 5d425fe3ff Merge branch '3.2.x' into 3.3.x Andy Wilkinson 2024-10-29 15:22:50 +00:00
  • decf234b88 Move away from ProjectDependency#getDependencyProject() Andy Wilkinson 2024-10-29 15:22:12 +00:00
  • fbb09cd09c Merge branch '3.3.x' Andy Wilkinson 2024-10-29 14:58:23 +00:00
  • 87f29f63aa Merge branch '3.2.x' into 3.3.x Andy Wilkinson 2024-10-29 14:57:43 +00:00
  • b1653708e4 Improve thread-safety of OnClassCondition Andy Wilkinson 2024-10-24 09:43:30 +01:00
  • 619b24a810 Merge pull request #42912 from quaff Stéphane Nicoll 2024-10-29 13:53:59 +09:00
  • 46c40b4ddc Polish Yanming Zhou 2024-10-29 10:17:03 +08:00
  • e5ec38074b Merge branch '3.3.x' Stéphane Nicoll 2024-10-29 13:39:31 +09:00
  • 5fcc585178 Merge branch '3.2.x' into 3.3.x Stéphane Nicoll 2024-10-29 13:39:23 +09:00
  • 0aff403234 Merge pull request #42901 from ngocnhan-tran1996 Stéphane Nicoll 2024-10-29 13:39:19 +09:00
  • eba7a5a077 Update copyright year of changed files Stéphane Nicoll 2024-10-29 13:35:35 +09:00
  • ff855d9421 Remove redundant null check Tran Ngoc Nhan 2024-10-27 12:14:00 +07:00
  • cc443366fa Merge branch '3.3.x' Stéphane Nicoll 2024-10-29 13:28:42 +09:00
  • 4401673d6d Merge branch '3.2.x' into 3.3.x Stéphane Nicoll 2024-10-29 13:27:06 +09:00
  • 7a185a097f Merge pull request #42910 from 1328032567 Stéphane Nicoll 2024-10-29 13:26:46 +09:00
  • d4010d3be0 Polish "Prevent auth header to be included in Docker API call" Stéphane Nicoll 2024-10-29 13:24:09 +09:00
  • 351018ea65 Prevent auth header to be included in Docker API call YiXuan Ding 2024-10-28 23:21:22 +08:00
  • 24202a0a78 Update copyright year of changed files Phillip Webb 2024-10-25 18:21:53 -07:00
  • 387b14183a Merge branch '3.3.x' Phillip Webb 2024-10-25 18:21:19 -07:00
  • 6d2a75f27d Merge branch '3.2.x' into 3.3.x Phillip Webb 2024-10-25 18:21:14 -07:00
  • 9d6cfba278 Merge pull request #42876 from quaff Phillip Webb 2024-10-25 18:21:02 -07:00
  • 4952fc7417 Remove unnecessary call of superclass constructor Yanming Zhou 2024-10-25 09:19:00 +08:00
  • 28ad767360 Merge branch '3.3.x' Phillip Webb 2024-10-25 18:18:38 -07:00
  • a7f11eb712 Merge branch '3.2.x' into 3.3.x Phillip Webb 2024-10-25 18:18:27 -07:00
  • dc32cb87f4 Merge pull request #42868 from 1328032567 Phillip Webb 2024-10-25 18:18:17 -07:00
  • 1730bf6f94 Update HttpWebServiceMessageSenderBuilder javadoc YiXuan Ding 2024-10-24 16:13:38 +08:00
  • 39da14ea80 Update web services documentation and samples Phillip Webb 2024-10-25 17:57:14 -07:00
  • 2208c67f22 Add 'Global HTTP Client Configuration' reference docs section Phillip Webb 2024-10-25 17:47:38 -07:00
  • e1b5935507 Allow customization of underlying ClientHttpRequestFactory components Phillip Webb 2024-10-25 16:52:22 -07:00
  • 97b20e9a98 Add additional tests for redirects with different HTTP methods Phillip Webb 2024-10-25 14:41:45 -07:00
  • 85b1c55bb8 Polish Moritz Halbritter 2024-10-25 13:34:36 +02:00
  • 36a22fcd59 Unify HTTP client redirect behavior and provide configuration option Phillip Webb 2024-10-25 00:46:01 -07:00
  • a92001130f Deprecate ClientHttpRequestFactories Phillip Webb 2024-10-24 18:52:52 -07:00
  • 3a8b2e4bc8 Add HttpClientAutoConfiguration and use it wherever possible Phillip Webb 2024-10-23 23:57:13 -07:00
  • 6356e904fc Update web services support to use ClientHttpRequestFactoryBuilder Phillip Webb 2024-10-24 00:04:57 -07:00
  • 022f3cb019 Add requestFactorySettings method to RestTemplateBuilder Phillip Webb 2024-10-24 00:00:35 -07:00
  • 367912707a Update RestTemplateBuilder to use ClientHttpRequestFactoryBuilder Phillip Webb 2024-10-24 00:04:46 -07:00
  • 78458afa17 Introduce ClientHttpRequestFactoryBuilder support Phillip Webb 2024-10-24 00:09:13 -07:00
  • 0a4ac283d0 Rename RestTemplateBuilder 'set' methods Phillip Webb 2024-10-23 23:59:36 -07:00
  • 8feba568da Polish Phillip Webb 2024-10-24 18:57:12 -07:00
  • 575dae74c5 Merge pull request #42874 from nosan Moritz Halbritter 2024-10-25 08:54:37 +02:00
  • 5be0049ed9 Add a test to verify that ReflectionHint for Hazelcast ClientConfig is present Dmytro Nosan 2024-10-24 13:29:59 +03:00
  • 6fce6ffde7 Merge branch '3.3.x' Moritz Halbritter 2024-10-25 08:43:20 +02:00
  • 8556001b4e Merge branch '3.2.x' into 3.3.x Moritz Halbritter 2024-10-25 08:42:58 +02:00
  • 4718485c7d Merge pull request #42848 from izeye Moritz Halbritter 2024-10-25 08:35:40 +02:00
  • a1b4033d10 Move default value descriptions to description field Johnny Lim 2024-10-23 15:44:48 +09:00
  • 72872e5644 Merge branch '3.3.x' Andy Wilkinson 2024-10-24 14:36:47 +01:00
  • afd0b45f1f Next development version (v3.3.6-SNAPSHOT) Andy Wilkinson 2024-10-24 14:36:30 +01:00
  • 2a1c8923b3 Merge branch '3.3.x' Moritz Halbritter 2024-10-24 12:53:50 +02:00
  • 02f6eb48cf Merge branch '3.2.x' into 3.3.x Moritz Halbritter 2024-10-24 12:53:41 +02:00
  • 728deafff2 Next development version (v3.2.12-SNAPSHOT) Moritz Halbritter 2024-10-24 12:53:28 +02:00
  • 39cdcc6d38 Merge branch '3.3.x' Moritz Halbritter 2024-10-24 12:52:23 +02:00
  • 9ca6667127 Merge branch '3.2.x' into 3.3.x Moritz Halbritter 2024-10-24 12:51:53 +02:00
  • 9858b4b367 Fix release script Moritz Halbritter 2024-10-24 09:57:37 +02:00
  • 9501db4dc4 Upgrade to Spring Framework 6.2.0-RC3 Andy Wilkinson 2024-10-24 10:43:08 +01:00
  • 924c807182 Merge branch '3.3.x' Andy Wilkinson 2024-10-24 09:28:51 +01:00
  • 2bf3e5ab20 Document that embedded Tomcat must be 10.1.25 or later Andy Wilkinson 2024-10-24 09:28:18 +01:00
  • 9df9d89b69 Upgrade to Spring Integration 6.4.0-RC1 Andy Wilkinson 2024-10-24 09:23:14 +01:00
  • 8c06886409 Upgrade to Spring Batch 5.2.0-RC1 Andy Wilkinson 2024-10-24 09:23:13 +01:00
  • 4fa254d745 Upgrade to Byte Buddy 1.15.7 Andy Wilkinson 2024-10-24 09:23:13 +01:00
  • c8eeba37c4 Merge branch '3.3.x' Andy Wilkinson 2024-10-24 09:14:36 +01:00
  • 13e75dce1b Upgrade to Spring Integration 6.3.5 Andy Wilkinson 2024-10-24 09:13:50 +01:00
  • c2bb3586c8 Use spring-boot-3.4.x as build name Moritz Halbritter 2024-10-24 09:46:00 +02:00
  • 17a399ea92 Merge branch '3.3.x' Moritz Halbritter 2024-10-24 08:58:17 +02:00
  • 131bbafb6d Merge branch '3.2.x' into 3.3.x Moritz Halbritter 2024-10-24 08:58:10 +02:00
  • 83a3212e98 Use github.ref_name when deploying snapshots Moritz Halbritter 2024-10-24 08:57:13 +02:00
  • 465ad822d3 Merge branch '3.3.x' Moritz Halbritter 2024-10-24 08:39:55 +02:00
  • 2d9138549c Merge branch '3.2.x' into 3.3.x Moritz Halbritter 2024-10-24 08:39:40 +02:00
  • 76cfc57b35 Use steps.build-and-publish.outputs.version instead of github.ref_name Moritz Halbritter 2024-10-24 08:38:19 +02:00
  • 005ea96307 Revert "Add spring-aop to work around Spring Framework mock detection issue" Phillip Webb 2024-10-23 12:36:36 -07:00
  • 3b330ae09a Shut down management server once main server's shut down Andy Wilkinson 2024-10-02 14:55:09 +01:00
  • 2a64cf6fb1 Add spring-aop to work around Spring Framework mock detection issue Phillip Webb 2024-10-23 11:13:28 -07:00
  • 0305d1e9d5 Adapt to upstream Spring Framework @MockitoBean changes Phillip Webb 2024-10-23 10:51:36 -07:00
  • 47fa83cafc Merge branch '3.3.x' Phillip Webb 2024-10-23 10:14:59 -07:00
  • fc1ed0b340 Increase timeout in ZipkinWebClientSenderTests Phillip Webb 2024-10-23 10:14:32 -07:00
  • d8ef2144e3 Merge branch '3.3.x' Phillip Webb 2024-10-23 09:58:59 -07:00
  • 9210b3b8e9 Revert "Drop @Input from getData()" Phillip Webb 2024-10-23 09:58:04 -07:00
  • 8bb7df3df6 Merge pull request #42837 from eddumelendez Stéphane Nicoll 2024-10-23 18:23:01 +02:00
  • 27e8f14c31 Polish "Add container support for ClickHouse" Stéphane Nicoll 2024-10-23 13:55:19 +02:00
  • d9dfb0389e Add container support for ClickHouse Eddú Meléndez 2024-10-21 23:31:40 -06:00
  • c6619dd306 Upgrade to Testcontainers 1.20.3 Stéphane Nicoll 2024-10-23 08:44:32 +02:00
  • 92a98d667c Upgrade to SQLite JDBC 3.47.0.0 Stéphane Nicoll 2024-10-23 08:44:26 +02:00
  • 5e5f41b7a6 Merge branch '3.3.x' Moritz Halbritter 2024-10-23 08:27:51 +02:00
  • 9cced069a0 Delete argfile on JVM exit Moritz Halbritter 2024-10-23 08:10:05 +02:00
  • 37c562a39b Merge branch '3.3.x' Stéphane Nicoll 2024-10-23 08:15:46 +02:00
  • e4adc7da33 Merge branch '3.2.x' into 3.3.x Stéphane Nicoll 2024-10-23 08:15:39 +02:00
  • 1ade0b1250 Upgrade to Spring GraphQL 1.3.3 Stéphane Nicoll 2024-10-23 08:04:33 +02:00
  • 8a10ad1647 Upgrade to Spring Authorization Server 1.4.0-RC1 Stéphane Nicoll 2024-10-23 08:04:29 +02:00
  • 2f920cfe86 Upgrade to HttpCore5 5.3.1 Stéphane Nicoll 2024-10-23 08:04:29 +02:00
  • c07c0c981c Upgrade to GraphQL Java 22.3 Stéphane Nicoll 2024-10-23 08:04:24 +02:00
  • 8bf1a2db76 Upgrade to Spring GraphQL 1.3.3 Stéphane Nicoll 2024-10-23 08:03:30 +02:00
  • 9668ecd241 Upgrade to Spring Authorization Server 1.3.3 Stéphane Nicoll 2024-10-23 08:03:30 +02:00