Commit Graph

  • f43b28e7ba Upgrade Java 11 version in CI image Stephane Nicoll 2022-06-09 08:14:05 +02:00
  • 1476867ee7 Upgrade Java 18 version in CI image Stephane Nicoll 2022-06-09 08:13:36 +02:00
  • 4d9dc61f5d Polish Stephane Nicoll 2022-06-09 08:13:12 +02:00
  • 7eebc48a6e Upgrade Ubuntu version in CI image Stephane Nicoll 2022-06-09 08:11:36 +02:00
  • 283bc9ede9 Merge pull request #28569 from christophejan:fix/28567 Arjen Poutsma 2022-06-08 17:08:44 +02:00
  • 216a266856 Polish Arjen Poutsma 2022-06-08 17:00:58 +02:00
  • bbabf8d855 Add minimal Kotlin DSL RouterFunction attributes support christophejan 2022-06-05 18:51:15 +02:00
  • 5b1bda5c7c Add test case on nested RouterFunction attributes christophejan 2022-06-05 17:46:27 +02:00
  • 282c3bc952 Merge branch '5.3.x' Sam Brannen 2022-06-08 16:40:23 +02:00
  • 8478e8e70a Polish contribution Sam Brannen 2022-06-08 16:32:21 +02:00
  • e386bdb82c Expose ThreadPoolTaskExecutor queue size and capacity for metrics Rémy 2022-06-08 11:49:22 +02:00
  • 571543285a Polish Stephane Nicoll 2022-06-08 14:08:16 +02:00
  • c9053e4d9b Merge branch '5.3.x' Arjen Poutsma 2022-06-08 12:18:12 +02:00
  • 4912c3c455 Updated sdkmanrc Arjen Poutsma 2022-06-08 12:13:21 +02:00
  • 16eff68357 Fix package tangle between o.s.core and o.s.aot Stephane Nicoll 2022-06-08 11:50:17 +02:00
  • 875ee546e5 Merge branch '5.3.x' rstoyanchev 2022-06-08 10:43:36 +01:00
  • 8fcc7ab9d1 CompositeLog respects log level changes at runtime rstoyanchev 2022-06-08 10:06:59 +01:00
  • 7c47b470ff MockMvc allows HttpMethod input for multipart request rstoyanchev 2022-06-06 17:04:07 +01:00
  • 90e0bd146a Merge branch '5.3.x' Sam Brannen 2022-06-08 10:01:01 +02:00
  • 479ef3f3fd Update documentation regarding nested test class support Sam Brannen 2022-06-08 09:40:43 +02:00
  • 45ef21f900 Add support for annotation processors with TestCompiler Scott Frederick 2022-06-07 16:51:17 -07:00
  • 4128a71657 Polish javadoc Scott Frederick 2022-06-07 16:49:15 -07:00
  • 7119d420ce Define compiled classes when @CompileWithTargetClassAccess is used Phillip Webb 2022-06-07 16:45:54 -07:00
  • 46a2f2d71c Allow @CompileWithTargetClassAccess to work with all classes Phillip Webb 2022-06-07 14:12:15 -07:00
  • c01a2e897d Fix null assignment to non-nullable field Phillip Webb 2022-06-07 10:06:50 -07:00
  • 22ef3ec783 Merge branch '5.3.x' Sam Brannen 2022-06-07 14:30:45 +02:00
  • be1b7da12f Add entries for "Sam Brannen" to .mailmap Sam Brannen 2022-06-07 14:27:42 +02:00
  • 89360b18f4 Update '.mailmap` to consistently use @vmware.com emails Phillip Webb 2022-05-10 16:41:54 -07:00
  • 92961d75f0 Polish tests Stephane Nicoll 2022-06-07 12:03:50 +02:00
  • ad0573a91e Polish Stephane Nicoll 2022-06-07 11:52:40 +02:00
  • 62d98685ce Merge branch '5.3.x' Stephane Nicoll 2022-06-07 08:30:59 +02:00
  • 209fe5f452 Merge pull request #28572 from gorisanson Stephane Nicoll 2022-06-07 08:30:52 +02:00
  • e18a118f8b Polish contribution Stephane Nicoll 2022-06-07 08:29:28 +02:00
  • 77aac7768d Update reference docs to use PropertySourcesPlaceholderConfigurer Lee, Kyutae 2022-06-06 19:12:43 +09:00
  • 26944f3c8e Implement CompileWithTargetClassAccessClassLoader.findResource Phillip Webb 2022-06-06 12:28:33 -07:00
  • 305055d6b1 Pass GenerationContext to customizeBeanRegistrationCodeFragments Phillip Webb 2022-06-05 18:59:02 -07:00
  • 9a9c3ea00e Filter single inferred init/destroy methods Phillip Webb 2022-06-05 16:13:11 -07:00
  • 172102d225 Refine ApplicationContextAotGenerator class name generation Phillip Webb 2022-06-04 11:57:02 -07:00
  • 4bd33cb6e0 Allow ApplicationContextAotGenerator to generated better class names Phillip Webb 2022-06-03 16:43:13 -07:00
  • 243350054b Upgrade to AssertJ 3.23.1 Sam Brannen 2022-06-03 19:44:34 +02:00
  • 74c49c510a Use a single --initialize-at-build-time parameter per file Sébastien Deleuze 2022-06-03 17:39:47 +02:00
  • 92f8ab774f Stop initializing DataSize at build time for GraalVM Sam Brannen 2022-06-03 16:41:36 +02:00
  • 3aefa88d3c Add test to validate AOT infrastructure registration Stephane Nicoll 2022-06-03 14:30:36 +02:00
  • 176ea5e9a7 Fix registration of ScopedProxyBeanRegistrationAotProcessor Stephane Nicoll 2022-06-03 14:27:25 +02:00
  • 0a7a53af6d Polish contribution Sam Brannen 2022-06-03 11:49:27 +02:00
  • 864dcf67d8 Simplify default locale/timezone resolution in cookie/session locale resolvers Vedran Pavic 2021-10-26 00:31:56 +02:00
  • 94cc2da33b Update LocaleContextResolver to implement LocaleResolver Vedran Pavic 2021-10-25 23:06:50 +02:00
  • 9a0eb8db28 Update AcceptHeaderLocaleResolver to extend AbstractLocaleResolver Vedran Pavic 2021-10-25 09:11:53 +02:00
  • 73acab7635 Merge branch '5.3.x' Sam Brannen 2022-06-03 13:35:22 +02:00
  • e2767371b5 Lazily initialize DataSize.PATTERN Sam Brannen 2022-06-03 13:30:45 +02:00
  • aab9da0366 Polish LocaleResolver support Sam Brannen 2022-06-03 13:10:55 +02:00
  • 4191958e00 Merge pull request #28559 from neiser Stephane Nicoll 2022-06-03 10:45:40 +02:00
  • baebf71ed7 Polish "Improve AssertJ usage in cache config tests" Stephane Nicoll 2022-06-03 10:18:53 +02:00
  • 5ed0c848fe Improve AssertJ usage in cache config tests Andreas Grub 2022-06-03 09:58:54 +02:00
  • 3ebdaeabd3 Publish spring-core-test Phillip Webb 2022-06-02 18:07:50 -07:00
  • 8d79ec0b67 Allow AOT contributions to customize code fragments. Phillip Webb 2022-06-02 14:51:22 -07:00
  • 74caa9213a Simplify SourceFileAssert assertion methods Phillip Webb 2022-06-02 15:07:39 -07:00
  • 5f4bcf197c BackportBot ignores pull-requests Rob Winch 2022-06-02 09:16:33 -05:00
  • 7fa15cde12 Escape GITHUB_EVENT argument to BackportBot Rob Winch 2022-06-02 09:15:42 -05:00
  • da8c4de263 Add AotDetector to reliably opt-in for optimizations Stephane Nicoll 2022-05-31 13:22:21 +02:00
  • 8af1496b37 Expand hints conditions support in RuntimeHints Brian Clozel 2022-06-02 11:12:09 +02:00
  • 2269c0063a Restore base class of MissingServletRequestPartException rstoyanchev 2022-05-26 13:01:28 +01:00
  • cc56da7735 Support default methods in @HttpExchange interface rstoyanchev 2022-05-25 09:24:15 +01:00
  • e2798560c7 Add BackportBot as GitHub Action Rob Winch 2022-06-01 10:21:25 -05:00
  • df45c80bfe Merge branch '5.3.x' Sam Brannen 2022-06-01 16:30:44 +02:00
  • cda1e5507c Polishing Sam Brannen 2022-06-01 16:28:05 +02:00
  • 1d5ffaf30a Always construct new exception on error in DefaultWebClient Balázs Póka 2022-06-01 02:13:32 +02:00
  • 8eb660b03c Merge branch '5.3.x' Arjen Poutsma 2022-06-01 15:24:05 +02:00
  • c55606ed08 Recognize Kotlin coroutines in isAsyncVoidReturnType Arjen Poutsma 2022-05-19 13:33:17 +02:00
  • bc3b3d01ee Polishing Sam Brannen 2022-06-01 14:57:16 +02:00
  • d9d45cc0b1 Treat Reactive Publishers the same as Kotlin Flows Arjen Poutsma 2022-05-13 15:14:37 +02:00
  • 279f9647ab Merge branch '5.3.x' Sam Brannen 2022-05-31 16:14:16 +02:00
  • aa8802a81d Avoid new AssertJ deprecations Sam Brannen 2022-05-31 16:13:31 +02:00
  • ee209de9cf Merge branch '5.3.x' Sam Brannen 2022-05-31 14:15:36 +02:00
  • 1beb7068f6 Use new AssertJ exception assertions Sam Brannen 2022-05-31 14:08:28 +02:00
  • 9d324e59a0 Upgrade to AssertJ 3.23.0 Sam Brannen 2022-05-31 12:55:43 +02:00
  • b659030867 Merge branch '5.3.x' Sam Brannen 2022-05-31 12:01:39 +02:00
  • 8547f8601d Polish LocaleResolver tests Sam Brannen 2022-05-31 11:55:30 +02:00
  • a46b71a4b9 Merge branch '5.3.x' Stephane Nicoll 2022-05-31 10:01:50 +02:00
  • 40cb81470b Merge pull request #28542 from eltociear Stephane Nicoll 2022-05-31 10:01:30 +02:00
  • 6e3b3c5419 Fix typo in webflux.adoc Ikko Ashimine 2022-05-31 14:24:09 +09:00
  • a3ee27bb4d Polishing Sam Brannen 2022-05-30 20:00:07 +02:00
  • b79f981510 Document Checkstyle issue regarding instanceof pattern variables Sam Brannen 2022-05-30 19:57:20 +02:00
  • 16f65e59b4 Polish contribution Sam Brannen 2022-05-30 19:29:09 +02:00
  • 43dd813ee6 Temporary workaround for Checkstyle bug Sam Brannen 2022-05-30 19:35:16 +02:00
  • bbaf7578b2 Apply "instanceof pattern matching" in spring-core diguage 2022-03-17 00:13:13 +08:00
  • 720261db26 Use List.of() and Set.of() where feasible Sam Brannen 2022-05-30 18:26:06 +02:00
  • ad46f0295c Apply "instanceof pattern matching" Sam Brannen 2022-05-30 13:29:33 +02:00
  • b629487b44 Polish Javadoc for MockFilterChain Sam Brannen 2022-05-30 18:26:46 +02:00
  • 6f71328ba6 Don't implicitly filter all AOT processor beans Phillip Webb 2022-05-26 20:59:50 -07:00
  • efa8ffb728 Polish Phillip Webb 2022-05-26 17:38:03 -07:00
  • 718ef42d68 Exclude @Reflective from @AliasFor collection Phillip Webb 2022-05-26 20:53:55 -07:00
  • 86a85f558c Fix introspection of annotations that use local aliased attributes Stephane Nicoll 2022-05-26 15:50:41 +02:00
  • 9e1d0057bc Merge branch '5.3.x' Sam Brannen 2022-05-25 11:30:42 +02:00
  • a221835558 Throw IllegalStateException for invalid port in HierarchicalUriComponents Sam Brannen 2022-05-25 11:28:49 +02:00
  • aa06a09dee Polishing Sam Brannen 2022-05-25 11:20:57 +02:00
  • 059b66bf26 Register annotation based on its type Stephane Nicoll 2022-05-25 10:25:53 +02:00
  • a60e9d6695 Merge branch '5.3.x' Sam Brannen 2022-05-24 17:16:58 +02:00
  • bde0931e51 Fix Javadoc for DatabaseClient hsteinmueller 2022-05-24 13:04:19 +02:00
  • 291f784196 Suppress warning in test Sam Brannen 2022-05-24 17:12:16 +02:00