Commit Graph

  • 13be54a1d2 Make ProblemDetailJacksonXmlMixin compatible with Jackson 3 Sébastien Deleuze 2025-05-19 14:31:10 +0200
  • dc132678b2 changed all the ex to exception Adagedo Israel 2025-05-26 13:16:06 +0000
  • e31c072a44 replaced ex with exception for easy code understanding Adagedo Israel 2025-05-26 13:05:25 +0000
  • eed0a3ff59 Allow access to env from SupplierContextDsl Sébastien Deleuze 2025-05-26 11:55:34 +0200
  • 685ef6bcf6 Add missing `since` for `@Deprecated` Yanming Zhou 2025-05-26 17:38:18 +0800
  • a8ac54120d Fix the build with Java 24 Sébastien Deleuze 2025-05-26 10:42:55 +0200
  • 2da1f8031d Merge branch '6.2.x' Sébastien Deleuze 2025-05-26 10:25:56 +0200
  • 66f8eb02bd Upgrade to HttpComponents HttpClient 5.5 Sébastien Deleuze 2025-05-26 10:25:00 +0200
  • 4a594c9f44 Add Javadoc since for gh-34745 Johnny Lim 2025-05-25 14:18:25 +0900
  • 70bbbf45dd
    Update multipart-forms.adoc dujiabao 2025-05-24 23:51:47 +0800
  • 27d45fe9bf Fix typos in Javadoc of WebClient.java Dmitry Sulman 2025-05-23 22:43:12 +0300
  • 3be3e4d28c Merge branch '6.2.x' Sam Brannen 2025-05-23 17:39:21 +0200
  • 274b97ca14 Upgrade to Gradle 8.14.1 Sam Brannen 2025-05-23 17:32:53 +0200
  • f08f6cfb42
    Fixing PropertySourcesPlaceholderConfigurer.java to set the conversion service from the Environment Michael Bazos 2025-05-22 22:52:39 -0400
  • 6653cd86ea Merge branch '6.2.x' Sam Brannen 2025-05-22 17:44:03 +0200
  • e4b4512bcb Update code due to change in nullability contract Sam Brannen 2025-05-22 17:43:38 +0200
  • e5a3c43fbc Merge branch '6.2.x' Sam Brannen 2025-05-22 17:26:11 +0200
  • db5809f968 Remove obsolete @⁠Contract declaration for StreamUtils.drain() Sam Brannen 2025-05-22 17:23:35 +0200
  • efea28953d Improve Javadoc for getFilename() & getFilenameExtension() in StringUtils Sam Brannen 2025-05-22 17:03:09 +0200
  • 612dc573d1 Upgrade to Jetty 12.1.0.beta0 Brian Clozel 2025-05-21 18:16:58 +0200
  • 9d3779db49
    Declare @⁠Contract for quote() & getFilename() in StringUtils Stéphane Nicoll 2025-05-21 17:43:23 +0200
  • 88ce11abc8 Merge branch '6.2.x' Sam Brannen 2025-05-21 15:40:34 +0200
  • d890a38f3c Support registration of non-public BeanDefinitionReader via @⁠ImportResource Sam Brannen 2025-05-21 15:31:04 +0200
  • 98cef503fb Remove obsolete TODO Sam Brannen 2025-05-21 14:53:19 +0200
  • 362fe12704 Polishing Sam Brannen 2025-05-21 14:44:12 +0200
  • c6fc828301 Refactor: Remove redundant `else` statements after `return` coen 2025-05-20 12:22:02 +0900
  • 2e086bd727 Refine HttpServiceGroupConfigurer API rstoyanchev 2025-05-19 18:08:46 +0100
  • 1ea8a91b85 Merge branch '6.2.x' Brian Clozel 2025-05-19 17:02:22 +0200
  • 2af0323c21 Use Content-Type charset in JAXB message converters Brian Clozel 2025-05-19 16:57:57 +0200
  • cc4a751162 Make ProblemDetailJacksonXmlMixin compatible with Jackson 3 Sébastien Deleuze 2025-05-19 14:31:10 +0200
  • e02e67b39f Polish BeanRegistrarDsl Javadoc Sébastien Deleuze 2025-05-19 12:59:12 +0200
  • aa9ab8e545 Add support for callable references to BeanRegistrarDsl Sébastien Deleuze 2025-05-19 12:56:05 +0200
  • 81ea754ac2 Merge branch '6.2.x' Brian Clozel 2025-05-19 12:11:32 +0200
  • fdab8fabd2 Avoid duplicate Content-Type in MockHttpServletRequest Brian Clozel 2025-05-19 12:02:19 +0200
  • 1076aab3c0 Trung | Added StringUtils::resizeConsecutiveChars() and related Unit Tests to enrich the StringUtils methods. trungpnt-byte 2025-05-19 16:52:48 +0700
  • 094e653746 Versioning support in WebTestClient controller setup rstoyanchev 2025-05-19 09:31:37 +0100
  • 3095219479 Support API versioning in MockMvc rstoyanchev 2025-05-19 08:51:38 +0100
  • a024e5985a Add defaultApiVersion to WebTestClient rstoyanchev 2025-05-19 07:48:04 +0100
  • 5b19f6249e Refactoring in ApiVersionInserter rstoyanchev 2025-05-19 07:25:21 +0100
  • b5cdb1b7e5
    Set the access modifier of the MultipartFileResource class to public joerulau 2025-05-19 14:25:35 +0800
  • 95286c9a0a Polish HttpRequestValues Johnny Lim 2025-05-17 18:18:28 +0900
  • f4f0e52003 Stop declaring parameters as final in JdbcTemplate Sam Brannen 2025-05-16 14:46:40 +0200
  • d0bf8faf48 Implement PreparedStatementCallback as lambda expression Sam Brannen 2025-05-16 14:45:52 +0200
  • 2ac248d27e gh-32154: BeanWrapper - fix autogrow for nested maps Dmitrii Bocharov 2025-05-15 12:23:09 +0200
  • 7d03ef343e Release v7.0.0-M5 v7.0.0-M5 Brian Clozel 2025-05-15 11:30:20 +0200
  • bd83fb7021 Merge branch '6.2.x' Brian Clozel 2025-05-15 11:07:53 +0200
  • ae8b45a290 Next development version (v6.2.8-SNAPSHOT) Brian Clozel 2025-05-15 11:07:25 +0200
  • ba590ac9e4 Release v6.2.7 v6.2.7 Brian Clozel 2025-05-15 10:35:00 +0200
  • 9a89654a64 Next development version (v6.1.21-SNAPSHOT) Brian Clozel 2025-05-15 10:32:10 +0200
  • 1f9c59b17b Release v6.1.20 v6.1.20 Brian Clozel 2025-05-15 09:55:52 +0200
  • e41fe16d37 Merge branch '6.2.x' rstoyanchev 2025-05-15 08:26:08 +0100
  • ee62701f56 Make use of PatternMatchUtils ignoreCase option rstoyanchev 2025-04-14 11:51:17 +0100
  • 1187bc2016 Merge branch '6.2.x' Juergen Hoeller 2025-05-15 01:48:01 +0200
  • fa168ca78a Revise FactoryBean locking behavior for strict/lenient consistency Juergen Hoeller 2025-05-15 01:45:09 +0200
  • 01fea5e7ed Polish Jackson 3 support Sam Brannen 2025-05-14 16:55:27 +0200
  • edfcc6ffb1 Make use of PatternMatchUtils ignoreCase option rstoyanchev 2025-04-14 11:51:17 +0100
  • f93132b11e Add missing @since tags in PatternMatchUtils rstoyanchev 2025-05-14 14:51:14 +0100
  • ea340fbe69 Merge branch '6.2.x' rstoyanchev 2025-05-14 15:16:12 +0100
  • 807cf5e254 Add Consumer methods to HttpRequestValues.Builder rstoyanchev 2025-05-14 15:15:29 +0100
  • 3c228a5c1d Add missing @since tags in PatternMatchUtils rstoyanchev 2025-05-14 14:51:14 +0100
  • 3b5acc270f Upgrade to Kotlin 2.1.21 Dmitry Sulman 2025-05-14 16:34:45 +0300
  • 6ab4c84bd5 Upgrade to Reactor 2023.0.18 Juergen Hoeller 2025-05-14 15:25:15 +0200
  • 88c92ab067 Upgrade to Reactor 2025.0.0-M3 Juergen Hoeller 2025-05-14 15:22:19 +0200
  • 4956cb7b82 Merge branch '6.2.x' Juergen Hoeller 2025-05-14 15:07:05 +0200
  • 9bf6b8cddf Upgrade to Reactor 2024.0.6 Juergen Hoeller 2025-05-14 15:03:28 +0200
  • 841f358f13 Polish nullability contract of StringUtils Stéphane Nicoll 2025-05-14 14:22:26 +0200
  • e04de95ef2 Update API versioning ref docs for client side rstoyanchev 2025-05-14 13:00:29 +0100
  • 5cb3ea228e Polishing in RestClient reference docs rstoyanchev 2025-05-13 15:33:38 +0100
  • cce2771639 Add API versioning reference documentation rstoyanchev 2025-05-09 16:37:23 +0100
  • bf78980925 Merge branch '6.2.x' Brian Clozel 2025-05-14 09:58:54 +0200
  • 37ecdd1437 Forward more methods to underlying InputStream in NonClosingInputStream Patrick Strawderman 2025-05-13 14:51:22 -0700
  • 28a76a4fd1 Forward more methods to underlying InputStream in NonClosingInputStream Patrick Strawderman 2025-05-13 14:51:22 -0700
  • 5e07c77638 Removed redundant null‐check assertions EmilSt 2025-05-13 21:29:32 +0100
  • 2a29e16456 Deprecate for removal Jackson 2 support Sébastien Deleuze 2025-05-13 16:37:54 +0200
  • 6ae89ea397 Introduce Jackson 3 support to MessageBrokerBeanDefinitionParser Sébastien Deleuze 2025-05-13 14:38:47 +0200
  • 7acd4aec38 Introduce Jackson 3 support to AnnotationDrivenBeanDefinitionParser Sébastien Deleuze 2025-05-13 13:40:34 +0200
  • 0ad4fcaeaf Update spring-test tests to use Jackson 3 Sébastien Deleuze 2025-05-13 12:59:10 +0200
  • ac3c1b8762 Introduce Jackson 3 support for spring-websocket Sébastien Deleuze 2025-05-13 12:58:20 +0200
  • a0ed3f052e Introduce Jackson 3 support for spring-jms Sébastien Deleuze 2025-05-13 12:57:40 +0200
  • 3a0a755144 Introduce Jackson 3 support for spring-messaging Sébastien Deleuze 2025-05-13 12:57:04 +0200
  • d0cd7af7e6 Introduce hints support in advices Sébastien Deleuze 2025-05-13 12:47:20 +0200
  • 71987a8713 Introduce Jackson 3 support for views Sébastien Deleuze 2025-05-13 12:41:35 +0200
  • d4e4a9ae06 Introduce Jackson 3 support for converters Sébastien Deleuze 2025-05-13 12:38:18 +0200
  • 7a8db31dc3 Introduce Jackson 3 support for HandlerInstantiator Sébastien Deleuze 2025-05-13 12:30:07 +0200
  • 5cb2f870d0 Introduce Jackson 3 support for codecs Sébastien Deleuze 2025-05-13 12:27:02 +0200
  • 746679f7a7 Introduce Jackson 3 support in the Gradle build Sébastien Deleuze 2025-05-13 12:21:30 +0200
  • d5fca0d2c5 Upgrade to Jetty 12.0.21, Netty 4.1.121, Apache HttpClient 5.4.4, Checkstyle 10.23.1 Juergen Hoeller 2025-05-13 16:57:19 +0200
  • cbb94193fe Clarify CompositePropertySource behavior for EnumerablePropertySource contract Juergen Hoeller 2025-05-13 16:08:03 +0200
  • 46e6783593 Polishing Juergen Hoeller 2025-05-13 16:42:57 +0200
  • 0f2fbd1983 Upgrade to Micrometer 1.15.0 Juergen Hoeller 2025-05-13 16:32:22 +0200
  • 254a55d217 Merge branch '6.2.x' Juergen Hoeller 2025-05-13 16:31:05 +0200
  • 0df75ff75e Fix StringIndexOutOfBoundsException with Class-File metadata Brian Clozel 2025-05-13 16:15:00 +0200
  • 73f1c5a189 Polishing Juergen Hoeller 2025-05-13 16:08:57 +0200
  • 4d296fb4ca Upgrade to Micrometer 1.14.7 Juergen Hoeller 2025-05-13 16:08:31 +0200
  • 6a9444473f Clarify CompositePropertySource behavior for EnumerablePropertySource contract Juergen Hoeller 2025-05-13 16:08:03 +0200
  • 261862076c Use system properties in ReactorClientHttpRequestFactory Martin Mois 2025-05-02 16:52:28 +0200
  • aa00fff6c5
    Update mvc-ann-async.adoc addoDev 2025-05-13 17:16:14 +0530
  • 680094d74e Merge branch '6.2.x' Sam Brannen 2025-05-13 13:45:37 +0200
  • 03ae97b2eb Introduce Spring property for default escape character for placeholders Sam Brannen 2025-05-10 17:04:30 +0200
  • 465ab0d928
    Improve mvc-ann-async.adoc addoDev 2025-05-13 16:04:53 +0530