Spring Refine JacksonModulesRuntimeHints

Comment From: snicollShouldn't the condition be on a Jackson class? Or the module as it's probably optional. Comment Fro...

Spring Bad mapping with @Resource [SPR-13430]

RAZE Olivier opened SPR-13430 and commentedHi,I have defined two beans with same class: org.springframework.scheduling.q...

Spring State of rsocket/rsocket-java support

From 4 trivial memory overflows reported 1 year ago, as of now with rsocket/rsocket-java 1.1.2 one ([1]) was accepted &a...

Spring Spring-oxm with JDK11

Hi Team,We want to use spring-oxm with JDK11, we're facing issue while we migrating from JDK8 to JDK11 w.r.t Jaxb2Marsha...

Spring Infer JDK dynamic proxies for Spring beans

After a discussion with @snicoll and @jhoeller insights, we found that it is possible to infer automatically JDK dynamic...

Spring commonDatabaseName returns MySql for MariaDB

When using commonDatabaseName from JdbcUtils to obtain the common db name for "MariaDB" it returns "MySql".https://githu...

Spring @Order is not available in native image

See https://github.com/spring-projects-experimental/spring-native/issues/1694Comment From: snicollIt's actually not work...

Spring Lazy Validator resolution in MethodValidationPostProcessor

In the course of our implicit JDK proxy registration attempts in #28980, we got reminded that MethodValidationPostProces...

Spring when httpStatus=404, how to log request body

Affects: \Comment From: bclozelThanks for getting in touch, but it feels like this is a question that would be better su...

Spring Support SpEL expressions in @Qualifier

If @Qualifier supported SpEL it would make configuration driven selection of beans much easier.interface Provider {}@Com...

Spring Introduce createContext() factory method in AbstractGenericWebContextLoader

OverviewIntroduce createContext() factory method in AbstractGenericWebContextLoader for parity with AbstractGenericConte...

Spring MergedBeanDefinitions change can be lost if bean is instantiated

Freezing the configuration was unfortunately not enough. If a bean is instantiated in an AOT refreshed context, the merg...

Spring Deadlock in @PostConstruct block

Found it in 5.3.22In PostConstruct i make a call for subscribe to event ( in external system)I use webclient and tracing...

Spring Allow to provide a pre-computed scan PersistenceUnitManager

DefaultPersistenceUnitManager is quite classpath-scanning centric. With AOT, we'd like to invoke the scanning of the cla...

Spring Integrate class proxy generation in AOT processing

Now that class proxies can be generated at build-time and reused consistently (see #28115), we need to integrate that in...

Spring Expose registrar for @Reflective

@Reflective is currently processed on all beans in the context but the logic can be reused on infrastructure or in custo...

Spring Avoid proxy hint generation for annotations that are never synthesized

OverviewWe can reduce the amount of generated proxy configuration and the native footprint by avoiding inclusion of unus...

Spring Add support for @Cacheable in native-image

@Cacheable doesn't work in native-image. There is no exception, the annotated method is called multiple times, while as ...

Spring AbstractTestContextBootstrapper should not log stack trace when skipping a TestExecutionListener

Creating an empty app on start.spring.io with Spring Boot 3.0.0-SNAPSHOT and running the test leads to the following DEB...

Spring Allow null argument for ResponseEntity.DefaultBuilder.eTag(String etag)

Affects: v5.3.22DescriptionBuilding a response with etags can result in a NullPointerException if the argument for etag ...
上一页 下一页
.