Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2024

This PR contains the following updates:

Package Change Age Confidence
org.springframework:spring-test 4.3.5.RELEASE -> 6.2.12 age confidence
org.springframework:spring-context-support 4.3.10.RELEASE -> 6.2.12 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

spring-projects/spring-framework (org.springframework:spring-test)

v6.2.12

Compare Source

⭐ New Features

  • Add "forEachByte" variant to DataBuffer for efficient traversing #​35623
  • Nested transaction support via savepoints is broken in HSQLDB database [followup] #​35618
  • Improve exception handling in ConfigurationClassBeanDefinitionReader #​35631
  • Add MySQL/MariaDB to TableMetaDataProviderFactory for correct generated-keys support #​35593
  • Optimize state management in StompSubProtocolHandler #​35591
  • ServletServerHttpRequest.getRemoteAddress() may perform DNS lookup #​35589
  • Emit log message when multiple primary beans are detected #​35550
  • Duplicate key error is mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator for BatchUpdateException #​35547
  • Remove redundant object allocation in cglib proxy method calls #​35543
  • Remove deprecation on CandidateComponentsIndex and CandidateComponentsIndexLoader #​35472
  • Processing response with no Content-Length header and no body raises EOFException #​35361

🐞 Bug Fixes

  • DefaultListableBeanFactory::getBeanNamesForType does not always return all bean names #​35634
  • Consider defaultCandidate for scoped proxies #​35627
  • Release data buffer in AbstractCharSequenceDecoder even when String creation fails #​35625
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #​35617
  • Prevent NoClassDefFoundError when Jetty Reactive HttpClient is not available #​35608
  • Performance regression with Property Placeholder Resolution #​35594
  • Retain order of produces media types in @ExceptionHandler #​35587
  • Nested transaction support via savepoints is broken in HSQLDB database #​35564
  • SpEL expression parser uses more CPU after upgrade to 6.2.9 #​35556
  • Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks #​35545
  • Update parsed path handling in UrlHandlerFilter #​35538
  • ResourceHttpMessageWriter.write has unexpected error handling for invalid range requests (offset > content length) #​35536
  • AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions #​35528
  • UrlHandlerFilter breaks RequestDispatcher.forward() on Tomcat #​35509
  • AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent #​35493
  • Add support for JvmDefault (default in Kotlin 2.2.20+) #​35487
  • InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method #​35486
  • Fix synchronization in ResponseBodyEmitter #​35466
  • useCaches option in PathMatchingResourcePatternResolver not applied in special case #​35465
  • Deadlock during context initialization due to EntityManager lock #​35398

📔 Documentation

  • Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler #​35572
  • Fix idref example in reference manual #​35560
  • Fix URI Patterns docs in WebMVC and WebFlux Request Mapping #​35551
  • Allow event listener method declared with multiple event classes to take a single parameter that is assignable from all of those event classes #​35506
  • Improve Task Javadoc about Runnable wrapping #​35394

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Entea, @​IMurzich, @​hosea, @​maziyarbahramian, @​mlichtblau, @​nstdio, @​reckart, and @​reda-alaoui

v6.2.11

⭐ New Features

  • Missing @Nullable on JsonPathAssertions.isEqualTo #​35445
  • Graceful fallback for non-default NIO.2 FileSystems #​35443
  • Avoid thread pinning in SseEmitter, ResponseBodyEmitter #​35423
  • Detect Informix error codes as DuplicateKeyException #​35400
  • Inconsistent nullability for String value arguments in ResponseCookie from*() factory methods #​35377
  • Revisit taskTerminationTimeout semantics on SimpleAsyncTaskExecutor/Scheduler #​35372
  • StandardEvaluationContext.setBeanResolver should allow @Nullable BeanResolver #​35371

🐞 Bug Fixes

  • "mainThreadPrefix = null " Causing multiple background bean locks to be blocked #​35409
  • Annotation not found on parameter in overridden method unless method is public #​35349
  • Annotations on overridden methods not found in type hierarchy with unresolved generics #​35342
  • Performance degradation when using singleton beans with Provider #​35330
  • JettyClientHttpConnector buffer leak in Spring Framework 6.2 #​35319
  • Spring application hangs on shutdown with @Scheduled(cron=…) when custom ScheduledExecutorService bean is defined (Java 19+) #​35316

📔 Documentation

  • Document potential need to use Mockito.doXxx() to stub a @MockitoSpyBean #​35410
  • Fix links to Reactive Libraries and RestTemplate #​35392
  • Fix broken link in WebDriver docs #​35374
  • Document Web DataBinder support for RouterFunction #​35367
  • Improve documentation for ApplicationEvents to clarify recommended usage #​35335
  • Document terms and units in DataSize.parse() #​35298
  • Refine @Contract Javadoc #​35285
  • Correct the default value of nestedTransactionAllowed in JpaTransactionManager javadoc #​35212

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Dockerel, @​Kehrlann, @​acktsap, @​khj68, @​ngocnhan-tran1996, @​scordio, and @​sgflt

v6.2.10

⭐ New Features
  • Optimize NIO path resolution in PathEditor #​35304
  • Make type in ProblemDetail nullable #​35294
  • Refine UriUtils#decode and StringUtils#uriDecode implementation and documentation #​35253
  • Provide configurable useCaches option for URLConnection usage in UrlResource (avoiding jar file leak) #​35218
🐞 Bug Fixes
  • @Scheduled tasks running in SimpleAsyncTaskScheduler are interrupted immediately on context close #​35254
  • ScriptUtils.executeSqlScript() does not support multiple results per statement #​35248
  • Successful Autowiring Dependent on Configuration ordering and Primary Bean flag #​35239
  • Locale parameter in MessageSource#getMessage methods should be nullable #​35230
  • Allow any @Transactional propagation for @TransactionalEventListener with BEFORE_COMMIT phase #​35150
  • Catalog name should be handled with the provided case #​35064
  • Accept support for generated keys column name array on HSQLDB and Derby as well #​34790
  • Handle direct CanncelationException on timeout in JdkClientHttpRequest #​34721
📔 Documentation
  • Add documentation of RequestMapping about SpEL #​35232
  • Document SqlBinaryValue behaviour with PostgreSQL #​34786
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Allan-QLB, @​carsago, @​cw-dimedis, and @​giampa91

v6.2.9

⭐ New Features
  • OncePerRequestFilter cannot be CGLib-proxied #​35198
  • Consistently catch InaccessibleObjectException next to IllegalAccessException #​35190
  • Introduce Date-to-Instant and Instant-to-Date converters #​35175
  • Consistent nullability and exception declarations in AbstractMessagingTemplate hierarchy #​35159
  • Register runtime hints for Instant-to-Timestamp conversion #​35156
  • Improve handling of ResponseEntity<?> in Spring MVC #​35153
  • Support @CacheConfig("myCacheName") declarations for simplified configuration #​35152
  • Declare messageSelector parameters in JmsOperations as @Nullable #​35151
  • Add getter for OverflowStrategy in ConcurrentWebSocketSessionDecorator #​35132
  • Use preset Content-Type for streaming and reactive responses in Spring MVC #​35130
  • Leniently tolerate null @Aspect bean #​35074
  • DataAccessResourceFailureException thrown when transaction times out on PostgreSQL #​35073
  • MethodInvokingFactoryBean fails to invoke publicly exported methods overridden by internal classes when using JPMS #​34028
🐞 Bug Fixes
  • Restore preference for interface (most abstract) method in getPubliclyAccessibleMethodIfPossible #​35189
  • Make targetBeanName field in AbstractBeanFactoryBasedTargetSource protected to avoid exceptions in logging and toString() #​35172
  • Fix inconsistencies in StaticListableBeanFactory #​35119
  • Support StreamingHttpOutputMessage in RestClient #​35102
  • When building DELETE requests, the request body is not used in JdkClientHttpRequest.buildRequest #​35068
  • AOT-generated bean registration file contains "too many constants" when building with many beans #​35044
  • Prevent cache pollution by storing only the factories #​34732
  • WebFlux decodes wildcard content-types as form-data/multipart #​34660
  • AOT-generated CGLib proxies do not contain method overrides #​34642
  • 500 response for ResourceHttpRequestHandler when requested range is not satisfied #​34490
📔 Documentation
  • Document how to register runtime hints for convention-based conversion #​35178
  • Link to @ContextConfiguration Javadoc from reference manual #​35088
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Meijuh, @​RazorNd, @​chenggwang, @​izeye, @​mjd507, @​ngocnhan-tran1996, and @​philwebb

v6.2.8

⭐ New Features

  • Nullability @Contract declaration for CodeFlow.isIntegerForNumericOp() is unnecessary #​34985
  • Serializer hint registration is broken for some Kotlin classes #​34979
  • Clients created using JdkClientHttpRequestFactory set content-length for GET, DELETE and HEAD requests #​34971
  • Support registration of non-public BeanDefinitionReader via @ImportResource #​34928
  • Make max size for pattern cache in PathPatternMatchableHandlerMapping configurable #​34918
  • Add optimized DataBufferInputStream overrides #​34799

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #​35034
  • Allow update of existing WebSession after max sessions limit is reached #​35013
  • Fix support for collections in AbstractKotlinSerializationHttpMessageConverter #​34992
  • PathPattern#combine throws StringIndexOutOfBoundsException #​34986
  • Fix AOT code generation for autowired inner class constructor #​34974
  • AbstractFileResolvingResource.exists closes JAR resource input streams with v6.2.7 #​34955
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #​34950
  • Fix REPLY_CHANNEL header check in MessageHeaderAccessor #​34949
  • MockEnvironment does not accept Object property values #​34947
  • PropertySourcesPlaceholderConfigurer no longer uses ConversionService from Environment #​34936
  • @Contract for StreamUtils.drain() incorrectly declares null results in an exception #​34933
  • Inconsistent behavior injecting null @Bean factory parameter #​34929
  • MockHttpServletRequest.addHeader duplicates "Content-Type" header #​34913
  • BeanUtils.getParameterNames fails for Kotlin data classes #​34760
  • JAXB message converters ignore Content-Type charset #​34745
  • Aspect Not Triggered After Restart in Spring Boot 3.4.x (But Works in 3.3.10) #​34735
  • Add caching headers to unmodified static resources #​34614

📔 Documentation

  • Apply gh-34856 to MockClientHttpRequest in testfixture package #​35031
  • Fix ResourceHttpRequestHandler#setHeaders JavaDoc #​35004
  • Remove reference to AspectJ Eclipse Javadoc #​35000
  • Mention CompletableFuture in Spring MVC "Asynchronous Requests" section of reference manual #​34991
  • Fix exception name in ModelAttribute docs #​34980
  • Fix syntax in @SqlGroup example #​34972
  • Update X-Forwarded-Proto doc to say https / http #​34959
  • Update Guidance on Best Practices To Test Code That Uses RestClient and RestTemplate #​34892
  • Add a section for WebAsyncTask in mvc-ann-async.adoc #​34885
  • Clarify what @RestControllerAdvice vs @ControllerAdvice apply to by default #​34866
  • Improve Javadoc for @ExceptionHandler #​34554

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Allan-QLB, @​Aurh1l, @​BowieDu, @​DhruvTheDev1, @​Dongnyoung, @​JimmyAx, @​addoDev, @​dmitrysulman, @​izeye, @​jjank, @​kilink, @​mbazos, @​msnsaeed71, @​ngocnhan-tran1996, @​nosan, @​remeio, @​vpavic, and @​yuzawa-san

v6.2.7

⭐ New Features

  • Forward more methods to underlying InputStream in NonClosingInputStream #​34893
  • Introduce Spring property for the default property placeholder escape character #​34865
  • Close ApplicationContext once AOT processing has completed #​34841
  • Fix AbstractJackson2HttpMessageConverter#getObjectMappersForType nullness #​34811
  • Add option for case-insensitive match to PatternMatchUtils #​34801
  • RestClient @RequestBody parameters lose generic type information when creating HTTP service beans #​34793
  • Adds option to set Principal in MockServerWebExchange #​34789

🐞 Bug Fixes

  • Beans created by FactoryBean are not considered as autowiring candidates if another thread holds a singletonLock #​34902
  • PropertySourcesPlaceholderConfigurer placeholder resolution fails in several scenarios #​34861
  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #​34851
  • Fragment.create() requires mutable map - which is unusable when used with Kotlin #​34848
  • Duplicate BeanOverrideHandler discovered in @Nested test case with superclass from different class or in interface implemented multiple times #​34844
  • Accidental ClassLoader defineClass enforcement after #​34677 #​34824
  • HttpEntity.EMPTY headers should not be possible to mutate via HttpHeaders constructor #​34812
  • AbstractFileResolvingResource.exists incorrectly reports result for resources inside of spring-boot executable jar #​34796
  • Correctly expand query param with same name from URI variables array #​34783
  • R2DBC NamedParameterUtils only expands reused collection parameter once #​34768
  • PathMatchingResourcePatternResolver wrongly assumes that target/classes always exists #​34764

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #​34886
  • Javadoc and @Nullable annotation for servletContext parameter of ConfigurableWebEnvironment.initPropertySources are contradictory #​34845
  • Spring MVC: @EnableAsync needs to be redeclared for each ApplicationContext #​34843
  • Provide a working example instead of unclear placeholders #​34828

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Artur-, @​blake-bauman, @​iifawzi, @​kilink, @​quaff, @​whlit, and @​zzoe2346

v6.2.6

⭐ New Features
  • An option for SimpleAsyncTaskExecutor to throw an exception when limit is reached #​34727
  • Provide first-class support for Bean Overrides with @ContextHierarchy #​34723
  • Micro performance optimizations #​34717
  • Suppress "Unable to rollback against JDBC Connection" in case of timeout (connection closed) #​34714
  • Avoid early FactoryBean instantiation for type-based retrieval with includeNonSingletons=false and allowEagerInit=true #​34710
  • ReactiveCachingHandler still not using error handler on sync cache. #​34708
  • Add an exchangeForRequiredValue variant to RestClient #​34692
  • Recursively boxing Kotlin nested value classes in CoroutinesUtils #​34682
  • ServletServerHttpRequest does not use charset parameter of application/x-www-form-urlencoded #​34675
  • LifecycleGroup concurrent start and start timeout #​34634
  • HibernateJpaDialect exception translation misses concrete exceptions wrapped in Hibernate's ExecutionException #​34633
🐞 Bug Fixes
  • Inconsistency in SseEmitter.onCompletion() behavior between Spring 6.2.3 and 6.2.5 #​34762
  • Deadlock while creating Spring beans with parallel bootstrap threads on IBM Liberty #​34729
  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #​34691
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #​34684
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #​34678
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #​34677
  • An infinite wait on a parallel context.getBean() #​34672
  • InvalidObservationException: Invalid start: Observation 'http.client.requests' has already been started #​34671
  • @Configuration classes can no longer be abstract without @Bean methods #​34663
  • Generated-code for LinkedHashMap is missing static keyword #​34659
  • Detect late-set primary markers for autowiring shortcut algorithm #​34658
  • @MockitoBean with custom @Qualifier is not injected into @Configuration class #​34646
  • Qualifier Resolution Issue in Parent-Child Context Hierarchies #​34644
  • Enforced container-level acknowledge call for custom acknowledgement mode #​34635
  • UriComponentsBuilder does not treat a URN as opaque if it contains a slash #​34588
  • Migrating from Spring 6.1.x to 6.2.x leads to exceptions in a Pekko setup #​34303
📔 Documentation
  • Update Javadoc for ignoreDependencyInterface() in AbstractAutowireCapableBeanFactory #​34747
  • Update Javadoc to stop mentioning 5.3.x as the status quo #​34740
  • Fix broken link for Server-Sent Events #​34705
  • Fix typo in Bean Validation section of reference manual #​34686
  • Remove unnecessary closing curly brackets in Javadoc #​34679
  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType #​34629
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #​34625
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​acktsap, @​dmitrysulman, @​iggzq, @​izeye, @​ngocnhan-tran1996, @​obourgain, and @​tobias-haenel

v6.2.5

⭐ New Features
  • Make dependencies on AssertJ and JUnit in spring-core-test optional #​34612
  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #​34609
  • SseBuilder in ServerResponse should allow empty comment #​34608
  • MockServerWebExchange does not allow setting the ApplicationContext on the base class #​34601
  • FormHttpMessageConverter should throw HttpMessageNotReadableException when the http form data is invalid #​34594
  • Provide a method to retrieve all singleton autowire candidates from the bean factory #​34591
🐞 Bug Fixes
  • PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4 #​34607
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #​34595
  • Recursively boxing/unboxing nested inline value classes #​34592
📔 Documentation
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #​34615
  • Fix formatting and update links to scripting libraries and HDIV #​34603
  • Remove dubious link to MockObjects Web site in reference manual #​34593
  • Fix StringUtils#uriDecode Javadoc #​34590
🔨 Dependency Upgrades
  • Upgrade to ASM 9.8 (for early Java 25 support) #​34600
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Helmsdown, @​dmitrysulman, and @​ngocnhan-tran1996

v6.2.4

⭐ New Features
  • JettyCoreHttpHandlerAdapter compatibility with Jetty 12.0.17 #​34561
  • HandlerMethodValidationException.Visitor should support RequestBody with method parameter constraints #​34549
  • Allow ContentResultMatchersDsl matchers for supertypes of the checked type #​34542
  • Avoid JarURLConnection resource leak in AbstractFileResolvingResource.exists() #​34528
  • Deprecate rowsExpected property of SqlQuery for removal #​34526
  • Supply RuntimeHints to an AotContextLoader #​34513
  • Deprecate and remove use of UrlPathHelper in ServletWebSocketHandlerRegistry #​34508
  • Avoid unnecessary CGLIB processing on configuration classes #​34486
  • Inconsistent default class loaders in hint classes #​34470
  • Add missing converters to DefaultRestClientBuilder #​34439
  • Improve BeanFactory/ObjectProvider to select the only one default candidate among non-default candidates #​34432
🐞 Bug Fixes
  • MockCookie.parse() fails to parse custom attribute with a value #​34575
  • BeanNotOfRequiredTypeException if @Bean factory method returns null #​34543
  • Regression in 6.2.3: No unique bean available for injection point with unresolvable generics #​34541
  • GenericConversionService cannot find a converter when converting to a Kotlin list of maps #​34535
  • isClientDisconnectedException needs to protect against null input #​34533
  • spring boot 3.4.3 + TimedAspect causes thread to hang #​34522
  • Missing Partitioned cookie support in reactive HTTP clients #​34521
  • DefaultManagedTaskExecutor throws java.lang.UnsupportedOperationException: isShutdown when rejecting tasks #​34514
  • FileSystemResource location does not end with slash for RouterFunction check #​34509
  • AbstractJackson2HttpMessageConverter not resolving generic type for request body since 6.2.3 #​34504
  • Request param handling in HttpRequestValues overrides existing URI variables with same name #​34499
  • MockHttpServletResponse - handle multiple values for Content-Language header #​34488
  • Endless loop with DataSourceUtils in spring-jdbc #​34484
  • MockHttpServletResponse#setHeader does not remove header for null values #​34464
  • ContentCachingResponseWrapper.setHeader does not handle null value properly. #​34460
  • Component scan fails to find bean candidates in the embedded jar file in META-INF/context.xml for embedded Tomcat application #​34446
  • 6.2.0 broke with "Could not register object [@someHash] under bean name 'blabla': there is already object [@sameHash] bound" #​34427
  • 503 status code after completing SseEmitter in onTimeout #​34426
  • NullPointerException thrown when ConfigurationClassEnhancer creates CGLIB proxy #​34423
  • Add onRequest() hook for propagating request from downstream #​34388
  • Content-Type response header duplicated for failed StreamingResponseBody return value #​34366
  • Task scheduler configured by XML is not eligible for getting processed by all BeanPostProcessors #​34015
📔 Documentation
  • Fix typo in Spring MVC error responses documentation #​34552
  • Document that Spring Framework 6.x does not yet support JSpecify annotations #​34551
  • Fix web and webflux reference links #​34517
  • Document default KeyGenerator in spring-cache XSD #​34468
  • Fix broken antora task #​34454
  • Add @since tag for formField() and formFields in MockHttpServletRequestDsl #​34448
  • Improve Javadoc of ObjectProvider to clarify what is unique #​34447
  • rest-http-interface example code can't run #​34443
  • Add Javadoc since for HandlerMethod(HandlerMethod, Object, boolean) #​34431
  • Document wrapping behavior of TestExecutionListener callbacks #​34422
  • Cross reference annotation search APIs in Javadoc #​34421
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​chenggangpro, @​dark2momo, @​dmitrysulman, @​izeye, @​ngocnhan-tran1996, @​pankratz76, @​quaff, @​ryanprayogo, and @​vpavic

v6.2.3

⭐ New Features
  • Add form fields to MockMvc Kotlin DSL #​34412
  • Make ProblemDetail implement Serializable #​34409
  • Support @MockitoSpyBean at the type level on test classes #​34408
  • Expose order values of TestExecutionListener implementations as constants #​34404
  • ContentDisposition should match attributes in a case-insensitive fashion #​34383
  • Provide access to servletPath in ServletRequestPathUtils #​34379
  • Use ConversionService to convert POJO to array for SpEL varargs invocations #​34371
  • Provide a more actionable CGLIB error message with native #​34370
  • Wrap disconnected client exceptions as AsyncRequestNotUsableException in Servlet container onError callback #​34363
  • Support RFC 8441 WebSocket upgrade with HTTP/2 CONNECT #​34362
  • Optimize default property editor allocations for bean instance creation #​34361
  • Continue with pre-instantiation when current bean is in creation already #​34349
  • Allow filtering bean instances returned by ObjectProvider#stream() #​34318
  • GenericConversionService finds wrong converter for partially unresolvable generic types #​34298
  • Avoid re-creating HandlerMethod unless handler is resolved through the BeanFactory #​34277
  • UrlResource should leniently handle HTTP endpoints which do not support HEAD #​34217
  • Add API counterpart for handling Fallback and 'defaultCandidate=false' beans #​34203
  • Add support for multidimensional arrays #​34183
  • Add getters to ServerResponseResultHandler #​34066
  • Improve diagnostics when a Bean Override cannot be selected by type #​34006
  • Expression performance regression due to missing annotation types on context classes #​33948
🐞 Bug Fixes
  • PathMatchingResourcePatternResolver failing against non-jar file in classpath #​34417
  • GenericTypeResolver Since 6.2.0, generics cannot be obtained correctly in multi-layer interface inheritance (possible regression of #​24963) #​34386
  • Test Bean Overrides honor fallback qualifier instead of @Primary semantics #​34374
  • HTTP interface client raises IllegalArgumentException if query param name contains a colon #​34364
  • Quartz-style Nth Day of Week cron expressions can overflow to other month #​34360
  • Component scan fails to find jar entries in WEB-INF/classes with embedded Tomcat #​34348
  • Check hasNext when when accessing sessionIds from UserDestinationResult #​34333
  • Property binding to Map that implements Iterable no longer works #​34332
  • GenericTypeResolver returns EmptyType #​34328
  • Duplicate BeanOverrideHandler discovered in @Nested test class hierarchy when upgrading to Spring 6.2.2 #​34324
  • AnnotationBeanNameGenerator issues warning about explicitly aliased value attribute #​34317
  • Stop assuming that AspectJ Advice has JoinPoint as the first argument #​34316
  • Constructor binding fails for simple types List/Map/Array and for nested container combinations #​34305
  • Change i

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 20, 2024 12:17
@renovate renovate bot force-pushed the renovate/major-spring-core branch 2 times, most recently from 4237003 to 667e187 Compare September 26, 2024 07:30
@renovate renovate bot force-pushed the renovate/major-spring-core branch 8 times, most recently from 241db93 to fb56bbc Compare October 8, 2024 11:08
@renovate renovate bot force-pushed the renovate/major-spring-core branch 9 times, most recently from e83a54b to 20758ec Compare October 15, 2024 12:40
@renovate renovate bot force-pushed the renovate/major-spring-core branch 10 times, most recently from 1e1d96c to 28c09bb Compare October 22, 2024 08:58
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 632ce2d to 98e7b47 Compare June 9, 2025 07:29
@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2025

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 98e7b47 to 6dd673b Compare June 12, 2025 10:32
@github-actions
Copy link
Contributor

/it-go

@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 6dd673b to 83764f3 Compare July 17, 2025 12:16
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 83764f3 to c44f2f0 Compare August 14, 2025 09:53
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from c44f2f0 to f239c77 Compare September 11, 2025 10:43
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from f239c77 to acf2dfb Compare September 25, 2025 21:44
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from acf2dfb to ea1ee23 Compare September 30, 2025 11:57
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from ea1ee23 to 303625f Compare October 3, 2025 09:57
@github-actions
Copy link
Contributor

github-actions bot commented Oct 3, 2025

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 303625f to 7c3150f Compare October 6, 2025 08:35
@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 7c3150f to 9002f48 Compare October 7, 2025 09:15
@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2025

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 9002f48 to 84de5d0 Compare October 8, 2025 16:35
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2025

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 84de5d0 to 4d93920 Compare October 16, 2025 09:13
@github-actions
Copy link
Contributor

/it-go

@renovate renovate bot force-pushed the renovate/major-spring-core branch from 4d93920 to 171e954 Compare October 21, 2025 11:17
@github-actions
Copy link
Contributor

/it-go

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant