SpringBoot Add background preinitializers for Tomcat and JDK ZoneId

During some recent profiling I found that there are a few additional background preinitializations we can do for Tomcat ...

SpringBoot Develop a more efficient WebResourceSet implementation for nested jars

Currently TomcatServletWebServerFactory.StaticResourceConfigurer changes nested jar URLs so that Tomcat can use them.Alt...

SpringBoot Rework ErrorController now that getErrorPath() is unused and server.error.path must be used to configure the error path

Spring boot: 2.2.2 IDE: Spring Tool SuiteOne of the ways to create a custom error page is to create a controller class t...

SpringBoot NPE from Jetty's WebSocketUpgradeFilter when testing with @SpringBootTest, @AutoConfigureMockMvc, and MockMvc

I have created a sample repo, with a project that is simply a demo created with spring initializrhttps://github.com/frip...

SpringBoot Use AssertJ's fail, not JUnit's

This PR changes to use AssertJ assertions consistently.This PR also updates Checkstyle rule for it.Comment From: wilkins...

SpringBoot Add auto-configuration for CountedAspect and TimedAspect

Similarly to https://github.com/spring-projects/spring-boot/pull/35191, this PR adds support for auto-configuring Counte...

SpringBoot When using Jetty, filters, listeners, and servlets are not initialized with the same thread context classloader

Web applications currently see different context classloaders depending on the lifecycle.Most of the time the Thread.cur...

SpringBoot Profiles set with @ActiveProfiles are not visible to EnvironmentPostProcessor since 2.5.7

After upgrading 2.5.6 to 2.5.7 profiles set with @ActiveProfiles annotation on the test class are not visible to Environ...

SpringBoot boot 3, /swagger-ui/index.html got 404, v3/api-docs working

Comment From: chengtangzheng2021one of our spring boot app with boot 3.1.3, java17with springdoc-openapi-starter-webmvc-...

SpringBoot Code generation is not supported for bean definitions declaring an instance supplier callback : Root bean: class [org.springframework.cloud.function.context.FunctionRegistration]

Exception in thread "main" java.lang.IllegalArgumentException: Code generation is not supported for bean defin...

SpringBoot Spring Boot: @TestConfiguration Not Overriding Bean During Integration Test

Hello! I am really sorry for that repeated post and I don't want to spam but I feel that we have misunderstanding. And i...

SpringBoot Spring Boot: @TestConfiguration Does Not Override Bean During Integration Test

Although my previous issue was closed I still insist it is an issue. Maybe my post was not clear or @wilkinsona haven't ...

SpringBoot Spring Initializr Suggestions

hii have suggestions for spring initializer :kotlin as default languagekotlin gradle as default project buildgenerate ap...

SpringBoot Spring Boot: @TestConfiguration Not Overriding Bean During Integration Test

Based on https://sylhare.github.io/2020/07/17/Testing-with-spring-boot.htmlhttps://www.baeldung.com/spring-boot-testing#...

SpringBoot Support RestClient.Builder with @RestClientTest

It is convenient that Spring Boot autoconfiguration supports creating a RestClient.Builder. However, it is not clear how...

SpringBoot @WebListener does not work in a native image without additional reflection hints

Reproducible with Spring Boot 3.1.0.Define a minimal servlet listener:@WebListenerpublic class MyServletContextListener ...

SpringBoot AspectJ transaction management with compile-time weaving does not work with spring.main.lazy-initialization=true

Spring 5.3.3 Spring Boot 2.4.2AspectJ 1.9.6We use AspectJ compile Time Weaving to manage @Transactional annotations. Eve...

SpringBoot Add Awaitility to spring-boot-starter-test

Awaitility is generally useful for testing so we should consider adding it as a spring-boot-test dependency.Comment From...

SpringBoot Add any TransactionExecutionListener beans to the auto-configured transaction manager

Suggestion from Juergen:Boot could automatically inject any TransactionExecutionListener beans in the context into a Pla...

SpringBoot Expand transaction manager customization to support any type of TransactionManager

PlatformTransactionManagerCustomizer was introduced in 1.5 before Framework introduced its TransactionManager and Reacti...
上一页 下一页
.