Spring SharedEntityManagerCreator is oblivious to the presence of multiple TransactionManager

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

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

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

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

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

Problem DescriptionPreconditionsA normal Spring Boot web project with module-info.java, using slf4j logback logging, see...

Spring StringDecoder causes direct allocation of ByteBuffer

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

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)

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

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

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

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

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

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

code like this@Componentpublic class ImpalaConnection { @Autowired @Qualifier("ImpalaDS") private Dat...

Spring resttemplate customized charset

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]

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

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

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

Adding title tag for Accessibility compliance issueComment From: pivotal-cla@Aashay-Chapatwala Please sign the Contribut...
上一页 下一页
.