Nineya
Home
Blog
Spring Spring RestClient returns extra empty header with value :status:200
2025-01-08 21:58:56
9448
Affects: spring v6.1.3 and possibly v6.1.4 as wellHello, We are using the RestClient that was introduced in spring boot ...
Spring Static resources caching issues with ShallowEtagHeaderFilter and Jetty caching directives
2025-01-08 21:58:51
3771
Affects: 6.1.2 on Spring Boot 3.2.0When the ShallowEtagHeaderFilter is enabled along with the jetty web server, static r...
Spring Different transaction name when using TransactionAspectSupport.currentTransactionStatus().transactionName
2025-01-08 21:58:47
3074
StackOverflow questionSpring Boot version: 3.2.1If I use the following two services:@Serviceclass Service1( private v...
Spring Fix DefaultDataBuffer#getNativeBuffer() to set correct limit
2025-01-08 21:58:43
1187
Closes gh-30967Motivation// DefaultDataBuffer public ByteBuffer getNativeBuffer() { this.byteBuffer.position(t...
Spring Optimize Request Predicate attribute merging
2025-01-08 21:58:39
1286
When using router functions, the bulk of RequestPredicate execution is spent in attribute map merging. We should conside...
Spring Avoid ASYNC dispatch if possible in DefaultAsyncServerResponse
2025-01-08 21:58:36
885
Spring for GraphQL relies on the GraphQL Java AsyncExecutionStrategy as do most other solutions. However, the actual han...
Spring Sources are missing for java 21 classes in MR-JAR structure
2025-01-08 21:58:33
3353
As part of #30241, java 21 classes were added following MR-JAR structure, e.g. org.springframework.core.task.VirtualThre...
Spring Spring boot 3.2.2 @Scheduled with cron expression executing immediately after application startup.
2025-01-08 21:58:17
1223
I have an application currently running on Springboot 3.1.2. The app having @Scheduled method with cron expression.As so...
Spring Clarify fallback beans are included for autowiring Arrays, Collections, and Maps
2025-01-08 21:58:14
200
Test is improved to verify that.Comment From: jhoellerThe same is true for primary beans, so I've extended the test to b...
Spring Incomplete cleanup after configuration class creation failure
2025-01-08 21:58:11
17868
I'm using Spring Boot 2.1.5.RELEASE, which i recently upgraded two, and the corresponding versions of Spring Security, S...
Spring Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result
2025-01-08 21:58:08
3038
Affects: \spring-jdbc 6.1.2Upgrade from spring-jdbc 6.1.1 to 6.1.2 does not support schema name with underscore, ie 'sch...
Spring Fix Kotlin example for simpler SELECT variant using IN
2025-01-08 21:58:06
446
Removed unused code, fixed bind parameter name.Comment From: pivotal-cla@janjouketjalsma Please sign the Contributor Lic...
Spring Could not resolve org.aspectj:aspectjweaver:1.8.0.M1
2025-01-08 21:58:03
1857
project :MCIE_Imove > Could not resolve org.aspectj:aspectjweaver:1.8.0.M1. > Could not get resource ...
Spring Introduce "autowireCandidate" and "defaultCandidate" for stereotype annotations
2025-01-08 21:58:00
1540
@Controller is excluded since it's not likely to have multiple implementations in practice.Comment From: quaffShould I s...
Spring Configuration class parsing registers bean in parent class if overridden @Bean method defines an alternative name
2025-01-08 21:57:57
1650
We are experiencing a difference in behaviour when setting up a spring context in junit tests. Here is a simple project ...
Spring WARNING: Illegal reflective access by org.springframework.util.ReflectionUtils + spring-core-5.3.27.jar + java-11-openjdk-11.0.14.9-1.windows.redhat.x86_64
2025-01-08 21:57:54
1208
Hi, I have this warning in application start log. Do someone know how to solve this issue?2024-02-02 12:31:19,660 [main]...
Spring Refactor method name dispatching to switch statements
2025-01-08 21:57:51
612
This PR is about issue #25163 :)Comment From: pivotal-issuemaster@97e57e Please sign the Contributor License Agreement!C...
Spring A configuration class superclass that is skipped due to register bean phase conditions is ignored when another configuration class that extends it is processed
2025-01-08 21:57:48
4665
Affects: 6.0.x. I expect 5.3.x to also be affected.I think @mbhave and I have found a bug in configuration class process...
Spring Artifactory - Bad header value content-type of pom.xml from repo.spring.io/artifactory/snapshot
2025-01-08 21:57:46
2105
We are not able to download pom.xml files from the snapshot repository of repo.spring.io with our updated 'Sonatype Nexu...
Spring Spring MVC6.1.0 无法自动接收前端参数QueryString
2025-01-08 21:57:43
3323
SpringMVC 6.1.0的的查询字符串querystring似乎无法自动接收,但6.0.6可以.controller代码如下@Controller@RequestMapping("/param")public cl...
上一页
下一页
1
…
1213
1214
1215
1216
1217
…
2246
.