Spring AOT bean registrations miss reflection hints on public methods

See #31213 for background.As seen in #31224, our reflection hints predicates were previously considering that org.spring...

Spring Configure Gradle toolchain auto-provisioning in build

Could not determine the dependencies of task ':spring-oxm:compileTestJava'.Could not resolve all dependencies for config...

Spring When there are multiple content-type, it cannot be read accurately, resulting in the form data cannot be injected

spring-web:5.5.8https://datatracker.ietf.org/doc/html/rfc7230#section-3.2.2According to the RFC specification, a header ...

Spring Generic return type in controller not serialized correctly to JSON

Affects: 5.3.1 (Spring boot 2.4.0)Let's say I have abstract Shape class with Square and Circle subclasses annotated as J...

Spring DelegatingCompletableFuture.cancel() returns false for already cancelled future [SPR-17337]

Ivan Sopov opened SPR-17337 and commentedSorry - JIRA failed me many times in filling this issue (one time I retyped it ...

Spring Circular dependency problem

Affects: Spring Framework < 5.3.1There are @Async and @Transactional annotations in the same class, and the class de...

Spring Support $$ quotes in JDBC and R2DBC ScriptUtils

PostgreSQL (and maybe others?) support multi-line strings using $$ delimiters.ScriptUtils.executeSqlScript does not supp...

Spring X-Fowarded-Prefix value replacing the context path while generating link using spring HATEOAS

We are facing this issue while using X-Fowarded-* headers to generate resource links.When we use X-Forwarded-Prefix head...

Spring @ExceptionHandler should preserve @ResponseStatus [SPR-15645]

Christopher Smith opened SPR-15645 and commentedI can annotate an exception type with @ResponseStatus to indicate "in-ba...

Spring Allow configuration of binary body printing in mock responses

Although there have been multiple issues over the years, trying to address this issue, the actual problem is still not s...

Spring Suggestion in docs-webflux- Add corresponding maven/gradle dependencies for HTTP client library

I suggest to add the corresponding maven/gradle dependencies in the docs when configuring the http client library for we...

Spring Support $$ quotes in JDBC ScriptUtils

This is an attempt to support $$ quote as mentioned in this issue: https://github.com/spring-projects/spring-framework/i...

Spring WebClient::toEntity does not support java.util.Optional

Affects: 5.2.13.RELEASE / Boot 2.3.9What is wrongUsing java.util.Optional (either as a class or ParameterizedTypeReferen...

Spring Generic bean resolution doesn't work for nested generics

Affects: 4.3.xConsider the following class heirarchy (assume constructors with @Inject for final fields):@Componentclas...

Spring Add annotation to execute MongoDB scripts during integration tests

Hi all. There is a cool annotation @Sql, which allows to execute sql script before/after a test.It may be good to have t...

Spring IllegalAccess to Unnamed Module

Issue with Spring 5.3.3 -> Main Class/** * @param args */public static void main(String[] args) { ApplicationCont...

Spring SimpleJdbcInsert gets confused with the same table names across different schemas

Affects: 4.3.14.RELEASEWithin the same database we have several (almost) duplicate schemas (dev, test, uat, etc). Simpl...

Spring The resolvedConstructorArguments field in BeanDefiniton is always null or EMPTY_ARGS

I found that during Bean instantiation, the resolvedConstructorArguments are always empty or null.The purpose of using t...

Spring Question about ResourceBundleMessageSource's cachedBundleMessageFormats

ResourceBundleMessageSource's cachedBundleMessageFormats cache is declared as:Map<ResourceBundle, Map<String, Map&...

Spring Thread leak in Spring WebSocketStompClient with integrated GlassFish Servlet container

I use WebSocketStompClient with GlassFish web socket contained called Tyrus in the next way:WebSocketStompClient client;...
上一页 下一页
.