Commit Graph

  • 8b67472e35 Avoid endless re-interruption loop on shutdown Juergen Hoeller 2026-03-21 12:04:29 +01:00
  • 3997551ba5 Recognize error code 149 as deadlock loser (MySQL Galera) Juergen Hoeller 2026-03-21 12:04:00 +01:00
  • 3a35c4dbd0 Consistent IOException spelling in class/method names Juergen Hoeller 2026-03-21 12:13:39 +01:00
  • 4c854d564c Avoid endless re-interruption loop on shutdown Juergen Hoeller 2026-03-21 12:04:29 +01:00
  • de562deab0 Recognize error code 149 as deadlock loser (MySQL Galera) Juergen Hoeller 2026-03-21 12:04:00 +01:00
  • e607f1c30f Share codings resolution in resource resolvers Brian Clozel 2026-03-20 15:47:09 +01:00
  • 63e01cf6b3 Merge branch '7.0.x' Brian Clozel 2026-03-20 15:56:10 +01:00
  • 0b2e3900b9 Share codings resolution in resource resolvers Brian Clozel 2026-03-20 15:47:09 +01:00
  • 506c6f1777 Clean up AssertJ usage after migration Sam Brannen 2026-03-20 11:07:42 +01:00
  • 5d45036c09 Merge branch '7.0.x' Sam Brannen 2026-03-20 11:13:01 +01:00
  • e1e4d52b61 Clean up AssertJ usage after migration Sam Brannen 2026-03-20 11:07:42 +01:00
  • 8ca0262e2f Avoid the use of assertThat(Arrays.equals(...)) Sam Brannen 2026-03-19 17:50:10 +01:00
  • 29ea530525 Convert assertThat(Boolean.FALSE).isEqualTo(x) to assertThat(x).isEqualTo(Boolean.FALSE) Sam Brannen 2026-03-19 17:37:11 +01:00
  • ac10d079df Convert assertThat(Boolean.TRUE).isEqualTo(x) to assertThat(x).isEqualTo(Boolean.TRUE) Sam Brannen 2026-03-19 17:29:24 +01:00
  • 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) Sam Brannen 2026-03-19 17:06:37 +01:00
  • 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) Sam Brannen 2026-03-19 16:32:55 +01:00
  • 9e6504b05a Remove unnecessary parentheses in assertThat() arguments Sam Brannen 2026-03-19 16:16:04 +01:00
  • 399f779c43 Convert assertThat(x instanceof X).isFalse() to assertThat(x).isNotInstanceOf() Sam Brannen 2026-03-19 15:15:22 +01:00
  • a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() Sam Brannen 2026-03-19 15:13:12 +01:00
  • 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() Sam Brannen 2026-03-19 15:01:17 +01:00
  • 4548f1ec66 Inline conditions in assertThat() statements Sam Brannen 2026-03-19 14:52:50 +01:00
  • b31f78de50 Merge branch '7.0.x' Sam Brannen 2026-03-19 14:16:58 +01:00
  • 9e71dc6029 Upgrade to Gradle 9.4.1 Sam Brannen 2026-03-19 14:05:14 +01:00
  • 967fd099f9 Merge branch '7.0.x' Sam Brannen 2026-03-19 14:02:36 +01:00
  • 0daa5ce631 Polishing Sam Brannen 2026-03-19 14:02:11 +01:00
  • e655edafec Merge branch '7.0.x' rstoyanchev 2026-03-19 09:12:49 +00:00
  • 8817536e5a Lower log level of cache miss in HandlerMappingIntrospector rstoyanchev 2026-03-17 19:00:34 +00:00
  • cdbaee11c1 Add PreFlightRequestFilter rstoyanchev 2026-03-13 14:51:39 +00:00
  • 6d6b788b25 Enable SpringJUnit5 Checkstyle rule Sam Brannen 2026-03-17 12:40:52 +01:00
  • 6ec2455e24 Merge branch '7.0.x' Sam Brannen 2026-03-18 18:39:17 +01:00
  • 1256307c83 Enable SpringJUnit5 Checkstyle rule Sam Brannen 2026-03-17 12:40:52 +01:00
  • 01248c7753 Remove obsolete "test" prefix from test method names Sam Brannen 2026-03-16 13:37:56 +01:00
  • 003d8b2f80 Merge branch '7.0.x' Sam Brannen 2026-03-18 18:19:31 +01:00
  • 4c14abf0cd Remove obsolete "test" prefix from test method names Sam Brannen 2026-03-16 13:37:56 +01:00
  • b846a29b17 Polishing Sam Brannen 2026-03-18 17:25:31 +01:00
  • 8b994be381 Remove unnecessary space in contributing guide title 박준형 2026-03-18 23:43:45 +09:00
  • b246fc881b Merge branch '7.0.x' Brian Clozel 2026-03-18 12:19:22 +01:00
  • a81367f686 Use ISO-8859-1 for fallback filename Tobias Fasching 2026-02-13 18:36:47 +01:00
  • 5785923c0e Lower log level of cache miss in HandlerMappingIntrospector rstoyanchev 2026-03-17 19:00:34 +00:00
  • 66607cb145 Add PreFlightRequestFilter rstoyanchev 2026-03-13 14:51:39 +00:00
  • 4637da1f36 Merge branch '7.0.x' Brian Clozel 2026-03-17 18:12:40 +01:00
  • a21706c58a Copy WS handshake headers to store in session Brian Clozel 2026-03-17 18:01:39 +01:00
  • 22e4d84993 Add support for "application/jsonl" JSON lines Brian Clozel 2026-03-17 12:18:23 +01:00
  • e2b9b19970 Upgrade to Kotlin 2.3.20 Sébastien Deleuze 2026-03-17 11:59:35 +01:00
  • 40562e2485 Update Antora Spring UI to v0.4.26 github-actions[bot] 2026-03-14 10:10:44 +00:00
  • 75f964657f Merge branch '7.0.x' Brian Clozel 2026-03-17 09:20:16 +01:00
  • de913642fb Update Antora Spring UI to v0.4.26 github-actions[bot] 2026-03-14 10:10:44 +00:00
  • 52345c56a7 Fix typo in StompSession Javadoc jun 2026-03-15 23:17:09 +09:00
  • 23b73168a0 Merge branch '7.0.x' Sam Brannen 2026-03-16 13:39:30 +01:00
  • c2c6130da5 Fix typo in StompSession Javadoc jun 2026-03-15 23:17:09 +09:00
  • 391dd90e84 Support "classpath*:" prefix for resource bundle basename Juergen Hoeller 2026-03-16 12:23:35 +01:00
  • 1345760087 Support "classpath*:" prefix for ResourceLoader#getResource Juergen Hoeller 2026-03-16 12:23:16 +01:00
  • 51fccf226f Merge branch '7.0.x' Brian Clozel 2026-03-16 11:16:48 +01:00
  • df817364b2 Fix WebTestClient list assertions Brian Clozel 2026-03-16 11:14:55 +01:00
  • bc07a451dc Fix ParameterizedTypeReference nullness Brian Clozel 2026-03-16 11:12:06 +01:00
  • e598df8c60 Fix common typos and grammatical mistakes Sam Brannen 2026-03-15 15:32:00 +01:00
  • 0c4ed55fd2 Consistently use American English spelling Sam Brannen 2026-03-15 15:22:21 +01:00
  • a14a20b61b Merge branch '7.0.x' Sam Brannen 2026-03-15 17:06:18 +01:00
  • 5eb0e99d58 Fix common typos and grammatical mistakes Sam Brannen 2026-03-15 15:32:00 +01:00
  • 17699103dc Consistently use American English spelling Sam Brannen 2026-03-15 15:22:21 +01:00
  • 10faa7fdff Remove obsolete, custom Eclipse configuration for spring-oxm Sam Brannen 2026-03-15 14:30:50 +01:00
  • 2269c56d61 Polish contribution Sam Brannen 2026-03-15 14:30:07 +01:00
  • 15c82d558d Improve XJC configuration for spring-oxm in the Gradle build Clayton Walker 2026-01-22 09:43:05 -07:00
  • fadbd0fa31 Partially revert forward merge of "Branch for 7.0.x maintenance" Sam Brannen 2026-03-15 14:45:09 +01:00
  • 40ef084e7f Merge branch '7.0.x' Sam Brannen 2026-03-15 14:40:47 +01:00
  • 9b366b28b7 Remove obsolete, custom Eclipse configuration for spring-oxm Sam Brannen 2026-03-15 14:30:50 +01:00
  • 0f990e44a8 Polish contribution Sam Brannen 2026-03-15 14:30:07 +01:00
  • e102bc4933 Improve XJC configuration for spring-oxm in the Gradle build Clayton Walker 2026-01-22 09:43:05 -07:00
  • cbe79a9241 Update Antora Spring UI to v0.4.26 github-actions[bot] 2026-03-14 10:10:40 +00:00
  • a07033f3fb Resolve all default context configuration within test class hierarchies Sam Brannen 2026-03-13 15:39:05 +01:00
  • 293a9c0ee3 Allow local @⁠BootstrapWith annotation to override a meta-annotation Sam Brannen 2026-03-03 16:32:40 +01:00
  • 32d1b83f62 Override Servlet 6.1's doPatch() method in FrameworkServlet Sam Brannen 2026-03-05 11:20:18 +01:00
  • 227bc196b1 Consider 7.0.x branch for Antora UI upgrades Brian Clozel 2026-03-13 15:02:25 +01:00
  • 2fcef050e0 Build 7.1.0-SNAPSHOT Brian Clozel 2026-03-13 14:50:12 +01:00
  • be1bf91ce8 Branch for 7.0.x maintenance Brian Clozel 2026-03-13 10:22:01 +01:00
  • 877825b4ab Next development version (v7.0.7-SNAPSHOT) Brian Clozel 2026-03-13 09:33:52 +01:00
  • b4646ce9b4 Next development version (v6.2.18-SNAPSHOT) Brian Clozel 2026-03-13 09:16:10 +01:00
  • 1526ceec1d Release v7.0.6 v7.0.6 Brian Clozel 2026-03-13 08:56:05 +01:00
  • 4e35a12209 Release v6.2.17 v6.2.17 Brian Clozel 2026-03-13 08:43:16 +01:00
  • 317a1f9909 Leverage ResourceHandlerUtils in ScriptTemplateView Sébastien Deleuze 2026-03-12 14:01:05 +01:00
  • de6601fdac Restore ScriptTemplateViewTests Sébastien Deleuze 2026-03-12 08:53:54 +01:00
  • 739d5ba77b Leverage ResourceHandlerUtils in ScriptTemplateView Sébastien Deleuze 2026-03-12 14:01:05 +01:00
  • 19ab92ef59 Restore ScriptTemplateViewTests Sébastien Deleuze 2026-03-12 08:53:54 +01:00
  • 04313f062e Improve documentation for FullyQualifiedConfigurationBeanNameGenerator Sam Brannen 2026-03-11 17:41:07 +01:00
  • 47dc1c4d93 Fix log message in ConfigurationClassBeanDefinitionReader Sam Brannen 2026-03-12 16:23:45 +01:00
  • e634ced56b Fix log message in ConfigurationClassBeanDefinitionReader Sam Brannen 2026-03-12 16:23:45 +01:00
  • 1502c2296e Remove redundant method invocation Sam Brannen 2026-03-12 16:17:23 +01:00
  • cc5c7ba186 Fix enclosing class resolution with ClassFile API Brian Clozel 2026-03-12 10:47:39 +01:00
  • 0269eb80da Fix typo and improve Javadoc for ConfigurationBeanNameGenerator Sam Brannen 2026-03-11 17:17:28 +01:00
  • 9cedcd65ef Polishing Sam Brannen 2026-03-11 16:34:46 +01:00
  • 4e8acb9ef2 Polish contribution Sam Brannen 2026-03-11 16:45:01 +01:00
  • dbbbf37ac9 Update exception message in JacksonJsonMessageConverter gbouwen 2026-03-11 16:41:19 +01:00
  • d8c77934ff Upgrade to SnakeYAML 2.6, Protobuf 4.34, H2 2.4.240 Juergen Hoeller 2026-03-11 15:53:42 +01:00
  • d8216d719b Upgrade to SnakeYAML 2.6, Protobuf 4.34, H2 2.4.240 Juergen Hoeller 2026-03-11 15:53:42 +01:00
  • 99fbce1254 Polishing (aligned with main) Juergen Hoeller 2026-03-11 15:08:12 +01:00
  • 63ced3f3b4 Polishing Juergen Hoeller 2026-03-11 13:52:34 +01:00
  • 89391fd94c Consistently ignore non-loadable annotation types with ClassFile/ASM Juergen Hoeller 2026-03-11 13:52:19 +01:00
  • d1e69a9677 Upgrade to Reactor 2024.0.16 and Micrometer 1.15.10 Juergen Hoeller 2026-03-10 20:26:44 +01:00
  • 5168e3a38b Polishing contribution rstoyanchev 2026-03-10 19:12:46 +00:00
  • d4893fb32f Support defaultHtmlEscape in WebFlux husseinvr97 2026-02-28 19:42:20 +02:00