Spring Introduce a way to indicate that an annotation needs to be visible at runtime

In a native image, an annotation will have no attributes until a dedicated hint is added, i.e.{ "name": &qu...

Spring Spring Boot WebSocket Broker does not sends CONNECTED frame

I recently faced and issue, unfortunately on production environment, when my Spring Boot Server was not sending response...

Spring spring框架对配置文件找不到的处理

Affects: \问题复述在一次使用ssm开发的时候,发现了此bugpublic class TestGetBeanProductTypeServiceImpl { /** * 用于测试: */ @Test ...

Spring MockMvcWebTestClient forces HTTP POST for multipart requests

Affects: latest (6.0.0, 5.3.20)When making a multipart/form-data request using WebTestClient, the HTTP method of the req...

Spring Break package tangle between o.s.aot and o.s.core

Two hints registrar have been recently added that creates a cycle between those two packages. We should consider moving ...

Spring Allow changes to org.springframework.web log category at runtime

In a Spring Boot application using the spring-boot-starter-actuator loggers endpoint, setting the web log group, or any ...

Spring Update documentation regarding nested test class support

OverviewWith the introduction of @NestedTestConfiguration in 5.3, we introduced first-class support for inheriting test ...

Spring Unneeded current path check

Inside the StringUtils class, method cleanPath, there is a conditional check for current path with no further logic insi...

Spring Allow @CompileWithTargetClassAccess to work with all classes

Currently @CompileWithTargetClassAccess works by using MethodHandles.privateLookupIn and having target classes listed on...

Spring BeanRegistrationCodeFragments sets a non-nullable field to null

There is a strange arrangement in BeanRegistrationCodeFragments where a package private constructor sets a non-null fiel...

Spring Allow ApplicationContextAotGenerator to generated better class names

Currently ApplicationContextAotGenerator always generates a __.BeanFactoryRegistrations class. For context hierarchy sup...

Spring Add a PropertySource/Environment.getProperty interceptor ( != ConversionService )

Hey Team,As a bunch of adopters we use Jasypt which provides a very handy way to decrypt marked properties (e.g. foo=enc...

Spring Add support for URIs with underscore

Underscores are valid in URIs https://www.ietf.org/rfc/rfc3986.txt but has long been ignored in jdk https://bugs.openjdk...

Spring SQLErrorCodesFactory.getErrorCodes(DataSource) returns empty error codes if access to transactional connection fails

The SQLErrorCodes getErrorCodes(DataSource dataSource) method of the org.springframework.jdbc.support.SQLErrorCodesFacto...

Spring Update reference docs to use PropertySourcesPlaceholderConfigurer

PropertyPlaceholderConfigurer has been deprecated as of Spring 5.2, in favor of PropertySourcesPlaceholderConfigurer, ac...

Spring Getting Internal Error 500 response in Spring 5 when url contains semicolon.

Getting Internal Error 500 response in Spring 5 when url contains semicolon. It was working fine with Spring 3. Comment ...

Spring webrtc call gets disconnected on unintentionally closing the browser without warning

WebRTC session disconnections are quite common, but can it be fixed using:-warningpopupsComment From: bclozelThanks for ...

Spring Api for Group Video call using webRTC

I am creating video chat application by using webrtc and firebase. There seems to be an existing provision of video cal...

Spring Seems bit aggressive to announce for the enforcement of java 17 in spring6

So this means, We cannot run Spring Boot 3.x or Spring 6 applications in Oracle Weblogic. Since even latest version of W...

Spring Spring 5 backward compatible to spring 4

I have read below recommendation from one of the Spring Framework lead (I hope this holds good for other versions as wel...
上一页 下一页
.