Commit Graph

  • 01d82ef0c6 Merge branch '5.3.x' Sam Brannen 2021-09-21 12:11:52 +02:00
  • a37dde9a1c Revise Eclipse/STS Project Import Guide based on status quo Sam Brannen 2021-09-21 12:09:05 +02:00
  • 070d087dbc Reinstate -Werror for Groovy compilation Sam Brannen 2021-09-21 11:30:30 +02:00
  • 69a46a7296 Merge branch '5.3.x' Sam Brannen 2021-09-21 10:49:31 +02:00
  • 28496059bc Make TestNG test methods public due to bug in TestNG TestEngine Sam Brannen 2021-09-21 10:35:34 +02:00
  • 40c51efee8 Introduce @Suite for TestNG tests Sam Brannen 2021-09-21 10:33:25 +02:00
  • 3beb074278 Remove support for RxJava 1.x Juergen Hoeller 2021-09-21 09:13:06 +02:00
  • 5ab789b310 Merge branch '5.3.x' Sam Brannen 2021-09-20 14:55:23 +02:00
  • e439d6f64d Upgrade to AssertJ 3.21.0 Sam Brannen 2021-09-20 14:54:25 +02:00
  • cf46384887 Merge branch '5.3.x' Sam Brannen 2021-09-20 14:44:36 +02:00
  • e29867b96e Exclude TestCase classes in spring-test build Marc Philipp 2021-09-15 16:08:36 +02:00
  • 0b552a3534 Migrate to TestNG Engine for the JUnit Platform in spring-test Sam Brannen 2021-09-15 14:15:59 +02:00
  • 958eb0f964 Revert temporary exclusion of failing Jetty 11 tests Rossen Stoyanchev 2021-09-17 14:54:09 +01:00
  • 01426481ea Enforce timeout in WebFlux multipart tests Rossen Stoyanchev 2021-09-17 14:38:13 +01:00
  • 8b5f5d9f65 Fix multipart request test with Jetty server Rossen Stoyanchev 2021-09-17 14:37:45 +01:00
  • 853ab5d67b Fix Jetty 10+ test failure related to empty path handling Rossen Stoyanchev 2021-09-17 12:52:41 +01:00
  • 513cc1576e Fix Jetty WebSocket test failures for WebFlux Rossen Stoyanchev 2021-09-17 12:51:51 +01:00
  • 48875dc44f Fix Jetty WebSocket test failures Rossen Stoyanchev 2021-09-17 14:36:10 +01:00
  • b732ff3495 Ensure mutable headers for Jetty WebFlux request Rossen Stoyanchev 2021-09-17 12:50:10 +01:00
  • cce61c3918 Merge branch '5.3.x' Brian Clozel 2021-09-17 15:30:16 +02:00
  • a50537fbaf Polish "Fix collectionToDelimitedString failure for null elements." Brian Clozel 2021-09-17 15:15:51 +02:00
  • 0d6cc12274 Fix collectionToDelimitedString failure for null elements. Koy 2021-09-16 16:13:29 +08:00
  • 5eac8555d9 Temporarily exclude failing Jetty 11 tests Sam Brannen 2021-09-17 11:50:54 +02:00
  • d84ca2ba90 Jakarta EE 9 migration Juergen Hoeller 2021-09-17 09:14:07 +02:00
  • 5822f1bf85 Drop RPC-style remoting Juergen Hoeller 2021-09-17 08:59:58 +02:00
  • 3c8724ba3d Remove JiBX support Juergen Hoeller 2021-09-17 08:58:52 +02:00
  • b7b078d26e Remove Joda-Time support Juergen Hoeller 2021-09-17 08:58:40 +02:00
  • b74e93807e Remove JDK 9 workarounds etc Juergen Hoeller 2021-09-17 08:58:19 +02:00
  • e0a4b05142 Merge branch '5.3.x' Sam Brannen 2021-09-16 14:11:44 +02:00
  • 008aa48d5c Fix formatting for SQL IN clause example in ref docs Sam Brannen 2021-09-16 14:10:54 +02:00
  • 33cddef026 Upgrade Javadoc URLs for JDK 17 based build Brian Clozel 2021-09-15 18:45:15 +02:00
  • 4e3d1fa4e9 Temporarily downgrade Java compat level for AspectJ classes Brian Clozel 2021-09-15 16:20:48 +02:00
  • cf2429b0f0 Remove support for deprecated Java SecurityManager (-> JDK 17 build compatibility) Juergen Hoeller 2021-09-15 15:30:25 +02:00
  • 0640da74bc Upgrade to Checkstyle 9.0, Groovy 3.0.9, Hibernate ORM 5.5.7 Juergen Hoeller 2021-09-15 15:26:13 +02:00
  • f53bf8e9e1 Merge branch '5.3.x' Brian Clozel 2021-09-15 14:44:39 +02:00
  • 00eef79e5c Upgrade to JApicmp Gradle Plugin 0.3.0 Brian Clozel 2021-09-15 14:40:42 +02:00
  • 350d3e8b22 Update @since tag in code template to 6.0 Sam Brannen 2021-09-15 14:24:14 +02:00
  • 09b233365f Update project version to 6.0.0-SNAPSHOT Brian Clozel 2021-09-15 14:03:51 +02:00
  • c0e479460e Switch CI pipeline to a JDK17 baseline Brian Clozel 2021-09-15 12:37:10 +02:00
  • 7907478d36 Watch 5.3.x branch in the CI pipeline Brian Clozel 2021-09-15 12:17:07 +02:00
  • 9053613a65 Next development version (v5.2.18.BUILD-SNAPSHOT) Spring Builds 2021-09-15 08:10:53 +00:00
  • c7cca2e879 Next development version (v5.3.11-SNAPSHOT) Spring Builds 2021-09-15 07:24:10 +00:00
  • 0aa7ba80e1 Migrate to Spring Builds account Stephane Nicoll 2021-09-15 09:06:44 +02:00
  • aa14c24899 Migrate to Spring Builds account Stephane Nicoll 2021-09-15 09:06:44 +02:00
  • 9a05a8846b Fix GitHub credentials to use token rather than password Stephane Nicoll 2021-09-15 08:42:07 +02:00
  • 4c720eaa38 Fix GitHub credentials to use token rather than password Stephane Nicoll 2021-09-15 08:41:10 +02:00
  • 2d65bce18e Polish Eclipse IDE support Sam Brannen 2021-09-14 21:58:22 +02:00
  • fb97a126a5 Defensive handling of dimensions nullability Juergen Hoeller 2021-09-14 21:54:42 +02:00
  • b8b85a6a59 Defensive handling of dimensions nullability Juergen Hoeller 2021-09-14 21:49:23 +02:00
  • 3baacedfd9 Alignment with other abstract utils classes Juergen Hoeller 2021-09-14 21:49:12 +02:00
  • 4322ee1944 Polish Eclipse IDE support Sam Brannen 2021-09-14 21:42:00 +02:00
  • 3faf445603 Re-enable import into Eclipse IDE Sam Brannen 2021-09-14 21:05:57 +02:00
  • 9e986c031b Polish ide.gradle Sam Brannen 2021-09-14 20:51:59 +02:00
  • 1ad5b4fbd6 Support char primitive default values in BeanUtils.instantiateClass() Sam Brannen 2021-09-14 16:05:29 +02:00
  • 4d1cdf6379 Introduce test for gh-27390 Sam Brannen 2021-09-14 15:59:33 +02:00
  • e1ba3e7dbb Support float and double primitive default values in BeanUtils.instantiateClass() takeaction21 2021-09-12 23:50:07 +08:00
  • f07e6a1b9d Support char primitive default values in BeanUtils.instantiateClass() Sam Brannen 2021-09-14 16:05:29 +02:00
  • 5cc09849ce Introduce test for gh-27390 Sam Brannen 2021-09-14 15:59:33 +02:00
  • 92cd680a2c Support float and double primitive default values in BeanUtils.instantiateClass() takeaction21 2021-09-12 23:50:07 +08:00
  • caf88ff2cc Improve HandlerMethod#bridgedMethod initialization Rossen Stoyanchev 2021-09-14 14:57:45 +01:00
  • 813dbbce58 Polish contribution Sam Brannen 2021-09-14 15:05:45 +02:00
  • c46cc666d6 Fix some typos and mistakes in ref docs Dmitriy Bogdanov 2021-09-10 17:38:42 +04:00
  • 2b55b9ccd5 Do not log request parameters for multipart requests Rossen Stoyanchev 2021-09-14 13:40:26 +01:00
  • 674dc2f203 Do not log request parameters for multipart requests Rossen Stoyanchev 2021-09-14 13:40:26 +01:00
  • 8adf28763b Upgrade to Reactor 2020.0.11 Brian Clozel 2021-09-14 14:24:47 +02:00
  • 90bcb2e375 Upgrade to Reactor Dysprosium-SR23 Brian Clozel 2021-09-14 13:49:51 +02:00
  • b1a4d3033b Avoid usage of deprecated Gradle API in spring-oxm.gradle Sam Brannen 2021-09-14 11:35:12 +02:00
  • 8c14251a1a Upgrade to nohttp 0.0.10 Sam Brannen 2021-09-14 11:24:28 +02:00
  • 18ee308e4e Delete obsolete Assume test utility Sam Brannen 2021-09-14 10:58:38 +02:00
  • 9ad3464c80 Reduce log statement for non-unique JavaBean property to debug level Juergen Hoeller 2021-09-13 18:13:41 +02:00
  • 6540e87ac0 Upgrade to Netty 4.1.68, Jackson 2.12.5, Mockito 3.12.4, MockK 1.12, JsonPath 2.6 Juergen Hoeller 2021-09-13 18:14:05 +02:00
  • 6c17e9375b Reduce log statement for non-unique JavaBean property to debug level Juergen Hoeller 2021-09-13 18:13:41 +02:00
  • 0a776a76d1 Fix memory leak on AOP Proxy class definition cache yokotaso 2021-09-09 13:58:05 +09:00
  • 52b03e3326 Migrate CoroutinesUtils to Java Phillip Webb 2021-08-02 10:28:20 -07:00
  • d55cbf8b4d Avoid use of deprecated API in aggregateTestReports task Sam Brannen 2021-09-13 16:52:00 +02:00
  • 04e6b233ca Upgrade to JUnit 5.8 Sam Brannen 2021-09-06 16:38:37 +02:00
  • db424d0bc5 Replace word "request" with "response" Mustafa Ulu 2021-09-12 14:27:33 +03:00
  • a087d13aea Fix wording in Javadoc of ClientResponse.mutate() Mustafa Ulu 2021-09-12 14:18:54 +03:00
  • c02ae7bcb8 Fix noHttp failure Brian Clozel 2021-09-13 10:14:58 +02:00
  • ca34d0cce8 Polish Gradle upgrade Brian Clozel 2021-09-13 09:36:07 +02:00
  • ab41db474e Update dokka to 1.5.0 Sébastien Deleuze 2020-09-12 19:41:08 +02:00
  • cecc0849a8 Upgrade to Gradle 7.2 Brian Clozel 2021-05-21 21:16:30 +02:00
  • 2db1e6daad Merge pull request #27387 from crlikcngroup Stephane Nicoll 2021-09-12 08:52:22 +02:00
  • 78dd219787 Fix misplaced comma in AOP doc Radek Crlik 2021-09-11 17:42:51 +02:00
  • 1954a22c23 Fix bug fix icon in changelog configuration Stephane Nicoll 2021-09-11 00:00:57 +02:00
  • bb45a7ae5e Fix bug fix icon in changelog configuration Stephane Nicoll 2021-09-11 00:00:57 +02:00
  • c3e424c29a Polishing Sam Brannen 2021-09-10 16:01:23 +02:00
  • c23f0cd070 Polishing contribution Rossen Stoyanchev 2021-09-10 11:22:01 +01:00
  • 63ffa710d6 Include all bytes of body in UnknownContentTypeException Ruslan Stelmachenko 2021-09-09 01:43:20 +03:00
  • b6037d0d07 Correctly format class name in default package Rossen Stoyanchev 2021-09-09 15:37:58 +01:00
  • bd90c4d0f0 Switch to Reactor Dysprosium SNAPSHOTs Brian Clozel 2021-09-09 19:06:25 +02:00
  • 41ab268733 Polishing contribution Rossen Stoyanchev 2021-09-08 16:59:28 +01:00
  • 1dc128361f Add SmallRye Mutiny adapters hantsy 2021-08-28 11:20:12 +08:00
  • 8f33450df2 Fix typo in core-beans.adoc Grant Fleming 2021-09-09 12:26:44 +01:00
  • 55b3e064e9 Upgrade to Kotlin 1.5.30 Sébastien Deleuze 2021-09-08 09:32:25 +02:00
  • a3655c4858 Add tip related to user destinations in STOMP Rossen Stoyanchev 2021-09-07 16:33:31 +01:00
  • 3f66ef7aee Compile with parameter names Sébastien Deleuze 2021-09-07 15:08:15 +02:00
  • d8191b4808 Polish contribution Sam Brannen 2021-09-07 14:23:58 +02:00
  • 417bce8be5 Add tests for MessageBodyClientHttpResponseWrapper Yin-Jui 2021-05-27 01:38:49 -07:00
  • 19283c9245 Avoid accidental dependency on older version of Byte Buddy Sam Brannen 2021-09-07 11:32:28 +02:00