Commit Graph

  • a991c23db5 Close mapping streams after the ValidatorFactory has been built fengyuanwei 2021-01-21 12:45:54 +08:00
  • b928ed8f37 Upgrade to JUnit 4.13.2 Sam Brannen 2021-02-13 19:22:16 +01:00
  • 5d70aaacef Improve diagnostics for flaky ParallelApplicationEventsIntegrationTests Sam Brannen 2021-02-12 12:02:37 +01:00
  • 566ff54782 Polishing Sam Brannen 2021-02-12 11:27:44 +01:00
  • 77b7e49fb2 Update ref docs for Inner class names Oleksandr Kravchuk 2021-02-11 19:09:50 +02:00
  • 1c6bab23ea Polishing Rossen Stoyanchev 2021-02-11 21:26:37 +00:00
  • 3e502d4739 Document removal of duplicate slashes in UriComponentsBuilder Rossen Stoyanchev 2021-02-11 20:57:03 +00:00
  • 667256adf9 Ignore generics when Proxy is supplied to BeanUtils.copyProperties() Sam Brannen 2021-02-11 18:18:57 +01:00
  • 8791928f61 Update variable detection in UriComponentsBuilder#encode Rossen Stoyanchev 2021-02-10 21:10:03 +00:00
  • c9147c4281 Add RSocket to "Web Reactive" subtext Rossen Stoyanchev 2021-02-10 16:46:03 +00:00
  • d6f363c634 Merge pull request #26538 from izeye Stephane Nicoll 2021-02-11 08:59:23 +01:00
  • 87c0e9b48a Update copyright of change file Stephane Nicoll 2021-02-11 08:58:50 +01:00
  • 9a4164c4a8 Polish izeye 2021-02-11 12:39:28 +09:00
  • 594ec8f8a9 Update copyright date in reference manual Sam Brannen 2021-02-10 17:56:22 +01:00
  • c36b80bd75 Update copyright date in reference manual Sam Brannen 2021-02-10 17:56:22 +01:00
  • bc90512309 Fix Checkstyle violation Sam Brannen 2021-02-10 14:03:33 +01:00
  • edd15646af Check available processors in ParallelApplicationEventsIntegrationTests Sam Brannen 2021-02-10 12:02:32 +01:00
  • 53cafe728c Support to customize rather than replace default codecs Rossen Stoyanchev 2021-02-09 18:39:46 +00:00
  • 58e9b187fe Enforce standard Java types in YamlProcessor Brian Clozel 2021-02-09 15:03:18 +01:00
  • 9b0c2cca95 Ensure StringDecoder supports multiline delimiters Arjen Poutsma 2021-02-08 15:40:47 +01:00
  • 26000ee29f Polishing contribution Rossen Stoyanchev 2021-02-08 17:35:59 +00:00
  • 0c2c66b38b Add HttpHandlerDecoratorFactory Christophe Maillard 2021-02-05 11:25:27 +01:00
  • c09b2513e0 Ensure StringDecoder supports multiline delimiters Arjen Poutsma 2021-02-08 15:40:47 +01:00
  • bd8e682c51 Simplify BeanUtils.findPrimaryConstructor() heqiang 2021-02-08 20:45:40 +08:00
  • f7c952cb3e Polishing contribution Rossen Stoyanchev 2021-02-05 13:27:37 +00:00
  • 6bc7e12bcd Fix typos in ResponseEntity Javadoc ascopes 2021-02-05 13:10:55 +00:00
  • ab94c7c016 Update WebMvcConfigurer Javadoc for message converters Rossen Stoyanchev 2021-02-05 13:04:33 +00:00
  • 8fb9796d1d Polishing contribution Rossen Stoyanchev 2021-02-05 12:15:50 +00:00
  • a264013d7a Content-Disposition can parse BASE64 encoded filename Yusuke Yamamoto 2021-01-28 11:48:22 +09:00
  • cd80b6b4ac Message broker skips messages with user destination Rossen Stoyanchev 2021-02-05 11:45:56 +00:00
  • 164b48e25f Polishing STOMP/WebSocket config Rossen Stoyanchev 2021-02-05 08:06:03 +00:00
  • eb7b206142 Expose ChannelId from ReactorNettyWebSocketSession Rossen Stoyanchev 2021-02-04 18:57:31 +00:00
  • 42061d27bd Upgrade to JUnit 5.7.1 Sam Brannen 2021-02-04 21:42:42 +01:00
  • 0d16c9100a MIME types by Class for Encoder, Decoder, HttpMessageReader|Writer Rossen Stoyanchev 2021-02-04 15:25:43 +00:00
  • 7cdaaa22bd Extra ObjectMapper registrations in Jackson2CodecSupport Rossen Stoyanchev 2021-02-03 17:07:11 +00:00
  • f4c9f6b860 Media types by Class for HttpMessageConverter Rossen Stoyanchev 2021-02-04 16:10:35 +00:00
  • 1721b0b8d7 Extra ObjectMapper registrations in HttpMessageConverter Rossen Stoyanchev 2021-02-01 11:50:52 +00:00
  • 836976d732 Increase fudge factor Sam Brannen 2021-02-04 13:41:47 +01:00
  • 6c22f7ef5e Fix StoredProcedure documentation in reference manual Sam Brannen 2021-02-04 11:10:50 +01:00
  • 59818ceca9 Fix StoredProcedure documentation in reference manual Sam Brannen 2021-02-04 11:10:50 +01:00
  • 08ce6baedf Polishing Sam Brannen 2021-02-04 11:08:25 +01:00
  • c52526ad42 Fix in MockMultipartHttpServletRequest#getMultipartHeaders Rossen Stoyanchev 2021-02-03 21:55:29 +00:00
  • 236623f630 Do not retain partial column metadata in SimpleJdbcInsert Sam Brannen 2021-02-03 18:46:58 +01:00
  • e18fba1626 Polishing Sam Brannen 2021-02-03 16:27:28 +01:00
  • 7a329eba5b Do not retain partial column metadata in SimpleJdbcInsert Sam Brannen 2021-02-03 18:46:58 +01:00
  • 91d542e406 Polishing Sam Brannen 2021-02-03 16:27:28 +01:00
  • 6fde28be98 Fix checkstyle violations Rossen Stoyanchev 2021-02-03 12:24:45 +00:00
  • 1e481cd14c Fix checkstyle violation Rossen Stoyanchev 2021-02-03 12:12:52 +00:00
  • df4ba742cb Apply global CORS settings to static resources in WebFlux Rossen Stoyanchev 2021-02-03 11:17:59 +00:00
  • 996c86f448 Suppress PREFLIGHT_AMBIGUOUS_MATCH if matches have no CORS config Rossen Stoyanchev 2021-02-03 10:43:08 +00:00
  • 0575e6637c Protobuf Codec supports application/vnd.google.protobuf Toshiaki Maki 2021-02-01 22:45:58 +09:00
  • ad8775ef95 Link to Objenesis property name constant in SpringProperties Sam Brannen 2021-02-02 17:42:45 +01:00
  • 8589804012 Link to known property name constants in SpringProperties Sam Brannen 2021-02-02 15:20:41 +01:00
  • 070c596a66 Use api-spring-framework attribute for links to SpringProperties Sam Brannen 2021-02-02 14:01:51 +01:00
  • c649b74235 Use api-spring-framework attribute for links to SpringProperties Sam Brannen 2021-02-02 14:01:51 +01:00
  • 7a9bf1578e Link to SpringProperties Javadoc from the Testing chapter Sam Brannen 2021-02-02 13:48:11 +01:00
  • bef5d59e43 Link to SpringProperties Javadoc from the Testing chapter Sam Brannen 2021-02-02 13:48:11 +01:00
  • 99bd8115dd Clean up deprecation warnings in Gradle build output Sam Brannen 2021-02-02 11:37:30 +01:00
  • 1a3ff83157 Remove obsolete code in HeaderValueHolder Sam Brannen 2021-02-02 11:28:32 +01:00
  • c19b2851f1 Ignore null Locale in MockHttpServletResponse Sam Brannen 2021-02-02 11:13:10 +01:00
  • 3b4a3431d4 Ignore null header value in MockHttpServletResponse Sam Brannen 2021-02-02 11:05:06 +01:00
  • c82a445094 Fix Javadoc in StandardServletAsyncWebRequest fengyuanwei 2021-02-01 14:59:14 +08:00
  • 95752ef1c9 Improve handling for pre-flight requests Rossen Stoyanchev 2021-01-29 22:10:03 +00:00
  • 8a150ee3a4 Fix order of headers in DefaultHandlerExceptionResolver Rossen Stoyanchev 2021-01-29 20:30:55 +00:00
  • 6051f4ecbd Handle forwarded header parse issues Rossen Stoyanchev 2021-01-28 20:45:09 +00:00
  • 698e74f7cd WebSocketExtension#equals matches sub-classes too Rossen Stoyanchev 2021-01-27 20:39:05 +00:00
  • 0ff50d6d9e Improve Javadoc of ServerHttpRequest#getPath Rossen Stoyanchev 2021-01-29 20:40:13 +00:00
  • 30cdeb23fe Fix order of headers in DefaultHandlerExceptionResolver Rossen Stoyanchev 2021-01-29 20:30:55 +00:00
  • ecf5113e0e Handle forwarded header parse issues Rossen Stoyanchev 2021-01-28 20:45:09 +00:00
  • 80c4e6bb95 Fix ContentCachingResponseWrapper comment typo Gediminas Rimša 2021-01-28 17:17:10 +02:00
  • 5e5d8e4a23 Handle flushingFailed() for Servlet containers Rossen Stoyanchev 2021-01-28 17:03:08 +00:00
  • d7e05aa48f Upgrade CI images to ubuntu:focal-20210119 Brian Clozel 2021-01-28 11:50:19 +01:00
  • cf52246319 WebSocketExtension#equals matches sub-classes too Rossen Stoyanchev 2021-01-27 20:39:05 +00:00
  • 51079a40ae Upgrade io.spring.ge.conventions plugin to version 0.0.7 Sam Brannen 2021-01-27 18:09:13 +01:00
  • 94ac2e4de7 Fix UriComponentsBuilder examples in ref docs Sam Brannen 2021-01-27 15:15:40 +01:00
  • c5284009a1 Fix UriComponentsBuilder examples in ref docs Sam Brannen 2021-01-27 15:15:40 +01:00
  • 2d29fcd0bb Polish Javadoc for TransactionSynchronizationUtils Sam Brannen 2021-01-27 14:03:38 +01:00
  • 5e56162394 Fix Checkstyle violation Sam Brannen 2021-01-27 11:53:20 +01:00
  • 45650f2b27 Add @since tag to TransactionSynchronizationUtils.unwrapResourceIfNecessary() Johnny Lim 2021-01-27 19:23:22 +09:00
  • 3e1b1638ef Update link for reporting security issues Rossen Stoyanchev 2021-01-26 21:39:29 +00:00
  • e80a23d6ad Fix CheckStyle violations Rossen Stoyanchev 2021-01-26 17:51:52 +00:00
  • 8aeae49f40 Support for servletPath prefix in ServletRequestPathUtils Rossen Stoyanchev 2021-01-26 17:29:39 +00:00
  • f22e2ac578 Add HttpServletMapping support to MockHttpServletRequest Rossen Stoyanchev 2021-01-26 16:55:22 +00:00
  • 355aca7665 Fix DelegatingWebMvcConfigurationTests.configurePathPatternParser() izeye 2021-01-26 23:58:06 +09:00
  • ec5f99f981 Add mutate() to RequestMappingInfo Rossen Stoyanchev 2021-01-26 11:43:53 +00:00
  • 03f1b65084 Polish Javadoc for ResourceLoader APIs Sam Brannen 2021-01-26 12:20:28 +01:00
  • 0de2833894 Upgrade to Jetty 9.4.36, EclipseLink 2.7.8, XStream 1.4.15, Apache Johnzon 1.2.10 Juergen Hoeller 2021-01-25 17:02:27 +01:00
  • cd9d562129 Check thread count in ParallelApplicationEventsIntegrationTests Sam Brannen 2021-01-25 11:02:36 +01:00
  • 080ba5d448 Upgrade JDK versions in CI pipeline Brian Clozel 2021-01-25 10:51:47 +01:00
  • d96448fde9 Fix typo in URI Encoding section of reference docs daisuzz 2021-01-24 22:38:33 +09:00
  • 84eed00260 Upgrade to Gradle 6.8.1 Sam Brannen 2021-01-24 12:48:35 +01:00
  • cee51b248a Upgrade to AssertJ 3.19.0 Sam Brannen 2021-01-24 12:11:17 +01:00
  • 5a640bb635 Expose mvcPatternParser bean in WebMvcConfigurationSupport Rossen Stoyanchev 2021-01-22 17:30:45 +00:00
  • 5c1cbb769c Check that PathPatternParser is not set too late Rossen Stoyanchev 2021-01-22 17:10:48 +00:00
  • 4a7a2258f9 Unwrap proxied DataSources in SqlScriptsTestExecutionListener Sam Brannen 2021-01-22 18:22:00 +01:00
  • bad8954e65 Append unique number to log prefix for Undertow Rossen Stoyanchev 2021-01-22 15:26:48 +00:00
  • e4566c11b8 Apply PathPatternParser also to BeanNameUrlHandlerMapping Rossen Stoyanchev 2021-01-22 15:22:51 +00:00
  • 9d8910d869 Improve inline documentation for PostProcessorRegistrationDelegate Sam Brannen 2021-01-22 13:34:29 +01:00
  • aa7584d252 Support for Jetty 10 Rossen Stoyanchev 2021-01-21 20:16:21 +00:00
  • e537844a09 Copy headers from part in MultipartBodyBuilder Arjen Poutsma 2021-01-21 16:24:59 +01:00