Nineya
Home
Blog
Spring Refine exception handling in AOT process to provide additional context
2025-01-08 22:43:17
381
This is a follow-up of #32775.Looking at the current state of affairs, we could use an AotException that is similar in p...
Spring a question for ScheduledAnnotationBeanPostProcessor
2025-01-08 22:43:15
999
In ScheduledAnnotationBeanPostProcessor,I found this code.` @Override public void afterSingletonsInstantiated() { ...
Spring RestClient Bean can not call API with method GET contains body
2025-01-08 22:43:12
3942
ContextI have to call an API have body with method GET and I use RestClientIssueI create bean RestClient by this way@Bea...
Spring Consider adding overloaded methods to MockHttpServletRequestBuilder for headers and params
2025-01-08 22:43:09
1490
See #32913 and this prototype work by @snicoll for background.In the example above, it's quite common to see code like t...
Spring Support Hibernate StatelessSession [SPR-2495]
2025-01-08 22:43:06
5004
WDA opened SPR-2495 and commentedHello,since Hibernate 3.1 has a 'StatelessSession' class to use for batch jobs (bulk in...
Spring MockMvc no longer needs methods that take a String httpMethod for custom methods
2025-01-08 22:43:04
186
We've deprecated a number of APIs that offered both a String and HttpMethod variant as the latter can be built from the ...
Spring Simplify BeanRegistrationsAotProcessor to avoid unnecessary BeanRegistrationKey
2025-01-08 22:43:02
548
BeanRegistrationsAotProcessor has a map of registration key to registration but the mapping does not seem to be used any...
Spring Refine KotlinDetector.isKotlinType documentation for Kotlin 2.x lambdas
2025-01-08 22:43:00
2131
Using the spring cloud stream with reactive used to work well by instanciating kotlin function as follows@Configuratio...
Spring Reference documentation sample for MethodValidationPostProcessor is missing a static keyword
2025-01-08 22:42:57
7221
I followed the Spring official document to define MethodValidationPostProcessor for bean validation. But I am triggering...
Spring Fix RegisterReflectionForBinding Javadoc
2025-01-08 22:42:54
164
Fix the RegisterReflectionForBinding Javadoc in order to remove the mention of fields and constructors since the annotat...
Spring Add isKotlinDataClass to KotlinDetector
2025-01-08 22:42:52
1187
Checking whether a class is a Kotlin data class would be useful. For example, we might want to use different binder (map...
Spring Support @TestBean factory methods defined in interfaces
2025-01-08 22:42:50
1027
OverviewCurrently, @TestBean factory methods must be defined in the test class or one of its superclasses.However, users...
Spring Use getMessageSource internally in RequestContext
2025-01-08 22:42:48
2989
When subclassing RequestContext, providing a custom MessageSource to be used by all getMessage methods should be as easy...
Spring AbstractAutoProxyCreator#determineBeanType can trigger bean initialization at build time for aspects implementing Ordered
2025-01-08 22:42:43
24298
We ran into a problem that took us some time to debug and we hope that this could be improved:- AOT processing fails as ...
Spring Use default TimeZone in RestTemplate
2025-01-08 22:42:40
1777
I am setting the timezone of the app as below :@SpringBootApplicationpublic class SpringApp extends SpringBootServletIni...
Spring Cron scheduled methods may be executed a fraction of a second too early
2025-01-08 22:42:37
1773
I use CronExpression and have an issue - method executes a few (about 100-300) ms earlier than scheduled. I do understan...
Spring RestClient ResponseSpec.body() when using Reactor Netty throws an exception instead of returning null if no response body is available
2025-01-08 22:42:34
1292
I will post again as it seems to be caused by RestClient.Environment: Spring Web 6.1.8, Java 17The situation is the same...
Spring Introduce dedicated AOT tests for bean override support in the TCF
2025-01-08 22:42:32
1310
OverviewAs alluded to in #32925, it's possible to run AOT tests for bean override support in the Spring TestContext Fram...
Spring spring dynamic bean annotation not invoked
2025-01-08 22:42:29
3156
Using spring "BeanDefinitionRegistry" register my custom bean ("SFTP" - shown below). The custom bean has @value, @Autow...
Spring Add @Router and @Handler
2025-01-08 22:42:27
824
In general, annotation-based controller allows you to refer to controllers with unique annotations such as @Controller, ...
上一页
下一页
1
…
1183
1184
1185
1186
1187
…
2246
.