玖涯软件开发
Home
Blog
Spring SharedEntityManagerCreator is oblivious to the presence of multiple TransactionManager
2025-01-08 06:32:14
2669
Affects: 5.3.22I am trying to add a secondary DataSource to my application. Therefore, I have made sure I have 2 instanc...
Spring Update Javadoc on async request timeout value in HandlerFunctionAdapter
2025-01-08 06:32:11
2421
Validate the timeout value passed to setAsyncRequestTimeout is positive value.Avoid setting negative value. If negative ...
Spring UTF-8 Encoded URL using option file: in WebMvcConfigurer not functional in spring boot
2025-01-08 06:32:08
7774
I have written a spring boot application with only spring-boot-starter-web as part of my spring boot project. I have add...
Spring backoff
2025-01-08 06:32:06
1263
Comment From: imkulwantWhy are you getting these WARN? 2022-10-14T19:40:44.506+0530 WARN o.s.w.s.r.PathResourceResolver....
Spring Required access ConnectionFactoryConfigurations
2025-01-08 06:32:03
697
Ability to make the connection factory with r2dbcProperties from ConnectionFactoryConfigurations createConnectionFactory...
Spring spring-jcl in SpringApplicationShutdownHook Unreliable logging during execution, resulting in missing exception messages
2025-01-08 06:32:01
4070
Problem DescriptionPreconditionsA normal Spring Boot web project with module-info.java, using slf4j logback logging, see...
Spring StringDecoder causes direct allocation of ByteBuffer
2025-01-08 06:31:58
1097
Since my switch to Spring Boot 3, I have a lot of direct allocations in my metrics.Indeed, my app use StringDecoder via,...
Spring HTTP client observations miss uri keyvalue for "/" requests
2025-01-08 06:31:55
1857
Affects: Spring Framework 6.0.4ProblemAfter upgrading including webflux version 6.0.4, the URI tag from the http.client....
Spring Unnecessary warning for repositories (Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection)
2025-01-08 06:31:50
1412
I'm not sure, if this is a bug or not.After switching spring boot version from 2.7.2 to 3.0.2, I started getting message...
Spring String @Scheduled trigged before the set time with long time pass
2025-01-08 06:31:47
1464
I made a schedule by @Scheduled@Scheduled(cron = "0 0 23 * * ?")but the method trigged 9 PM or 10 PM everyday,...
Spring Apply "instanceof pattern matching" and minor refactorings in spring-context
2025-01-08 06:31:44
244
Comment From: sbrannenThanks for the PR.Due to lack of feedback on the requested changes, I have merged parts of this PR...
Spring Apply minor polishing in spring-aop
2025-01-08 06:31:42
225
Comment From: sbrannenUnfortunately many of the apply instanceof pattern matching changes had already been made on main ...
Spring Fix builds due to Jackson Javadoc publication changes
2025-01-08 06:31:38
231
Our builds are currently broken due to the fact that the Jackson project no longer publishes Javadoc at https://fasterxm...
Spring Include all Hibernate query methods in SharedEntityManagerCreator's queryTerminatingMethods set
2025-01-08 06:31:36
1365
Similar to the issue https://github.com/spring-projects/spring-framework/issues/23248The org.springframework.orm.jpa.Sha...
Spring Failure in native image with multiple data sources when one is selected via @Qualifier
2025-01-08 06:31:27
9193
code like this@Componentpublic class ImpalaConnection { @Autowired @Qualifier("ImpalaDS") private Dat...
Spring resttemplate customized charset
2025-01-08 06:31:25
774
code in org.springframework.http.converter.FormHttpMessageConverter#writeMultipartI use resttemplate to upload images, i...
Spring Spring WebFlux - Custom messages validation in different languages [SPR-17231]
2025-01-08 06:31:20
2481
jakubdyszkiewicz opened SPR-17231 and commentedHello,I've got a problem with providing custom messages in different lang...
Spring Support method validation for an interface only proxy like an HTTP interface client
2025-01-08 06:31:17
5020
I want to validate the params on client side, it works fine when using spring-cloud-openfeign, but it doesn't work when ...
Spring Set WebClient Observation as current in reactor context
2025-01-08 06:31:12
645
In DefaultWebClient, the Observation instrumentation creates a new observation and uses the current observation in the r...
Spring Add title to SockJS iFrames for accessibility compliance
2025-01-08 06:31:10
1078
Adding title tag for Accessibility compliance issueComment From: pivotal-cla@Aashay-Chapatwala Please sign the Contribut...
上一页
下一页
1
…
1377
1378
1379
1380
1381
…
2246
.