Spring Make ResourcePatternHints.Builder.build public

Makes the ResourcePatternHints.Builder.build() method public. I assume it's an oversight that it's not public, as the cl...

Spring Filtering of BeanRegistrationAotProcessor beans should be optional

Currently BeanDefinitionMethodGeneratorFactory.isImplicitlyExcluded always filters beans that implement BeanRegistration...

Spring Hibernate error "Session/EntityManager is closed" when a query is reused

Affects: Spring Framework 5.3.21A bean method shown below throws exception at the marked line: public void doTest() {...

Spring Refine AOT APIs and migrate tests to use generated classes

Issue #28585 has unlocked our ability to simplify and hide a details with AOT APIs. If we migrate our tests to use Gener...

Spring Introduce TestClassScanner to locate Spring test classes for AOT processing

OverviewSimilar to the org.springframework.aot.test.build.TestClassesFinder from the Spring Native project, we need some...

Spring Escape quotes in filename in ContentDisposition.Builder when charset not specified

The filename, when specified without a charset, is quoted but not checked for the presence of any unquoted " characters....

Spring Absence of dependencies for optional TestExecutionListener breaks integration tests

Integration test execution fails in Eclipse if modules like spring-tx are not on the classpath.The attached reproducer i...

Spring Loss of context path after using ServerRequest.from

Recently I found a strange behaviour after adding a Filter to our project that uses ServerRequest.from. After I added th...

Spring Allow empty path in MockMvc

In #24556 the use of a path without a leading slash was disallowed to avoid ambiguity between a path without a leading s...

Spring Fix typos in test code

Fixes typos in test class names, test method names and test variable names.Comment From: sbrannenThis has been merged in...

Spring Spring EntityManager proxy is incompatible with Hibernate Search <5.11.6 (FullTextEntityManager instantiation fails with ClassCastException)

After upgrading from 2.3.5.RELEASE to 2.4.0 instantiating a FullTextEntityManager (hibernate search) from an injected En...

Spring import spring source code fail. I'm going crazy

Affects: \I reference import-into-idea.md ,but it is fail. It took me a lot of time!environment:idea201902gradle 4.8 | g...

Spring Guard against NPE in PathMatchConfigurer

This would cause an NPE if suffixPatternMatch is null.Caused by: java.lang.NullPointerException: Cannot invoke &quot;jav...

Spring Improve regex "." matching for URL paths

AntPathMatcher and PathPattern support regex expressions but do not use the DOTALL option to ignore newline characters i...

Spring Support adding rather than replacing modules in Jackson2ObjectMapperBuilder

https://github.com/spring-projects/spring-framework/blob/67b1420b32cadef349bb60490b6e07cc5f882ecc/spring-web/src/main/ja...

Spring HibernateTransactionManager compatibility with Hibernate 6.0/6.1

We already fixed references to API removed in Hibernate 6 for HibernateJpaVendorAdapter but apparently HibernateTransact...

Spring Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindings

I see AbstractAspectJAdvice#calculateArgumentBindings is synchronized, but if first time the Advice method calculates th...

Spring Reduce synchronization scope in AbstractAspectJAdvice#calculateArgumentBindings

fix synchronized problem, issues #26377Comment From: pivotal-cla@jeooica Please sign the Contributor License Agreement!C...

Spring Support infix expression calculation in NumberUtils

In the process of using springboot, I especially hope to write the calculation expression directly in the yaml configura...

Spring Update documentation for RFC 7807 support

Following the changes for #27052 and sub-tasks, we need an update in the reference documentation. In the mean time, the ...
上一页 下一页
.