Nineya
Home
Blog
Spring AOT bean registrations miss reflection hints on public methods
2025-01-08 20:12:41
1497
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
2025-01-08 20:12:37
7339
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
2025-01-08 20:12:28
4917
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
2025-01-08 20:12:08
4986
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]
2025-01-08 20:12:05
861
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
2025-01-08 20:12:02
3848
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
2025-01-08 20:11:57
2288
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
2025-01-08 20:11:54
14489
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]
2025-01-08 20:11:51
1691
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
2025-01-08 20:11:48
1635
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
2025-01-08 20:11:45
1267
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
2025-01-08 20:11:42
352
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
2025-01-08 20:11:39
3277
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
2025-01-08 20:11:36
3210
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
2025-01-08 20:11:33
1553
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
2025-01-08 20:11:30
12329
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
2025-01-08 20:11:26
2507
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
2025-01-08 20:11:23
2058
I found that during Bean instantiation, the resolvedConstructorArguments are always empty or null.The purpose of using t...
Spring Question about ResourceBundleMessageSource's cachedBundleMessageFormats
2025-01-08 20:11:20
555
ResourceBundleMessageSource's cachedBundleMessageFormats cache is declared as:Map<ResourceBundle, Map<String, Map&...
Spring Thread leak in Spring WebSocketStompClient with integrated GlassFish Servlet container
2025-01-08 20:11:18
14412
I use WebSocketStompClient with GlassFish web socket contained called Tyrus in the next way:WebSocketStompClient client;...
上一页
下一页
1
…
1298
1299
1300
1301
1302
…
2246
.