SpringBoot IntelliJ IDEA cannot resolve references to AOT-generated classes in AOT-generated source

This is a follow-on from #32304, the fix for which doesn't play nicely with IntelliJ IDEA. It left the generated classes...

SpringBoot Test compatibility with range of SnakeYAML versions

We should test our compatibility with every version of SnakeYAML that lies in the range between the version in spring-bo...

SpringBoot Make it easier to apply customisations to the SpringApplication created by @SpringBootTest

When creating a SpringApplication in their application's main method, users can apply customizations to meet their needs...

SpringBoot Introduce support for processing test contexts ahead-of-time

NBT allows to invoke an existing test suite in a native image. For that to work, we need to process each test context ah...

SpringBoot Introduce a nativeTest maven profile

Currently our native profile is triggering AOT test processing. We only need this if we're actually running tests so we ...

SpringBoot Update SpringBootContextLoader to support AOT

Framework changes to AbstractContextLoader mean we need to be able to return a non-refreshed context. We might need a ne...

SpringBoot Provide a public API for SpringApplication hooks

Issue #30538 introduced a package-private hook mechanism for SpringApplication. We now need to make a version of this AP...

SpringBoot Allow application listeners to register additional listeners in early events

Currently EventPublishingRunListener collects listeners attached to SpringApplication on construction and uses them for ...

SpringBoot Make EventPublishingRunListener package private

I think we can make EventPublishingRunListener package private in Spring Boot 3.0. There doesn't seem to be a good reaso...

SpringBoot Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ

If jOOQ is used to interact with a database during application context refresh, migrations performed by Flyway or Liquib...

SpringBoot perf:performance code

Comment From: philwebbThanks for the suggestion but I don't think the change will make any difference to performance.

SpringBoot Upgrade to postgresql 42.4.0

postgresql driver have some bug. Pls can you update 42.4.0-release version. Because of this bug "fix: use Locale. ROOT f...

SpringBoot ConnectionFactoryBuilder does not map minIdle

As part of #31702, we've upgraded to R2DBC 1.0 that has some new properties. The tests have been updated to to take the ...

SpringBoot Some Spring-Boot Actuator endpoints not working with native compiled image (Spring Native integration)

I found the following problem with Spring Native (GraalVM) and some Spring-Boot Actuator endpoints:At least the followin...

SpringBoot YAML timestamps not handled properly with SnakeYaml 1.31

Spring Boot 2.x is currently using SnakeYaml 1.29 and cannot be further upgraded because of our third party dependency u...

SpringBoot Spring Webflux has huge performance drop from webFilter to controller

https://stackoverflow.com/questions/73699567/spring-webflux-has-huge-performance-drop-from-webfilter-to-controllerCan yo...

SpringBoot Generated classes are not available in the compiler's classpath

If a class is generated as part of AOT processing (typically a cglib proxy), the generated code can't refer to it at the...

SpringBoot 401 and 403 HTTP statuses never return response body

(I found similar issues but in my case even adding authorize("/error", authentication) or even authorize("/error", permi...

SpringBoot Actuator Istio incorrect management port

Spring boot 2.3.7Spring Cloud Hoxton SR8Java 11We are trying out Istio service mesh but when we deploy the spring boot a...

SpringBoot Clarify documentation of config sub-directory from which external application properties are read

The current documentation relates to the subdirectory for external configurations as /config. Read as UNIX path, the lea...
上一页 下一页
.