玖涯软件开发
Home
Blog
Spring Spring context divided into parts loaded by different ClassLoaders [SPR-15605]
2025-01-08 20:53:34
5526
Kotlyarov Pavel opened SPR-15605 and commentedI currently implementing plugin architecture for my application. It will c...
Spring Support Filter, codecs, and ClientConnector in RestClient
2025-01-08 20:53:31
1793
I was pretty much excited to leverage RestClient Library for microservice communications. Basic Use Cases are working bu...
Spring Make GeneratedClasses#withFeatureNamePrefix(String) public
2025-01-08 20:53:28
963
OverviewThe GeneratedClasses#withFeatureNamePrefix(String) method is currently package-private which prevents code from ...
Spring Introduce getAutodetectMode() in MBeanExporter
2025-01-08 20:53:26
335
MBeanExporter does not currently allow the user to query the configured autodetectMode in MBeanExporter.Comment From: sb...
Spring Optimize PostProcessorRegistrationDelegate's invokeBeanFactoryPostProcessors()
2025-01-08 20:53:23
3924
There is code in PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors:List<BeanFactoryPostProcessor> ...
Spring Investigate running tests for all supported Jetty versions
2025-01-08 20:53:20
680
We could use https://github.com/spring-gradle-plugins/compatibility-test-plugin to run automated tests on Jetty 12. Righ...
Spring Excuse me, why is there no release version of the kit in jfrog
2025-01-08 20:53:17
1779
spring-release-5.3.9-dist.zip can be found in jfrog before, but it suddenly disappeared this time. May I ask why and whe...
Spring Proposal: VirtualThreadPoolTaskExecutor
2025-01-08 20:53:14
1113
Affects: 6.1.0-M5Similar to ThreadPoolTaskExecutor but for Virtual Threads.I have assembled a quick prototype internally...
Spring Find TYPE_USE annotations on anonymous classes via the MergedAnnotations API
2025-01-08 20:53:12
2461
This is a followup to #28896.Comment From: sbrannenA prototype for this issue can be viewed in the following feature bra...
Spring Is it possible to remove the name parameter in the start() method in DefaultApplicationStartup?
2025-01-08 20:53:09
193
Affects: \or for future design?Comment From: bclozelNo, we would need to change the interface contract for that. This cl...
Spring Introduce protected JdbcClient field in AbstractTransactionalJUnit4SpringContextTests
2025-01-08 20:53:06
1878
The class AbstractTransactionalJUnit4SpringContextTests contains a protected field jdbcTemplate of type JdbcTemplate.Thi...
Spring Unable to compile spring native executable: java.lang.StackOverflowError
2025-01-08 20:53:03
8235
Hi, the details as shown below:Graalvm jdk: JDK 17.0.8, JDK17.0.9OS building spring native: Windows 10Causes: Import any...
Spring Use notEmpty() to check whether the collection/array is empty or not.
2025-01-08 20:53:00
182
When collection is null:- Assert.isTrue(collection.size() > 0, message) will throw NullPointerException.- Assert.notE...
Spring IllegalStateException while publishing events within a transactional reactive method if 'event listener' method has @Transactional annotation
2025-01-08 20:52:58
1257
Affects: Spring Boot 2.2.0.M3If we publish the events within the transactional reactive methods, for example:@Transactio...
Spring Request parameters as null, but queryString is not
2025-01-08 20:52:55
5669
Affects: 2.2.4.RELEASEThere is strange behavior in Spring controller. Once per some amount of requests (even identical ...
Spring IncompleteAnnotationException with @AliasFor on MessageMapping#value with Kotlin
2025-01-08 20:52:52
5429
Affects: Spring Boot 2.4.4build.gradle.kts:... implementation("org.springframework.boot:spring-boot-starter-rsoc...
Spring exception when calling an Rsocket endpoint with the RSocketRequester on an Apple M1 running macOs
2025-01-08 20:52:49
7847
i get an odd exception when calling an Rsocket controller using the RSocketRequester on an Apple M1 when using Spring Bo...
Spring @MessageMapping is not registered when bean is created by hand
2025-01-08 20:52:46
463
Affects: 5.3.9I was messing with RSocket and have noticed that if I created bean with @MessageMapping with @Bean in @Con...
Spring SimpleJdbcCall with rowMapper set fails on execution (on Postgres) [SPR-16709]
2025-01-08 20:52:43
8033
Ivan Vasilev opened SPR-16709 and commentedFurther to my previous issue #21152.spring-jdbc: 4.3.15org.postgresql:postgre...
Spring Add support for translating Postgresql's 25P02 exceptions
2025-01-08 20:52:40
4111
At the moment JooqExceptionTranslator translates exception, only if it's "the innermost exception" and probably the most...
上一页
下一页
1
…
1265
1266
1267
1268
1269
…
2246
.