Nineya
Home
Blog
Spring Private init/destroy method may be invoked twice
2025-01-08 05:28:16
4354
Imagine, you have a bean with an init method, annotated with @PostConstruct and a configuration class, referencing the s...
Spring 添加测试用例
2025-01-08 05:28:00
280
Comment From: pivotal-cla@szd1007 Please sign the Contributor License Agreement!Click here to manually synchronize the s...
Spring Add support for FirebirdSQL databases in embedded database support
2025-01-08 05:27:57
3234
Hi spring teamI would like to propose a new feature : expanding the embedded database support with Firebird database.I t...
Spring AsyncRestTemplate logging too verbose
2025-01-08 05:27:55
1304
This log is really too verbose, not all 4xx are error conditions, many REST apis will return perfectly expected 4xx (eg:...
Spring Use equals() instead of contains() in RollbackRuleAttribute
2025-01-08 05:27:52
239
Closes gh-28098Comment From: sbrannenPlease note that this breaks the existing RollbackRuleTests.foundEnclosedExceptionW...
Spring java.lang.* no longer imported by default in SpEL contexts
2025-01-08 05:27:49
2455
Upgraded from Spring Framework 5.3.15 to 5.3.16 (via Boot) and this expressionT(Character).isUpperCase(c) ? 'uppercase' ...
Spring Expression.setValue cannot parse complex expressions
2025-01-08 05:27:47
6541
Affects: 5.3.10,The same goes for the latest version 5.3.16The Spring Framework source code for the last step ispackage ...
Spring Add braces to @Target declaration in @Component
2025-01-08 05:27:44
925
To match format of Repository/Service/Controller.Comment From: pivotal-cla@NWuensche Please sign the Contributor License...
Spring A request to empty file in runnable jar cause 404
2025-01-08 05:27:41
1175
Same as this issue: https://github.com/spring-projects/spring-boot/issues/16034org.springframework.core.io.AbstractFileR...
Spring spring.main.allow-circular-references property does not effect in case of reading from Spring Cloud Config Server
2025-01-08 05:27:37
1167
The property spring.main.allow-circular-references work correctly when it's located directly to local application files ...
Spring Expression.setValue cannot parse complex expressions
2025-01-08 05:27:34
1359
Affects: \5.3.10,The same goes for the latest version 5.3.16The source code for the last step ispackage org.springframew...
Spring There is a redundant judgment before resolve argument
2025-01-08 05:27:29
1045
There is no need to judge whether the HandlerMethodArgumentResolver supports it before getting the parametershttps://git...
Spring Invalid SockJS path
2025-01-08 05:27:26
1844
Hello, in our project I found strange behaviour with this DefaultSockJsService. We using spring boot 2.5.5 and this depe...
Spring spring-core 5.3.16 Unknown class appears
2025-01-08 05:27:23
457
org.springframework.cglib.beans.BeanMap.Generator#generateClassas the picture shows@spring-projects-issues Comment From:...
Spring Fix library name for JavaPoet in src/docs/dist/license.txt
2025-01-08 05:27:15
304
This PR fixes library name for JavaPoet in src/docs/dist/license.txt.This PR also updates Objenesis version in the file ...
Spring CollectionFactory add createSingletonCollection method
2025-01-08 05:27:12
526
Hello,this pr may solve this https://github.com/spring-projects/spring-framework/issues/28025if I misundertand it please...
Spring When SQL init, 'PostgresqlBadGrammarException' is thrown by improperly splitting a valid statement that ';' containing
2025-01-08 05:27:09
2152
IssueThe syntax below is valid in PostgreSQL, but ';' characters cause improper separation and execution.CREATE OR REPLA...
Spring ConfigurationClasses has userless data
2025-01-08 05:27:06
1431
Sorry to bother you, I mentioned this issue a few days ago, but it was closed by you without an explanation at that time...
Spring Prevent @Bean method overloading by default (avoiding accidental overloading and condition mismatches)
2025-01-08 05:26:58
15461
Hello poeple,I lost some hours configuring a bean with same id but different properties in java config, as the raised er...
Spring Missing documentation on WebClient retry functionality
2025-01-08 05:26:55
1490
I don't know if I'm looking in the wrong place, but I cannot find a single paragraph in the WebClient docs mentioning th...
上一页
下一页
1
…
1445
1446
1447
1448
1449
…
2246
.