玖涯软件开发
Home
Blog
Spring Make ResourcePatternHints.Builder.build public
2025-01-08 05:52:05
528
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
2025-01-08 05:52:03
1001
Currently BeanDefinitionMethodGeneratorFactory.isImplicitlyExcluded always filters beans that implement BeanRegistration...
Spring Hibernate error "Session/EntityManager is closed" when a query is reused
2025-01-08 05:52:00
3930
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
2025-01-08 05:51:57
595
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
2025-01-08 05:51:55
847
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
2025-01-08 05:51:53
1478
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
2025-01-08 05:51:51
10672
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
2025-01-08 05:51:48
1273
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
2025-01-08 05:51:46
414
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
2025-01-08 05:51:44
392
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)
2025-01-08 05:51:42
16890
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
2025-01-08 05:51:30
1727
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
2025-01-08 05:51:28
2060
This would cause an NPE if suffixPatternMatch is null.Caused by: java.lang.NullPointerException: Cannot invoke "jav...
Spring Improve regex "." matching for URL paths
2025-01-08 05:51:26
913
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
2025-01-08 05:51:24
5468
https://github.com/spring-projects/spring-framework/blob/67b1420b32cadef349bb60490b6e07cc5f882ecc/spring-web/src/main/ja...
Spring HibernateTransactionManager compatibility with Hibernate 6.0/6.1
2025-01-08 05:51:21
1039
We already fixed references to API removed in Hibernate 6 for HibernateJpaVendorAdapter but apparently HibernateTransact...
Spring Avoid synchronization in AbstractAspectJAdvice#calculateArgumentBindings
2025-01-08 05:51:19
2130
I see AbstractAspectJAdvice#calculateArgumentBindings is synchronized, but if first time the Advice method calculates th...
Spring Reduce synchronization scope in AbstractAspectJAdvice#calculateArgumentBindings
2025-01-08 05:51:16
1851
fix synchronized problem, issues #26377Comment From: pivotal-cla@jeooica Please sign the Contributor License Agreement!C...
Spring Support infix expression calculation in NumberUtils
2025-01-08 05:51:10
825
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
2025-01-08 05:51:04
241
Following the changes for #27052 and sub-tasks, we need an update in the reference documentation. In the mean time, the ...
上一页
下一页
1
…
1420
1421
1422
1423
1424
…
2246
.