Commit Graph

  • 19b436c6aa Support module path scanning for "classpath*:" resource prefix Sam Brannen 2022-05-22 18:32:13 +02:00
  • 6bd25f60dd Polish Stephane Nicoll 2022-05-24 11:57:14 +02:00
  • ff890bc1cc Support custom HTTP method for @HttpExchange rstoyanchev 2022-05-24 09:23:41 +01:00
  • 48c1746693 Refactor HttpServiceProxyFactory for use as a bean rstoyanchev 2022-05-24 08:44:09 +01:00
  • 29a9016809 Merge branch '5.3.x' Sam Brannen 2022-05-23 20:36:47 +02:00
  • 7b95c928d1 Fix Javadoc for ResourcePatternResolver Sam Brannen 2022-05-23 20:31:51 +02:00
  • 53f88d455f Fix Javadoc for AbstractFileResolvingResource.isFile(URI) Sam Brannen 2022-05-23 20:23:24 +02:00
  • 53a506f6bb Polishing Sam Brannen 2022-05-23 20:22:37 +02:00
  • f07e7ab39d Create UrlResource factory methods that throw unchecked exceptions Sam Brannen 2022-05-23 14:22:35 +02:00
  • 4515180195 Polish PathMatchingResourcePatternResolver Sam Brannen 2022-05-22 18:42:15 +02:00
  • 5e979af95a Merge branch '5.3.x' rstoyanchev 2022-05-23 11:24:58 +01:00
  • 2a2fba6a37 Resolve placeholders in HttpExchange#url rstoyanchev 2022-05-19 20:39:12 +01:00
  • ce568468ae Refine JSON encoding of non-streaming Flux rstoyanchev 2022-05-18 17:11:30 +01:00
  • 496c1dcae1 Add RequestAttributeArgumentResolver rstoyanchev 2022-05-17 14:02:23 +01:00
  • 495507e5d4 AbstractNamedValueArgumentResolver supports Object values rstoyanchev 2022-05-17 13:21:07 +01:00
  • f95bf96ec9 Correct path encoding/decoding in PathResourceResolver rstoyanchev 2022-05-23 11:03:42 +01:00
  • 66a5742df3 Polishing rstoyanchev 2022-05-23 10:07:03 +01:00
  • 2f94713078 Make sure that annotation hierarchy is registered Stephane Nicoll 2022-05-23 08:57:02 +02:00
  • 16a4a9ad3f Polishing Sam Brannen 2022-05-21 14:30:46 +02:00
  • ea9b1fccbd Fix attribute return types in @PutExchange Sam Brannen 2022-05-21 14:28:47 +02:00
  • 163bad38ef Fix attribute return types in @DeleteExchange and @PatchExchange Eddú Meléndez 2022-05-21 02:53:47 -05:00
  • d0afbe40e6 Tag EventListener as a reflective operation Stephane Nicoll 2022-05-20 15:14:59 +02:00
  • 4cca190aad Add support of declarative use of reflection Stephane Nicoll 2022-05-18 11:34:32 +02:00
  • 2517c72f7d Add a common utility to register hints for an annotation Stephane Nicoll 2022-05-20 14:48:06 +02:00
  • 9181ac70f5 Correctly detect Optional return type for @HttpExchange methods wonwoo 2022-05-20 13:31:52 +09:00
  • 9487e8ce1e Polish Stephane Nicoll 2022-05-18 13:57:48 +02:00
  • 65066bd1e1 Fix Java 17 compiler warning about varargs Sam Brannen 2022-05-17 15:44:55 +02:00
  • 70415b1781 Merge branch '5.3.x' Sam Brannen 2022-05-17 15:41:08 +02:00
  • 59c7bb1f86 Use Arrays.toString instead of Arrays.asList when generating Strings Sam Brannen 2022-05-17 15:34:09 +02:00
  • a1c3efbb5f Polish ManagedList[Tests] and ManagedSet[Tests] Sam Brannen 2022-05-17 14:51:27 +02:00
  • 874077d16e Apply "advanced" instanceof pattern matching Sam Brannen 2022-05-17 11:24:32 +02:00
  • 578d3f4466 Polish error message Sam Brannen 2022-05-17 11:22:56 +02:00
  • 0d4d383068 Merge branch '5.3.x' Sam Brannen 2022-05-16 11:22:17 +02:00
  • 6efe3aee34 Polishing Sam Brannen 2022-05-16 11:20:20 +02:00
  • fe7c6f075b Polishing Sam Brannen 2022-05-16 10:53:35 +02:00
  • bf8a54decf Switch focus to JUnit Jupiter in testing examples Sam Brannen 2022-05-15 19:34:07 +02:00
  • 0fb0335aa0 Add level guards for trace logging in SpringFactoriesLoaderRuntimeHintsRegistrar izeye 2022-05-16 08:40:53 +09:00
  • 5220410768 Update copyright date Sam Brannen 2022-05-15 19:19:04 +02:00
  • 506b78f469 Use getHost instead of getContainerIpAddress in Redis examples Eddú Meléndez Gonzales 2022-05-15 08:12:03 -05:00
  • 3d39dfc4ce Polishing Sam Brannen 2022-05-14 18:35:58 +02:00
  • 754636ee56 Merge branch '5.3.x' Sam Brannen 2022-05-14 18:32:14 +02:00
  • f2fe7f335c Improve nullReturningBeanPostProcessor() test Sam Brannen 2022-05-14 18:30:39 +02:00
  • 0cf2bd0bcf Suppress warning in test in Gradle build Sam Brannen 2022-05-14 17:10:54 +02:00
  • a6cd8a78e2 Upgrade to oci-build-task 0.10.0 in CI task Brian Clozel 2022-05-13 08:55:28 +02:00
  • 944c14bdf9 Fix email adress in '.mailmap' Arjen Poutsma 2022-05-12 15:56:02 +02:00
  • a8c3c746af Avoid package cycle with web.service.invoker through plain javadoc reference Juergen Hoeller 2022-05-12 13:17:12 +02:00
  • fc8e6705d6 Move AutowiredArguments support classes to beans.factory.aot Juergen Hoeller 2022-05-12 13:15:08 +02:00
  • f0e23b66f3 The "consumes" condition compares MediaType parameters rstoyanchev 2022-05-11 14:54:00 +01:00
  • 4b0531b4aa Merge branch '5.3.x' Sam Brannen 2022-05-11 17:33:52 +02:00
  • 48c797e429 Fix Kotlin example for static factory method Sam Brannen 2022-05-11 17:33:31 +02:00
  • 5ddbdb6ba7 Merge branch '5.3.x' Sam Brannen 2022-05-11 17:17:20 +02:00
  • be782a2197 Polish ref docs regarding the BeanFactory API Sam Brannen 2022-05-11 17:16:40 +02:00
  • 1d825440c3 Update Javadoc since type-level @Controller is now required Andy Wilkinson 2022-05-11 14:13:59 +01:00
  • 6c8de96992 Add Javadoc since tag for RootBeanDefinition(ResolvableType) constructor izeye 2022-05-11 22:41:02 +09:00
  • 2487ccf79c Merge branch '5.3.x' Sam Brannen 2022-05-11 16:32:52 +02:00
  • 8098e45bad Sync gradle.properties between 5.3.x and main Sam Brannen 2022-05-11 16:30:44 +02:00
  • 6325ca95a6 Merge branch '5.3.x' Sam Brannen 2022-05-11 16:20:09 +02:00
  • 6a67b4a2aa Polish SpringFactoriesLoaderRuntimeHintsRegistrar Sam Brannen 2022-05-11 16:18:06 +02:00
  • 06679a5583 Fix tests in DispatcherServletTests Sam Brannen 2022-05-11 16:00:21 +02:00
  • 745eb1a881 Polish DispatcherServletTests Sam Brannen 2022-05-11 15:59:47 +02:00
  • e6c0152916 Force AOT resolution of Spring Factories constructors Brian Clozel 2022-05-11 12:11:14 +02:00
  • e163078a56 Next development version (v5.2.23.BUILD-SNAPSHOT) Spring Builds 2022-05-11 07:31:57 +00:00
  • 10c55ff912 Next development version (v5.3.21-SNAPSHOT) Spring Builds 2022-05-11 07:08:24 +00:00
  • 8b6dcb9ccc Merge branch '5.3.x' Juergen Hoeller 2022-05-11 08:52:05 +02:00
  • 9f238c997d Polishing Juergen Hoeller 2022-05-11 08:47:46 +02:00
  • 50177b1ad3 Refine CachedIntrospectionResults property introspection Juergen Hoeller 2022-05-11 08:32:06 +02:00
  • 83186b689f Refine CachedIntrospectionResults property introspection Juergen Hoeller 2022-05-11 08:32:06 +02:00
  • 159a99bbaf Ignore invalid STOMP frame rstoyanchev 2022-04-29 10:41:16 +01:00
  • dc2947c52d Ignore invalid connect frame rstoyanchev 2022-04-29 10:41:16 +01:00
  • 2961426d8a Fix checkstyle issues and test failures Phillip Webb 2022-05-10 18:32:41 -07:00
  • 83063a7269 Update '.mailmap` to consistently use @vmware.com emails Phillip Webb 2022-05-10 16:41:54 -07:00
  • 267b91486e Add native hints for SpringFactoriesLoader file content Brian Clozel 2022-05-10 15:14:58 -07:00
  • e7e60f7cb9 Add native hints for core annotations Phillip Webb 2022-05-10 15:14:20 -07:00
  • 4cebd9d392 Fix SpringFactoriesLoader cache key when using default classloader Phillip Webb 2022-05-10 10:42:29 -07:00
  • eb50a6f4a0 Further polishing regarding JDK baseline upgrade Sam Brannen 2022-05-10 16:58:27 +02:00
  • a892ce80c1 Polishing regarding JDK baseline upgrade lihan 2022-05-10 21:11:07 +08:00
  • 5c5c89e9fe Merge branch '5.3.x' Arjen Poutsma 2022-05-10 15:55:54 +02:00
  • e4ec376075 Disabling Undertow server in CoroutinesIntegrationTests Arjen Poutsma 2022-05-10 15:55:00 +02:00
  • 4e687ab460 Upgrade to Groovy 4.0.2 Juergen Hoeller 2022-05-10 13:40:12 +02:00
  • c1a5b462c2 Merge branch '5.3.x' Juergen Hoeller 2022-05-10 13:39:31 +02:00
  • e29bc3db7c Refactor PartGenerator to use isLast Arjen Poutsma 2022-04-11 16:03:42 +02:00
  • d44ba0a42b Consistent formatting Sam Brannen 2022-05-10 13:12:11 +02:00
  • c81e11d537 Polishing Juergen Hoeller 2022-05-10 13:07:00 +02:00
  • de6180b093 Upgrade to Reactor 2020.0.19 Juergen Hoeller 2022-05-10 13:05:56 +02:00
  • da112a7ea8 Remove obsolete SpEL expression grammar file Sam Brannen 2022-05-10 12:49:51 +02:00
  • 922636e85e Content decoding in client exceptions rstoyanchev 2022-05-10 11:47:39 +01:00
  • 64795664b2 Add ClientHttpResponseDecorator rstoyanchev 2022-05-10 11:13:54 +01:00
  • 6b1a8452fa Polishing rstoyanchev 2022-05-10 09:08:03 +01:00
  • d8f650e3ca Polishing Sam Brannen 2022-05-10 12:18:45 +02:00
  • 7cb6ac0a02 Make inner classes static when feasible (on main) evgeny.bovykin 2022-05-09 21:39:05 +02:00
  • d45b5f6e8a Merge branch '5.3.x' Sam Brannen 2022-05-10 11:44:14 +02:00
  • 1c10cdd1e8 Update copyright dates Sam Brannen 2022-05-10 11:32:26 +02:00
  • 941b92cbed Make inner classes static when feasible evgeny.bovykin 2022-05-09 21:39:05 +02:00
  • 3df3bc2aa0 Generate native hints for property values Phillip Webb 2022-05-09 12:29:56 -07:00
  • 91441ba653 Update copyright date Sam Brannen 2022-05-09 20:27:32 +02:00
  • 432fce9db3 Polish Javadoc and inline comments CharlieYu 2022-05-10 02:26:06 +08:00
  • 5f8a4bcdc5 Merge branch '5.3.x' Sam Brannen 2022-05-09 20:08:37 +02:00
  • 8378af9e39 Polishing rstoyanchev 2022-05-09 19:01:10 +01:00
  • 78ab4d7118 Support content negotiation for RFC 7807 rstoyanchev 2022-05-09 18:31:47 +01:00
  • e26d8839b3 Stop referring to features as Java 6/7 features where unnecessary Sam Brannen 2022-05-09 19:09:06 +02:00