Commit Graph

  • b8bd65ca8e Remove extra ".0" in prohibit.versionRange for jOOQ Johnny Lim 2025-03-25 22:38:18 +09:00
  • e6b871352e Merge branch '3.4.x' Andy Wilkinson 2025-03-25 18:46:43 +00:00
  • a6ee681b48 Merge branch '3.3.x' into 3.4.x Andy Wilkinson 2025-03-25 18:40:59 +00:00
  • 46a30e98bb Use ResolvedBom for bom checks Andy Wilkinson 2025-03-25 18:29:07 +00:00
  • 0ea2775f23 Merge branch '3.4.x' Andy Wilkinson 2025-03-25 17:54:08 +00:00
  • d78a208730 Merge branch '3.3.x' into 3.4.x Andy Wilkinson 2025-03-25 17:53:53 +00:00
  • 95d89fba94 Remove no-longer-used effective bom artifact Andy Wilkinson 2025-03-25 17:53:23 +00:00
  • 14060a2116 Merge branch '3.4.x' Andy Wilkinson 2025-03-25 17:31:22 +00:00
  • 32234545af Merge branch '3.3.x' into 3.4.x Andy Wilkinson 2025-03-25 17:31:10 +00:00
  • 17be4bdb5f Use ResolvedBom as a source for AntoraAsciidocAttributes Andy Wilkinson 2025-03-25 17:30:28 +00:00
  • d47fe00331 Merge branch '3.4.x' Brian Clozel 2025-03-25 18:20:45 +01:00
  • ac9ad4598d Merge branch '3.3.x' into 3.4.x Brian Clozel 2025-03-25 18:20:03 +01:00
  • 14bbceb038 Watch symlinks for changes for SSL hot reloading Dmytro Nosan 2025-03-23 23:06:25 +02:00
  • 87dd03962c Merge branch '3.4.x' Andy Wilkinson 2025-03-25 17:06:19 +00:00
  • aa6d2f19fd Merge branch '3.3.x' into 3.4.x Andy Wilkinson 2025-03-25 17:06:06 +00:00
  • 4f91d41666 Source version properties for Maven plugin tests from resolved bom Andy Wilkinson 2025-03-25 16:40:51 +00:00
  • 5bab52df6d Merge branch '3.4.x' Andy Wilkinson 2025-03-25 16:35:08 +00:00
  • f121cf76d4 Merge branch '3.3.x' into 3.4.x Andy Wilkinson 2025-03-25 16:34:54 +00:00
  • 7d9bbb685e Remove unused dependenciesBom configuration Andy Wilkinson 2025-03-25 16:34:34 +00:00
  • a5a7788ebb Merge branch '3.4.x' Andy Wilkinson 2025-03-25 16:28:51 +00:00
  • 42f5f63c8f Merge branch '3.3.x' into 3.4.x Andy Wilkinson 2025-03-25 16:28:41 +00:00
  • 1047c2158a Use resolved bom as source of javadoc links Andy Wilkinson 2025-03-25 16:28:27 +00:00
  • 13bff93a0c Merge branch '3.4.x' Andy Wilkinson 2025-03-25 14:54:25 +00:00
  • 0a4f6b14ef Merge branch '3.3.x' into 3.4.x Andy Wilkinson 2025-03-25 14:54:00 +00:00
  • 7b2d90811d Rewrite process for documenting managed dependencies Andy Wilkinson 2025-03-25 14:44:34 +00:00
  • 95b882c385 Merge branch '3.4.x' Stéphane Nicoll 2025-03-25 11:27:58 +01:00
  • 7424ad59ee Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-25 11:27:50 +01:00
  • b67a6551f9 Stop relying on jakarta.annotation in EmbeddedLdapAutoConfiguration Stéphane Nicoll 2025-03-25 11:19:34 +01:00
  • dfc31cb869 Merge pull request #44379 from salaboy Stéphane Nicoll 2025-03-25 11:16:38 +01:00
  • b47545f169 Add reference to Dapr Java SDK Spring Boot starter salaboy 2025-02-20 08:54:06 +00:00
  • 93113a415f Improve performance by not checking all indexed elements Phillip Webb 2025-03-24 20:55:44 -07:00
  • 9c25b69c06 Improve performance of MapBinder by calculating items only once Phillip Webb 2025-03-24 20:55:49 -07:00
  • 859d074764 Replace streams on hot paths with for loops Phillip Webb 2025-03-22 19:43:47 -07:00
  • 83725f8080 Add containsDescendantOfCache for system property source Phillip Webb 2025-03-22 22:12:57 -07:00
  • d9d206a761 Bypass SystemEnvironmentPropertySource.resolvePropertyName Phillip Webb 2025-03-22 22:05:29 -07:00
  • 54afa69ba5 Add Binder cache and use in JavaBeanBinder and ValueObjectBinder Phillip Webb 2025-03-22 20:51:03 -07:00
  • 189d84d49d Add ConfigurationPropertyCaching override support Phillip Webb 2025-03-22 19:36:56 -07:00
  • ca9c3ed96d Mark SystemEnvironmentPropertySource as immutable Phillip Webb 2025-03-22 19:29:34 -07:00
  • ae6908e4d8 Cache property mappings in ConfigurationPropertyName Phillip Webb 2025-03-22 16:29:06 -07:00
  • 81dee54137 Improve ConfigurationPropertyName equals/hashCode performance Phillip Webb 2025-03-22 16:20:16 -07:00
  • 64318336c4 Polish SpringIterableConfigurationPropertySource Phillip Webb 2025-03-22 21:30:14 -07:00
  • 730b049c80 Mark ApplicationInfoPropertySource as immutable Phillip Webb 2025-03-22 19:26:10 -07:00
  • 1257f817c8 Merge branch '3.4.x' Phillip Webb 2025-03-24 13:40:18 -07:00
  • bfa11e3161 Merge branch '3.3.x' into 3.4.x Phillip Webb 2025-03-24 13:40:11 -07:00
  • 587ec6d8d4 Fix incorrect ConfigurationPropertyName javadoc Phillip Webb 2025-03-22 16:28:39 -07:00
  • 7821cb8169 Merge pull request #44850 from dobrosi Stéphane Nicoll 2025-03-24 16:49:15 +01:00
  • 686628dfef Polish "Add support for configuring LDAP's referral property" Stéphane Nicoll 2025-03-24 16:38:33 +01:00
  • 59705edbc2 Add support for configuring LDAP's referral property Andras, Dobrosi 2025-03-23 10:28:28 +01:00
  • 5cb70372b8 Update to spring-doc-actions v0.0.19 Rob Winch 2025-03-21 15:31:11 -05:00
  • f8047ffb8b Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 16:50:33 +01:00
  • cd726b27cd Switch to a Hazelcast container that works on latest ARM CPUs Stéphane Nicoll 2025-03-21 16:48:52 +01:00
  • fab1cf6ade Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 16:46:58 +01:00
  • ba3de2bd35 Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 16:46:50 +01:00
  • c7f31ed12f Stop relying on test resources from another package Stéphane Nicoll 2025-03-21 16:46:06 +01:00
  • be608631f9 Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 16:44:23 +01:00
  • 7368b34d85 Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 16:44:16 +01:00
  • f94418dd6d Remove outdated classpath exclusions on Hazelcast client Stéphane Nicoll 2025-03-21 16:40:11 +01:00
  • 520d3431a9 Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 16:37:42 +01:00
  • ac7d921d87 Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 16:37:32 +01:00
  • ced7eff799 Relocate JpaWebAutoConfigurationTests Stéphane Nicoll 2025-03-21 16:29:19 +01:00
  • 1bdb7dae41 Auto-configure Otel's MeterProvider where appropriate Moritz Halbritter 2025-03-21 14:18:29 +01:00
  • bb6b477fc5 Merge pull request #44814 from quaff Stéphane Nicoll 2025-03-21 08:33:03 +01:00
  • 509a790721 Polish Yanming Zhou 2025-03-21 11:33:17 +08:00
  • 09e19fdb9b Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 08:29:47 +01:00
  • 6280767870 Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 08:29:28 +01:00
  • 67f9cc555a Merge pull request #44800 from quaff Stéphane Nicoll 2025-03-21 08:21:44 +01:00
  • 1a608b7005 Add Yanming to the list of contributors Stéphane Nicoll 2025-03-21 08:14:17 +01:00
  • 81db52063a Polishing BatchAutoConfigurationTests Yanming Zhou 2025-03-20 16:24:34 +08:00
  • 07f8c47b59 Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 08:09:10 +01:00
  • 3460c0d19f Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 08:09:01 +01:00
  • f44c17cf9a Merge pull request #44787 from rainboyan Stéphane Nicoll 2025-03-21 08:08:57 +01:00
  • 28f8e3812b Fix code format Stéphane Nicoll 2025-03-21 08:01:06 +01:00
  • 78b9eca670 Polish javadoc of SpringProfileAction Michael Yan 2025-03-19 19:25:18 +08:00
  • 2079709dd9 Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 07:57:26 +01:00
  • c2e4793b05 Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 07:57:16 +01:00
  • 3b4f98c94c Merge pull request #44786 from rainboyan Stéphane Nicoll 2025-03-21 07:55:29 +01:00
  • 45a99f9e5a Remove extra whitespace in logback defaults.xml Michael Yan 2025-03-19 19:18:54 +08:00
  • 03d26e1410 Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 07:53:56 +01:00
  • ca61652edc Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 07:53:51 +01:00
  • 3ea272ac2a Rewrite 2nd level cache to use ehcache Stéphane Nicoll 2025-03-20 15:50:56 +01:00
  • 515ce3d44d Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 07:53:37 +01:00
  • c39226b7a7 Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 07:53:32 +01:00
  • 9091f3f58f Make link to DataSourceAutoConfiguration explicit Stéphane Nicoll 2025-03-20 15:41:23 +01:00
  • 1f526d6136 Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 07:53:17 +01:00
  • 7d409f704c Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 07:53:10 +01:00
  • 7733551e0b Stop relying on JPA entities from another module in tests Stéphane Nicoll 2025-03-20 15:27:58 +01:00
  • aac3cc41e0 Merge branch '3.4.x' Stéphane Nicoll 2025-03-21 07:52:51 +01:00
  • 48024479b6 Merge branch '3.3.x' into 3.4.x Stéphane Nicoll 2025-03-21 07:52:43 +01:00
  • d930b3e8b8 Configure copyright updates on package-info.java as well Stéphane Nicoll 2025-03-20 15:24:23 +01:00
  • 76a2310de0 Merge branch '3.4.x' Phillip Webb 2025-03-20 20:42:02 -07:00
  • 931f6a4d24 Next development version (v3.4.5-SNAPSHOT) Phillip Webb 2025-03-20 20:41:20 -07:00
  • acb2465566 Add keep-alive property for GraphQL SSE handlers Brian Clozel 2025-03-20 17:00:37 +01:00
  • 95d5e35ff2 Provide @ConditionalOn… annotations for all concrete conditions Andy Wilkinson 2025-01-23 14:28:55 +00:00
  • 437c259d9e Merge pull request #44714 from filiphr Andy Wilkinson 2025-03-20 13:15:24 +00:00
  • 6367074829 Polish "Add support for omitting SameSite attribute from session cookie" Andy Wilkinson 2025-03-20 12:52:01 +00:00
  • ccbc4f91ec Add support for omitting SameSite attribute from session cookie Filip Hrisafov 2025-03-14 09:33:45 +01:00
  • 9920b5f252 Merge pull request #44753 from abelsromero Andy Wilkinson 2025-03-20 12:42:00 +00:00
  • 1ac039dbe5 Update org.cyclonedx.bom version in docs 2.2.0 Abel Salgado Romero 2025-03-18 10:52:19 +01:00
  • 4ff00612b1 Merge pull request #44799 from quaff Andy Wilkinson 2025-03-20 12:39:21 +00:00
  • 7af7820a64 Auto-configu Batch to use JobsParametersConverter bean when available Yanming Zhou 2025-03-20 15:52:34 +08:00