Nineya
Home
Blog
Spring MergedAnnotationCollectors.toAnnotationSet() should not create intermediate ArrayList
2025-01-08 03:58:00
242
MergedAnnotationCollectors.toAnnotationSet() currently creates an intermediate ArrayList for storing the results prior t...
Spring Upgrade SpelCompiler bytecode level to 1.8 and optimize for concurrent access
2025-01-08 03:57:50
184
SpelCompiler still uses bytecode level 1.5 and does not consistently guard against concurrent class loading. Let's revis...
Spring Document how to specify Jackson JSON view serialization hints with @RestController and Webflux
2025-01-08 03:57:48
2773
There is not documentation how to filter fields using JsonViews using specific security roles when using Webflux and non...
Spring Optimize locking in AspectJProxyFactory for concurrent aspect instantiation
2025-01-08 03:57:45
362
AspectJProxyFactory traditionally uses double-checked locking for accessing singleton aspect instances, applying a full ...
Spring Support for PostgreSQL 11 procedure call syntax
2025-01-08 03:57:44
3007
Hi,A while back the Posgre Java driver had a breaking change for procedure calls:https://github.com/pgjdbc/pgjdbc/issues...
Spring Support multiple aliases via @AliasFor
2025-01-08 03:57:41
7431
Before time ,one annotation attribute only supports one alias ,you can only do like this: @Target({ElementType.ANNOTA...
Spring IOException: Stream is closed (HttpOutputStreamImpl) on WebSphere Liberty [SPR-14784]
2025-01-08 03:57:38
7868
Milan Plancik opened SPR-14784 and commentedDear team,could you please have a look into following issue which occurs on ...
Spring Add FullyQualifiedAnnotationBeanNameGenerator.INSTANCE
2025-01-08 03:57:36
528
Spring 5.2.3 (b4c91e7dac91c6176a5412ed930d2c048cc5c42f) introduces the FullyQualifiedAnnotationBeanNameGenerator, but do...
Spring Dependency injection of @Configurable objects should work across test suites [SPR-6121]
2025-01-08 03:57:33
10051
Marc Ludwig opened SPR-6121 and commentedOverviewWe have a large number of unit/integration tests that assert behavior w...
Spring SpEL doesn't work nicely with records
2025-01-08 03:57:30
22322
Given the following record and trying to read the accountId property in a Thymeleaf template (well actually any property...
Spring Autowiring does not work reliably in case of dynamically changing prototype bean class
2025-01-08 03:57:28
4333
I am using springboot 2.3.5.RELEASE, have one BeanFactory to load prototype beans implements one interface.One has a bea...
Spring Improve URI/query strings sanitization
2025-01-08 03:57:25
1717
Use StringBuilder.deleteCharAt(int) and StringBuilder.delete(int, int) to handle sanitization more effectivelyComment Fr...
Spring Improve AdvisedSupport.getAdvisors()
2025-01-08 03:57:22
524
In some scenarios AdvisedSupport.updateAdvisorArray() takes about 30% of AdvisedSupport.addAdvisor() (see attachment) an...
Spring When using CsrfRequestDataValueProcessor, the hidden field with the CSRF token is put into an unnecessarily created div element [SPR-12707]
2025-01-08 03:57:17
3721
Andreas R. opened SPR-12707 and commentedWhen using CsrfRequestDataValueProcessor (with configuration mentioned in https...
Spring Lettuce memory leaks (io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected)
2025-01-08 03:57:15
14200
We have the next application setup:1) Spring boot 2.0.6.RELEASE2) spring-boot-starter-webflux 2.0.6.RELEASE3) Lettuce 5....
Spring Avoid use of SearchStrategy.TYPE_HIERARCHY_AND_ENCLOSING_CLASSES in AnnotationDescriptor
2025-01-08 03:57:12
307
OverviewAnnotationDescriptor.findAllLocalMergedAnnotations() still uses SearchStrategy.TYPE_HIERARCHY_AND_ENCLOSING_CLAS...
Spring Allows Jackson2 encoders to log Throwable reason for not being able to serialize or deserialize
2025-01-08 03:57:04
2594
I have a @RestController @RequestBody that Jackson should be ableto deserialize, but it can't because I made an error in...
Spring DefaultSimpUserRegistry prevents event from being published if original SimpMessageHeaderAccessor cannot be found
2025-01-08 03:57:01
1951
2020-11-02 11:21:46.962 [clientOutboundChannel-3] ERROR --- o.s.w.s.m.StompSubProtocolHandler.publishEvent(StompSubProt...
Spring Order of profiles in tests is not preserved
2025-01-08 03:56:57
2564
Annotation @ActiveProfiles doesn't preserve the order of defined profiles in tests in spring boot 2.3.5.RELEASEI have de...
Spring SPR-14592: Reactive response extractor does not invoke error handler
2025-01-08 03:56:52
452
Fix for SPR-14592. When getting a response() from the ResponseExtractors, the responseErrorHandler is now consulted befo...
上一页
下一页
1
…
1538
1539
1540
1541
1542
…
2246
.