Nineya
Home
Blog
Spring Improve BeanPropertyRowMapper.underscoreName()
2025-01-08 04:29:00
1223
Currently the method allocates a substring of length = 1 for each character in field name. This can be improved by using...
Spring Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer
2025-01-08 04:28:57
1016
When index == arrayLength, the array index is also out of bounds.For this use case, a SpelEvaluationException should be ...
Spring ResourceLoaderAware is not a marker interface
2025-01-08 04:28:55
243
Comment From: jhoellerWell spotted! I've revised that section and the corresponding discussion in the beans chapter a bi...
Spring Add a link to Kotlin Sample w/ Spring Cloud GCP
2025-01-08 04:28:52
421
This add a Kotlin Spring Boot sample demonstrating integrations with Google Cloud Platform.Hi, just to clarify - I work ...
Spring Support for the last day in month cron expression
2025-01-08 04:28:50
1251
Add the support of the code "L" for the field day of month in the cron expression.Comment From: pivotal-issuemaster@Flou...
Spring SPR-4691 - Add SimpleJdbcUpdate
2025-01-08 04:28:47
1972
I have signed and agree to the terms of the Spring Individual Contributor License Agreement.This patch is about https://...
Spring Difficutly building source code in IntelliJ
2025-01-08 04:28:45
15023
Import the project into IDEA, and this is the result of Gradle's compilation.idea 2019.3jdk14spring-framework-5.3.2gradl...
Spring refactor redundancy code in spring-core/src/main/java/org/springframe…
2025-01-08 04:28:41
396
…work/util/CommonsLogWriter.javaComment From: pivotal-issuemaster@qcq Please sign the Contributor License Agreement!Clic...
Spring Add advice on Spring MVC path matching for 5.3 and above to the reference documentation
2025-01-08 04:28:36
1689
I had noticed that in org.springframework.web.util.UrlPathHelper#decodeAndCleanUriString special url will be processed.u...
Spring MockMvc's MVC_RESULT_ATTRIBUTE lost with HandlerMappingIntrospector and RouterFunctions in use
2025-01-08 04:28:34
2475
Related to https://github.com/spring-projects/spring-security-samples/issues/9A contributor shared the following sample ...
Spring Optimize the assignment of UnsatisfiedServletRequestParameterException paramConditions
2025-01-08 04:28:31
752
Comment From: pivotal-issuemaster@TAKETODAY Please sign the Contributor License Agreement!Click here to manually synchro...
Spring Can't execute normally?
2025-01-08 04:28:28
362
https://github.com/spring-projects/spring-framework/blob/01e50fb60ad0d82f96fe4df6054ed6029e2f6a12/spring-context/src/mai...
Spring Support escape chars in PropertyPlaceholderHelper
2025-01-08 04:28:26
719
We have a Spring Boot pull request open that uses PropertyPlaceholderHelper to resolve {variable} items in a message so...
Spring java.lang.NoSuchMethodError: org.springframework.util.Assert.isTrue(ZLjava/util/function/Supplier;)V
2025-01-08 04:28:23
2324
Getting this Error Caused by: java.lang.NoSuchMethodError: org.springframework.util.Assert.isTrue(ZLjava/util/function/S...
Spring Add handleErrorFrame callback for STOMP handler
2025-01-08 04:28:20
3969
The previous implementation invoke handleFrame no matter the frame is "MESSAGE" nor "ERROR". This commit add a new call...
Spring Improve documentation for SpEL constructor support
2025-01-08 04:28:18
742
Chapter 4 Spring Expression Language (SpEL), section 4.3.9. Constructors of official documentation contains incorrect de...
Spring HttpStatus.resolve allocates HttpStatus.values() once per invocation
2025-01-08 04:28:15
1395
I just noticed looking at profiles of some reactor based benchmarks we run to measure Datadog tracer overhead that HttpS...
Spring Common API for MockMvc tests and for real HTTP tests
2025-01-08 04:28:09
9412
Neil S opened SPR-15081 and commentedThere seems to be no common API which can be configure to do mock HTTP tests as wel...
Spring ExposeInvocationInterceptor doesn't make a best effort to be first in execution order [SPR-12351]
2025-01-08 04:28:07
5538
Juan Martin Sotuyo Dodero opened SPR-12351 and commentedExposeInvocationInterceptor, which is automatically added to the...
Spring Spring Boot 2.4 upgrade breaks injection of Principal
2025-01-08 04:28:04
11214
Affects: 2.4.0Our code: fun me(@ApiIgnore principal: Principal): UserDetail {used to inject the principal in Spring Boo...
上一页
下一页
1
…
1508
1509
1510
1511
1512
…
2246
.