Spring WebFlux returns 406 but Spring MVC renders "text/plain" request based on Publisher<?> and String [SPR-17078]

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

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]

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]

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]

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

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

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

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.

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]

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

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

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

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:

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

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

From javadoc of org.springframework.beans.factory.support.ConstructorResolver#autowireConstructor:"autowire constructor"...

Spring Validate values in top-level Map parameters [SPR-14615]

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

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

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

onWebSocketFrame method should complete callback. more details see issue JETTY 11088Comment From: pivotal-cla@leonchen83...
上一页 下一页
.