Nineya
Home
Blog
Spring Virtual threads are not working in Schedulers and Non-Web projects from the enabled property in application.yml
2025-01-08 22:34:05
1872
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
2025-01-08 22:33:52
5217
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)
2025-01-08 22:33:49
1149
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
2025-01-08 22:33:46
1101
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
2025-01-08 22:33:43
4918
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
2025-01-08 22:33:40
1394
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.
2025-01-08 22:33:38
912
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
2025-01-08 22:33:34
13802
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
2025-01-08 22:32:19
398
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]
2025-01-08 22:32:15
18776
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.
2025-01-08 22:32:12
333
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
2025-01-08 22:32:10
2814
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
2025-01-08 22:32:08
5675
Standard MockMvc allows setting up expectations targeting different aspects of the response through its ….andExpect(…) m...
Spring Missing documentation for JSP TagLib spring.tld
2025-01-08 22:32:05
1193
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
2025-01-08 22:32:02
660
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
2025-01-08 22:32:00
2505
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
2025-01-08 22:31:55
3448
Affects: All versionsDeferredQueryInvocationHandler should return method.invoke(this.target, args); in an else branch f...
Spring Introduce a new "@ResponseHeaders" Annotation for Controller Endpoints
2025-01-08 22:31:53
2403
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")
2025-01-08 22:31:50
321
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
2025-01-08 22:31:46
1145
I am facing same issue with below dependencies - Access to XMLHttpRequest at 'http://localhost:8888/chat/info?t=17067327...
上一页
下一页
1
…
1190
1191
1192
1193
1194
…
2246
.