Nineya
Home
Blog
Spring WebFlux returns 406 but Spring MVC renders "text/plain" request based on Publisher<?> and String [SPR-17078]
2025-01-08 21:23:54
3551
Dave Syer opened SPR-17078 and commentedI assume this is a Framework issue (might be Spring Boot I guess, since that's w...
Spring AOP !target not negating target pointcut expression
2025-01-08 21:23:51
1689
Affects: At least 4.2.1 - 5.3.9, probably all versions.A !target(class) pointcut doesn't behave as expected: It seems li...
Spring Order of JMS TransactionSynchronizations should be sortable programmatically [SPR-16491]
2025-01-08 21:23:48
2071
Ludovit Varga opened SPR-16491 and commentedScenario:I have application that consume message from JMS Server A, update r...
Spring Support @ContextConfiguration at method level [SPR-12031]
2025-01-08 21:23:45
18078
Rob Winch opened SPR-12031 and commentedStatus QuoThe Spring TestContext Framework (TCF) makes it very easy to run tests...
Spring Support @ActiveProfiles at method level [SPR-9338]
2025-01-08 21:23:42
1278
Eugen Paraschiv opened SPR-9338 and commentedIt would be extremely useful if @ActiveProfiles were supported for both met...
Spring ScriptUtils fails to correctly parse string literal ending with backslash with H2 database
2025-01-08 21:23:39
7944
It looks like inserting a row which has a string with a backslash at the end causes Spring's splitting of SQL files into...
Spring @Async does not support Unit? return type
2025-01-08 21:23:35
821
Affects: 6.0.13When using @Async with Kotlin functions, it is not possible to use Unit?-returning functions.kotlin.Unit ...
Spring HibernateJpaVendorAdapter refers to org.hibernate.dialect.Oracle12cDialect that does not exist in recent Hibernate versions
2025-01-08 21:23:32
305
As a follow-up of #31889, another dialect is impacted with the same problem. Comment From: snicollIt's similar to the my...
Spring JdbcTemplate.queryForStream() does not return connection to the pool, causing the connection leak.
2025-01-08 21:23:29
9107
Affects: \Please refer to the demo project that replicates the issue.When using JdbcTemplate.queryForObject() and subseq...
Spring Environment injection should fail with clearer exception after context close [SPR-15767]
2025-01-08 21:23:26
4599
Crystal Paladin opened SPR-15767 and commentedWhenever a Prototype scoped Bean is marked with an @Autowired Environment(...
Spring Document that CGLIB cannot proxy package private methods declared in a superclass is in a different package
2025-01-08 21:23:23
2531
This is issue is somewhat hard to explain. I created a small project where this issue can be demonstrated. Given followi...
Spring bean with name 'mvcHandlerMappingIntrospectorRequestTransformer' already exists
2025-01-08 21:23:20
17396
Affects: 6.1.2When creating a project using Spring Boot and Spring Security with an (empty) test, running that test with...
Spring Refine allocations for improved memory profile when creating a large amount of proxy instances
2025-01-08 21:23:17
1376
JdkDynamicAopProxy allocates a lot of objects in findDefinedEqualsAndHashCodeMethods and in the constructor via AopProxy...
Spring Difference when request scoped beans are destroyed in tomcat vs undertow when using redirect:
2025-01-08 21:23:08
2426
We found a difference in when request scoped beans are destructed between tomcat and undertow. Normally when a session i...
Spring Support Kotlin parameter default values in HTTP handler methods
2025-01-08 21:23:05
5923
Take Weiland opened SPR-16598 and commentedSupport specifying defaults for e.g. @RequestMapping via Kotlin parameter def...
Spring Clarify assisted constructor injection through getBean call with provided arguments
2025-01-08 21:23:02
1641
From javadoc of org.springframework.beans.factory.support.ConstructorResolver#autowireConstructor:"autowire constructor"...
Spring Validate values in top-level Map parameters [SPR-14615]
2025-01-08 21:22:59
2901
Martin Asenov opened SPR-14615 and commentedClass with RestController annotationMethod with RequestMapping annotation, m...
Spring NotReadablePropertyException due to mismatch between ConstraintViolation property path and BindingResult target in MethodValidationAdapter
2025-01-08 21:22:56
9611
The title is pretty vague, sorry - couldn't think of something better. There is plenty of detail here to make up for tha...
Spring Method validation is not triggered when constraints are applied to the elements of a List
2025-01-08 21:22:53
1510
In Spring Boot 3.2.0 it seems method validation is not always happening as expected, if the constraint is on list elemen...
Spring Complete frame callback when opcode is not PONG
2025-01-08 21:22:50
986
onWebSocketFrame method should complete callback. more details see issue JETTY 11088Comment From: pivotal-cla@leonchen83...
上一页
下一页
1
…
1243
1244
1245
1246
1247
…
2246
.