Spring Spring context divided into parts loaded by different ClassLoaders [SPR-15605]

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

I was pretty much excited to leverage RestClient Library for microservice communications. Basic Use Cases are working bu...

Spring Make GeneratedClasses#withFeatureNamePrefix(String) public

OverviewThe GeneratedClasses#withFeatureNamePrefix(String) method is currently package-private which prevents code from ...

Spring Introduce getAutodetectMode() in MBeanExporter

MBeanExporter does not currently allow the user to query the configured autodetectMode in MBeanExporter.Comment From: sb...

Spring Optimize PostProcessorRegistrationDelegate's invokeBeanFactoryPostProcessors()

There is code in PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors:List<BeanFactoryPostProcessor> ...

Spring Investigate running tests for all supported Jetty versions

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

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

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

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?

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

The class AbstractTransactionalJUnit4SpringContextTests contains a protected field jdbcTemplate of type JdbcTemplate.Thi...

Spring Unable to compile spring native executable: java.lang.StackOverflowError

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.

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

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

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

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

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

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]

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

At the moment JooqExceptionTranslator translates exception, only if it's "the innermost exception" and probably the most...
上一页 下一页
.