Nineya
Home
Blog
Spring Provide variant of ListableBeanFactory.getBeanNamesForAnnotation that does not cause early BeanFactory initialization
2025-01-08 21:03:18
967
See https://github.com/spring-projects/spring-boot/issues/38473 for background.We'd basically like a new method where th...
Spring RestClient documentation improvements
2025-01-08 21:03:15
157
Confusion between request/response and builder/built response in the documentation auf RestClient corrected.Comment From...
Spring WebClient does not deserialize ParameterizedTypeReference when the generic type is passed from another function
2025-01-08 21:03:12
2612
This is related to this issue, and I know we have a test to confirm that is not an issue. However the issue I found is t...
Spring org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter doesn't work while ${spring.mvc.servlet.path} property is not '/'
2025-01-08 21:03:07
3961
Affects: \<6.0.13>org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter doesn't work...
Spring Provide a way to record which fields is present for @RequestBody
2025-01-08 21:03:04
3041
I'm implementing REST partial updates with PATCH, for example: @PatchMapping(PATH_DETAIL) public User updatePartia...
Spring Problem with DeferredResult and Hibernate
2025-01-08 21:03:01
3566
Affects: Tested with 4.2.4/4.2.9/4.3.6I'm using spring DeferredResult on a http request. The controller receives some i...
Spring spring-context dependency missing from spring-jms
2025-01-08 21:02:58
980
Affects: 6.1.0Commit 759ab23 on spring-jms introduced a dependency on spring-context which is not reflected in the pom f...
Spring NullPointerException running a native image application
2025-01-08 21:02:54
24563
Hi, I am using native-maven-plugin and the command mvnw native:compile -Pnative to compile my Spring boot applications. ...
Spring Investigate possible AOT performance issues
2025-01-08 21:02:51
21674
As reported by @shodo in #30431I've finally created a fake/dummy service that (at least on my PC) shows result similar t...
Spring The AopProxyUtils#ultimateTargetClass does not work with classes that are annotated with @Configuration.
2025-01-08 21:02:39
1012
Does a class annotated with @Configuration not implement the SpringProxy interface? test: @Configurationpublic class Tes...
Spring Jackson encoder releases resources in wrong order
2025-01-08 21:02:36
6728
Affects: 5.2.10+, 5.3.0+Ran into the following issue while using AbstractJackson2Encoder and the jackson csv serializer:...
Spring Spring Boot: @ConditionalOnMissingBean does not work correctly in conjunction with @ImportResource
2025-01-08 21:02:33
5940
Spring Boot version: 2.1.5.RELEASEI have a @Bean definition in Java configuration class which is loading to application ...
Spring Improve STOMP WebSocket documentation for input message buffer size
2025-01-08 21:02:29
3591
I send a message to the server from a web UI.When the data size is greater than 64K, the server does not respond to the ...
Spring Expose verify method in UriComponent interface
2025-01-08 21:02:26
1610
Affects: \Hi there,I have a small enhancement to propose - how about exposing verify() method in the interface?Use case:...
Spring JPA reading behavior different based on if TransactionSynchronization exists (even on other datasource)
2025-01-08 21:02:23
1826
Affects: \I have multiple datasources, each with transactionManager, one of them is JPA.Flow:1. read from JPA existing e...
Spring @MatrixVariable auto convert to Pojo
2025-01-08 21:02:20
1024
Affects: \5.1.8Feature request:I would like to be able to use MatrixVariable to directly create a Pojo ex:@GetMapping(&q...
Spring Unable to specify JsonProvider when making MVC jsonPath() assertion
2025-01-08 21:02:17
6477
{ "firstName": "John", "lastName": "doe", "age": 26, "...
Spring Support generics (and POJO object mapper) for jsonPath ResultMatcher
2025-01-08 21:02:14
1219
Affects: 2.4.1When asserting JSON content in a MockMvc, the provided MockMvcResultMatchers.jsonPath functions support au...
Spring Support Jackson delegate read/write in both of mvc and reactive.
2025-01-08 21:02:11
5709
MVCorg.springframework.http.converter.json.AbstractJackson2HttpMessageConverter#writeInternalWebFluxorg.springframework....
Spring Treat kotlin.Unit as void
2025-01-08 21:02:08
185
Fix https://github.com/spring-projects/spring-framework/issues/31648Comment From: sdeleuzeThanks for your PR, but I fixe...
上一页
下一页
1
…
1259
1260
1261
1262
1263
…
2246
.