Commit Graph

  • 507c9697fb Correct event name in backport bot config rstoyanchev 2022-12-06 09:27:03 +00:00
  • 52c073724d Enable backport bot for pull requests rstoyanchev 2022-12-06 09:13:11 +00:00
  • de07ad47f1 Polishing, suppression of deprecation warnings, copyright headers, etc. Sam Brannen 2022-12-05 13:51:00 -05:00
  • 93ea2e1df9 Push canWrite down into MultipartHttpMessageWriter rstoyanchev 2022-12-05 15:22:37 +00:00
  • a7bf14b364 Fix canWrite of PartHttpMessageWriter CoderYellow 2022-12-04 16:54:57 +08:00
  • 7899fa3b0a Polishing contribution rstoyanchev 2022-12-05 11:53:11 +00:00
  • c1da2a4e73 Improve Netty code sample Marten Deinum 2022-12-02 10:25:43 +01:00
  • db53b618c1 Simplify form data handling in HttpRequestValues rstoyanchev 2022-12-05 11:15:51 +00:00
  • 913163884a Improve invalid Content-Type handling in WebFlux rstoyanchev 2022-12-05 09:19:15 +00:00
  • 4a555aaef1 Reduce heap memory usage in ConcurrentLruCache Brian Clozel 2022-12-05 11:45:07 +01:00
  • e9ada8d15c Upgrade JMH build plugins Brian Clozel 2022-12-05 11:39:43 +01:00
  • 63d841664c Polish ref docs build Sam Brannen 2022-12-04 22:35:04 -05:00
  • 9779d25d98 Revise PDF ref docs to include TOC, authors, and legal sections Sam Brannen 2022-12-04 22:13:20 -05:00
  • 89d0c6b962 Do not refer to HTML ref docs from HTML ref docs Sam Brannen 2022-12-04 22:11:41 -05:00
  • 20da0835b3 Polish overview for consistency Sam Brannen 2022-12-04 12:33:44 -05:00
  • 4f232a9003 Update copyright headers Sam Brannen 2022-12-03 18:24:44 -05:00
  • c24a51323d Reinstate test for JmxUtils.locateMBeanServer() Sam Brannen 2022-12-03 18:23:41 -05:00
  • 41a6b7ec20 Update copyright headers for source code changed since August 2022 Sam Brannen 2022-12-02 18:41:01 +01:00
  • cfaa4ba89c Apply update_copyright_headers.sh to staged files as well Sam Brannen 2022-11-30 15:16:17 +01:00
  • 598e9d586b Introduce update_copyright_headers.sh shell script Sam Brannen 2022-11-29 19:30:19 +01:00
  • 750a8b359f Stop using Mockito to spy() on JDK I/O streams Sam Brannen 2022-12-02 16:38:26 +01:00
  • c838bcff3a Fix/Disable JMX & JNDI tests on JDK 16+ Sam Brannen 2022-12-02 16:32:40 +01:00
  • 109b00d24d Avoid use of deprecated Character/Double constructors in tests Sam Brannen 2022-12-02 18:27:00 +01:00
  • b6abf45a56 Introduce @Suite classes for individual modules Sam Brannen 2022-12-02 18:11:28 +01:00
  • 69d022712b Polish Javadoc for ErrorResponse etc. Sam Brannen 2022-12-03 16:19:33 -05:00
  • aa1f3d1681 Apply "instanceof pattern matching" Sam Brannen 2022-12-02 22:53:17 +01:00
  • b366cd352e Fix ErrorResponse#type documentation Spark61 2022-12-03 22:06:16 +01:00
  • ac667a1e2b Upgrade to Apache HttpClient 5.2 Juergen Hoeller 2022-12-02 20:57:35 +01:00
  • a09f93768a Fix URI override for HttpExchange rstoyanchev 2022-12-02 17:01:54 +00:00
  • 0ccd2f8b87 Deprecate GraphQL media type in favor of new one Brian Clozel 2022-12-02 16:25:59 +01:00
  • b1fdb148d0 ResponseStatusException delegates to protected constructor Baljit Singh 2022-11-29 08:32:24 -05:00
  • 2d94b43faa Polishing Juergen Hoeller 2022-12-02 11:15:03 +01:00
  • 955ca4d146 Revised support for Jetty 12 (tested against 12.0.0.alpha2) Juergen Hoeller 2022-12-01 19:45:40 +01:00
  • d5732fed45 Polishing Juergen Hoeller 2022-12-01 17:46:31 +01:00
  • 4c7b04e32a Use resolved factory method return type for supplier code generation Juergen Hoeller 2022-12-01 17:46:23 +01:00
  • 74ec10bf3a Polish Johnny Lim 2022-12-02 00:14:36 +09:00
  • dd6cb1b728 Polishing Juergen Hoeller 2022-12-01 15:48:24 +01:00
  • 1e4c10cef1 Add equals/hashCode methods to ProblemDetail Juergen Hoeller 2022-12-01 15:47:40 +01:00
  • e47978e168 Avoid unnecessary parameter name inspection for constructor-arg resolution Juergen Hoeller 2022-12-01 15:47:12 +01:00
  • 52e967a525 Apply update_copyright_headers.sh to staged files as well Sam Brannen 2022-11-30 15:16:17 +01:00
  • 1de9d123a5 Update Javadoc for MBeanTestUtils Sam Brannen 2022-11-30 15:15:51 +01:00
  • f7f73439ab Modify MBeanTestUtils to work on JDK 17+ Sam Brannen 2022-11-30 14:49:48 +01:00
  • ad60164911 Update copyright headers for source code changed since August 2022 Sam Brannen 2022-11-29 19:38:42 +01:00
  • c49b0825f9 Introduce update_copyright_headers.sh shell script Sam Brannen 2022-11-29 19:30:19 +01:00
  • fdec9f0adc Apply "instanceof pattern matching" Sam Brannen 2022-11-29 17:56:54 +01:00
  • a88dbbec98 Apply project formatting rules for ternary operator Sam Brannen 2022-11-29 17:51:13 +01:00
  • 61d8774da0 Add missing callout Sam Brannen 2022-11-29 13:54:46 +01:00
  • c2b16f1ffb Fix code example callouts in reference manual Sam Brannen 2022-11-29 13:54:10 +01:00
  • 6af94dffe5 Add "missing" callout for parity Sam Brannen 2022-11-29 13:52:26 +01:00
  • 2147175898 Polishing Sam Brannen 2022-11-29 13:51:34 +01:00
  • 052542254a Polishing Sam Brannen 2022-11-28 17:51:18 +01:00
  • 1bb723b9e0 Rename to AbstractReactiveWebSocketIntegrationTests to avoid duplicate class names Sam Brannen 2022-11-28 17:43:39 +01:00
  • db02c96c55 Avoid deprecation warnings in tests Sam Brannen 2022-11-28 17:40:46 +01:00
  • 5e55558a93 Fix SockJsServiceTests Sam Brannen 2022-11-28 16:52:15 +01:00
  • eee50d3b8a Polishing Sam Brannen 2022-11-28 17:06:22 +01:00
  • 92af390ed2 Polish contribution Sam Brannen 2022-11-28 17:02:53 +01:00
  • 332d2a36bb Add title to SockJS iFrames for accessibility compliance Aashay Chapatwala 2022-11-28 14:20:30 +05:30
  • 164141a63e Fix broken tests in SockJsServiceTests Sam Brannen 2022-11-28 16:52:15 +01:00
  • 0a731413de Polishing Sam Brannen 2022-11-28 16:45:38 +01:00
  • 6e5dd64025 Polish contribution Sam Brannen 2022-11-28 16:42:22 +01:00
  • 650875468c Add title to SockJS iFrames for accessibility compliance Aashay Chapatwala 2022-11-28 14:20:30 +05:30
  • 6d2a25b877 Fix typo in observability documentation Yanming Zhou 2022-11-28 22:13:03 +08:00
  • 2847621928 Fix errors in Testing chapter Sam Brannen 2022-11-28 14:47:56 +01:00
  • 3afc6a5079 Polish Testing chapter Sam Brannen 2022-11-28 14:45:46 +01:00
  • 6c8fb6c204 Add MessageSource getters rstoyanchev 2022-11-28 10:59:29 +00:00
  • 92b2b828f5 Fix Java 17 test CI and remove Java 11 variant Brian Clozel 2022-11-28 10:17:56 +01:00
  • 8e9a553517 Update Javadoc regarding JUnit versions Sam Brannen 2022-11-26 16:48:03 +01:00
  • 537d539b1d Use JUnit Jupiter annotations as examples in TestContextManager JavaDoc Sam Brannen 2022-11-26 16:16:52 +01:00
  • 476b9cfc99 Polish TestContextManager internals Sam Brannen 2022-11-26 16:00:36 +01:00
  • 352087a637 Forbid loading of test ApplicationContext in AOT mode if AOT processing failed Sam Brannen 2022-11-26 15:32:16 +01:00
  • 33d33802a8 Improve logging in TestContextManager Sam Brannen 2022-11-26 15:30:50 +01:00
  • 9ec937c843 Remove erroneous Javadoc link Sam Brannen 2022-11-26 14:40:49 +01:00
  • 8e5eb84da1 Consistently register CGLIB hints for lazy resolution proxy classes Juergen Hoeller 2022-11-26 13:38:34 +01:00
  • 902f8dd1d8 Upgrade Gradle wrapper Sam Brannen 2022-11-25 23:12:08 +01:00
  • 22f8ea61fb Upgrade to Gradle 7.6 Juergen Hoeller 2022-11-25 22:33:09 +01:00
  • a11222f681 Polishing Juergen Hoeller 2022-11-25 17:58:59 +01:00
  • 8ce1f14554 Document Observability support in reference docs Brian Clozel 2022-11-25 17:33:11 +01:00
  • 9a3cb628af Split integration chapter in smaller documents Brian Clozel 2022-11-25 17:33:07 +01:00
  • b0a4c5d72c Fix unrendered titles in websocket section Brian Clozel 2022-11-25 17:33:03 +01:00
  • 8b110c9971 Reinstate checkstyle for reference docs code snippets Brian Clozel 2022-11-25 17:32:59 +01:00
  • 21d3a7529c Consistent documentation references to Jakarta WebSocket (2.1) Juergen Hoeller 2022-11-25 17:07:30 +01:00
  • 9c7b471634 Deprecate JettyWebSocketClient in favor of StandardWebSocketClient Juergen Hoeller 2022-11-25 17:06:15 +01:00
  • 45d45c2989 Early support for Jetty 12 (developed against 12.0.0.alpha2) Juergen Hoeller 2022-11-25 17:04:48 +01:00
  • 4ff18741fd Next development version (v6.0.3-SNAPSHOT) Spring Builds 2022-11-24 13:50:54 +00:00
  • 7de8d81932 Explicit documentation notes on standard Java reflection Juergen Hoeller 2022-11-24 14:25:43 +01:00
  • b7e99fbe30 Additional documentation notes on Java/Kotlin parameter name retention Juergen Hoeller 2022-11-24 14:08:53 +01:00
  • a27f2e994b ResponseStatusException sets detail from reason again rstoyanchev 2022-11-24 12:40:25 +00:00
  • 284cf3ecf2 Rely on standard parameter name resolution in Bean Validation 3.0 Juergen Hoeller 2022-11-24 12:01:51 +01:00
  • cbf25b704d Reduce deprecation warn logging to one entry per introspected class Juergen Hoeller 2022-11-24 12:01:03 +01:00
  • 8391897a94 Document removal of CommonsMultipartResolver in MVC setup documentation Juergen Hoeller 2022-11-24 12:00:19 +01:00
  • a3c89092e1 Log connection info in StompBrokerRelayMessageHandler rstoyanchev 2022-11-23 13:58:24 +00:00
  • 0e33537d9d Consistent use of DefaultParameterNameResolver in tests Juergen Hoeller 2022-11-23 11:17:58 +01:00
  • e77c426eeb Next development version (v6.0.2-SNAPSHOT) Spring Builds 2022-11-23 10:12:32 +00:00
  • fe5bd6751f Retain default LocalVariableTableParameterNameDiscoverer with warn log entries Juergen Hoeller 2022-11-23 10:31:43 +01:00
  • ed5ab77397 Fix javadoc link in AOP extensibility documentation Juergen Hoeller 2022-11-22 22:00:57 +01:00
  • 98c514ecbe Increase logging for spring-messaging tests rstoyanchev 2022-11-22 20:52:34 +00:00
  • beb9fa2b8b Add since attribute to Deprecated annotation Juergen Hoeller 2022-11-22 21:18:34 +01:00
  • 459e8a1ea5 Deprecate LocalVariableTableParameterNameDiscoverer completely Juergen Hoeller 2022-11-22 19:26:15 +01:00
  • 7e52b803be Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests rstoyanchev 2022-11-22 16:42:04 +00:00
  • 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) Sam Brannen 2022-11-22 17:11:50 +01:00