玖涯软件开发
Home
Blog
Spring webflux webclient question
2025-01-08 06:02:58
17001
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
2025-01-08 06:02:56
1141
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
2025-01-08 06:02:53
1260
The following hints are required to run jpa with hibernate.{ "interfaces": [ "org.hibernate.SessionFa...
Spring Remove support for setting default CacheAwareContextLoaderDelegate via system property
2025-01-08 06:02:50
513
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
2025-01-08 06:02:48
219
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
2025-01-08 06:02:46
948
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
2025-01-08 06:02:43
2554
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
2025-01-08 06:02:40
224
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
2025-01-08 06:02:38
2016
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
2025-01-08 06:02:36
945
After putting further thought into the semantics for getPath() in ClassPathResource, I realized the following.Several te...
Spring Introduce getAbsolutePath() in ClassPathResource
2025-01-08 06:02:33
808
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
2025-01-08 06:02:31
528
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
2025-01-08 06:02:28
564
A brainstorming based on #29011 and further refinements in https://github.com/spring-projects/spring-framework/commit/bc...
Spring 5.0.x
2025-01-08 06:02:26
245
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
2025-01-08 06:02:23
1395
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
2025-01-08 06:02:20
869
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
2025-01-08 06:02:17
274
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
2025-01-08 06:02:15
186
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()
2025-01-08 06:02:13
182
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
2025-01-08 06:02:11
582
OverviewThe underlying issue is that changes to the Environment are not present in an AOT optimized ApplicationContext.F...
上一页
下一页
1
…
1408
1409
1410
1411
1412
…
2246
.