Spring webflux webclient question

Hello, I am using webflux webclient to call third party services. When the service is started, everything is normal, but...

Spring BufferClosedException when decoding to Flux in StringDecoder

Following the upgrade to Netty 5 in #28847, there is one remaining WebFlux test that fails. The test case is a 500 error...

Spring Add proxy hints for org.hibernate.SessionFactory & org.hibernate.Session

The following hints are required to run jpa with hibernate.{ "interfaces": [ "org.hibernate.SessionFa...

Spring Remove support for setting default CacheAwareContextLoaderDelegate via system property

Since the ability to set a system property to change the default CacheAwareContextLoaderDelegate was only needed by the ...

Spring Set hibernate.bytecode.provider to none on native image

In order to avoid using a GraalVM substitution, and given the fact that on native image it is not possible to generate b...

Spring DefaultPersistenceUnitManager.determineDefaultPersistenceUnitRootUrl is unable to resolve root url in native image

Bootstrapping the DefaultPersistenceUnitManager fails in native image being unable to resolve the root url. Replacing de...

Spring Ordering inconsistency with beans defined in parent context

I came across a case where beans resolved with context.getBeanProvider(MyService.class) are not ordered as they should, ...

Spring Implement GraalVM native image support in the TestContext framework

This is an umbrella issue for GraalVM native image support in the Spring TestContext Framework and serves as an overview...

Spring Introduce AotTestAttributes mechanism in the TestContext framework

OverviewFor certain use cases it would be beneficial to be able to compute something during AOT build-time processing an...

Spring Return absolute path without leading slash from ClassPathResource#getPath

After putting further thought into the semantics for getPath() in ClassPathResource, I realized the following.Several te...

Spring Introduce getAbsolutePath() in ClassPathResource

The Javadoc for the getPath() method in ClassPathResource states the following.Return the path for this resource (as res...

Spring Adapt FieldHint to recent GraalVM versions

Related to #29047 removed the class FieldHint and replaced all instances with a String Set . @snicoll please feel free ...

Spring Make ExecutableMode explicit when registering hints for methods and constructors

A brainstorming based on #29011 and further refinements in https://github.com/spring-projects/spring-framework/commit/bc...

Spring 5.0.x

hello,i want studyComment From: pivotal-cla@lbnbhl Please sign the Contributor License Agreement!Click here to manually ...

Spring Expose headers from STOMP RECEIPT frame to registered callbacks

My use case for wanting access to the headers in receipt callbacks is to communicate additional information about the re...

Spring Make isConnected() in WebSocketConnectionManager public

In my case, I was creating a ReconnectTask to connect to my WebSocket server.Here I noticed that the method start() or s...

Spring Support for Netty 5

Reactor Netty 2.0 milestones are already tracking Netty 5, see https://github.com/reactor/reactor-netty/issues/1873 and ...

Spring Use InputStream's new methods instead of StreamUtils

As Spring Framework 6 uses JDK17 for its baseline, we can make use of the methods transferTo(OutputStream out) and readA...

Spring Deprecate StreamUtils.emptyInput()

Since #28961 and since Spring Framework 6.0 requires Java 17, it doesn't make much sense to maintain this method. This s...

Spring Contribute @PropertySource declarations in AOT optimized contexts

OverviewThe underlying issue is that changes to the Environment are not present in an AOT optimized ApplicationContext.F...
上一页 下一页
.