Spring GeneratedFiles#addSourceFile should not allow to add a source in the default package

When a JavaFile is added to the list of files, its class name is deduced from its package name and type name. When addin...

Spring PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception

If ServletContextResource.getURL() throws a FileNotFoundException because ServletContext.getResource(String) returns nul...

Spring Replace explicit null-checks by a declarative approach [SPR-16291]

Denis Zhdanov opened SPR-16291 and commentedThe idea is to replace explicit null checks by NonNull annotation on target ...

Spring GeneratedFiles#addSource does not provide proper context if the specified class name is invalid

ContextI tried to build native Spring boot artifact and spent hours to struggle with build failed obscure error. I was n...

Spring JSR305 @CheckForNull should be equivalent to Spring @Nullable for indicating optional autowired injections

Affects: 5.0.10SummaryThe JSR305 @CheckForNull annotation should be treated equivalently to the Spring @org.springframew...

Spring Native application fails to run with missing JDK proxy for Hibernate Session

Hi,I am able to build my application to an exe, however, it fails when run. The full stack trace is below:OS building th...

Spring IllegalArgumentException initializing an application compiled with Java 8 [SPR-10292]

Michael Nascimento Santos opened SPR-10292 and commentedWhen trying to initialize Tomcat with JDK 8 lambda b76:Caused by...

Spring Creation of advisors before creation of beans that rely on proxying (e.g transactional advisor)

We ran into the issue that the org.springframework.transaction.config.internalTransactionAdvisor was still in creation w...

Spring Pagination support in Spring JDBC.

Affects: \As a Spring JDBC User, i want to query the records in pageable fashion so that i can effectively work with ret...

Spring Caching and Event Listening support do not reuse internal delegates for their evaluation contexts

The work on #31579 and the report #31580 (ping @liudaac) led to an investigation that shows the context does not reuse t...

Spring WebFlux retryBackoff() not works with exchange()

If you use retrieve() method all works fine: boolean send(String event) { Response response = webClient.po...

Spring Consider introducing @AutowiredTest to automatically autowire each field in a test class

Considering that SF since 4.3 @Autowired is not necessary to be declared explicitly in a contructor when in the class ex...

Spring Exception details lost when there is an exception while rolling back in TransactionAspectSupport.invokeWithinTransaction()

Affects: 6.0.13I am using spanner with JPA, and when i am in a transaction where there is a bug and an exception is thro...

Spring GraalVM native error with Kotlin DSL

Hiwith kotlin 1.9.20, java 21 graalce, spring boot 3.2.0-rc2sample of spring boot code@SpringBootApplicationclass DemoAp...

Spring Support fetching request body of Webflux ExchangeFilterFunction.ofRequestProcessor

I've read the closed issue https://github.com/spring-projects/spring-framework/issues/24262 but did not get the reply. T...

Spring Optimize StandardTypeLocator for hotspot when the same classes are resolved

Hi,We are using spring cache mechanism in the application, something like below @Cacheable(value = "ProductQuerySer...

Spring Too many CacheEvaluationContext instances

Recently, I discovered a phenomenon where there is a large amount of CacheEvaluationContext instances in the jmap histo ...

Spring Can Springers capture which exceptions and handling methods through configuration?

Recently, I want to do some exception handling for company projects. The usual approach is to use @ExceptionHandler to l...

Spring Multipart timeouts when send via WebClient after setting R/W timeouts via doOnConnected/HttpClient/ReactorClientHttpConnector

Affects: SpringBoot 2.1.6.RELEASEUsecaseWant to proxy a Multipart content in reactive manner from server to another serv...

Spring Review reachability metadata contributions after GraalVM changes

The GraalVM team has been working on reporting missing reachability metadata as exceptions at runtime. Relevant changes ...
上一页 下一页
.