Spring Virtual threads are not working in Schedulers and Non-Web projects from the enabled property in application.yml

Based on my research, virtual threads in spring work in web applications (with embedded Tomcat or Jetty), however I didn...

Spring @ActiveProfiles is not honored on @SpringBootApplication even in test context

It would seem that ActiveProfiles isn't detected when on a SpringBootApplication maybe this is intentional, but I guess ...

Spring Clarify recommendation on self-injection for legitimate use cases (e.g. @Transactional re-entrant calls)

Hi,It is becoming harder and harder to use self-injection: - Spring boot 2.6 forbids it by default: https://github.com...

Spring Revise "The IoC Container" section to be more relevant for modern Spring applications

As a follow-up of #22171, the Spring Framework reference documentation introduction would probably need some rewrite to ...

Spring Document @Order behavior on types, bean methods, and config classes

Using latest Spring-Boot 3.x, I experimented a bit with @Order in the context of Spring-Security on multiple @SecurityF...

Spring Provide methods to unambiguously send form data with MockMvc

A recent Spring REST Docs issue has reminded me of the ambiguity of using the param method when building a mock request....

Spring non-blocking call delayed accasionally.

we have two microservices. ms1 calls ms2. ms2 calls 3rd party service.we use non-blocking (webclient.subscribe()) in ms1...

Spring Performance degradation in Web layer after upgrade to Spring 6

Affects: 6.0.10 (Spring Boot 3.1.1)Summary:After upgrade to Spring Boot 3.x application started to take more time for we...

Spring Javadoc snapshots no longer published since the move to GitHub Actions

As discovered by @wilkinsona, we no longer publish the Javadoc for snapshots of 5.3.x and 6.0.x. This happened when CI w...

Spring Allow overriding @ActiveProfiles in test classes with system property [SPR-8982]

Alex opened SPR-8982 and commentedStatus QuoSupport for setting the active bean definition profiles in an integration te...

Spring Adds support for qualifying columns with table.

Adds support common in other ResultSet implemenatations for qualifying column names with table name to distinguish poten...

Spring Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information

If AOT fails to generate the code, it doesn't provide enough context to track down the problem.Here's an example:Excepti...

Spring Allow grouping assertions in MvcResultAssert

Standard MockMvc allows setting up expectations targeting different aspects of the response through its ….andExpect(…) m...

Spring Missing documentation for JSP TagLib spring.tld

Affects: 6.xIn the Spring 6 documentation there is no section on TagLib JSP spring.tld.In the Spring 4 documentation the...

Spring Clarify supported targets for annotations in the TestContext framework

The discussion in #32771 made it apparent that developers can be confused by the generic wording in the Javadoc for anno...

Spring RestClient can not use both parameters, ClientHttpRequestFactory and ClientHttpRequestInterceptor

Affects: 6.1I recently started migrating in a project from RestTemplate to RestClient. I used the RestClient builder as ...

Spring DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction

Affects: All versionsDeferredQueryInvocationHandler should return method.invoke(this.target, args); in an else branch f...

Spring Introduce a new "@ResponseHeaders" Annotation for Controller Endpoints

Getting straight to the point, I believe there is value to be had with a Header version of @ResponseStatus, being @Respo...

Spring Remove unneeded @SuppressWarnings("NullAway")

Ad a follow-up of #32475, we should remove unneeded @SuppressWarnings("NullAway") annotations when those NullAway issues...

Spring Missing CORS headers defined in SockJS CORS configuration

I am facing same issue with below dependencies - Access to XMLHttpRequest at 'http://localhost:8888/chat/info?t=17067327...
上一页 下一页
.