SpringBoot Allow SpringApplication to create its application context without requiring reflection

I found I needed to access the applicationContextClass reflectively in order to reason about whether I needed to change ...

SpringBoot Switch to reflection-free configuration for infrastructure where bean definitions are created manually

There are quite a few "helper" beans, e.g. related to processing @ConfigurationProperties, and they all get manually reg...

SpringBoot Improve embedded Tomcat's Graal compatibility

Closes gh-18261Comment From: wilkinsonaThanks very much, @aclement. The proposed changes have been merged into master.

SpringBoot More defensive about logging system home

We can afford to catch Throwable here. It doesn't affect the flowand it makes it work with AOT.Comment From: snicollWhat...

SpringBoot Be more defensive about unchecked exceptions in ApplicationHome

ProtectionDomain in particular can throw a non-Exception. It'spretty safe to just catch Throwable here and it won't chan...

SpringBoot BackgroundPreinitializer doesn't work with AOT

The BackgroundPreinitializer is written in a style of try/catch/swallow to deal with classes that aren't available at ru...

SpringBoot Add additional guard for web application detection in AOT

This code in SpringApplication blows up at runtime in a native image when WebApplicationContext is not on the classpath:...

SpringBoot Split compound if statement in two so that Graal's native image builder is happy

Some static analysis tools will barf on BeanDefinitionLoader when Groovy is not on the classpath (e.g. Graal VM native i...

SpringBoot schema.sql fails in H2 database tests

The following test used to work in 2.6.x, but fails since 2.7.x. What's the problem here?Or is it a bug? @SpringBootTe...

SpringBoot Filenames too long on Windows

When checking out Spring Boot on a windows machine into a path that I don't think is too uncommonly deeply nested:lukas@...

SpringBoot Upgrade to Spring Data Kay SR6

Comment From: snicoll@Z-torres we don't use the tracker for questions, please join us on Gitter or ask your questions on...

SpringBoot Tomcat fails to start when PEM files are used and key-store-password is not specified

Spring Boot: 2.7.0Web Server fails to start when PEM files with not password-protected key are used and key-store-passwo...

SpringBoot Use switch expressions where appropriate

Hi,this PR fixes #28180 by applying switch expressions where appropriate (there are a couple of places where they didn't...

SpringBoot Use switch expressions where appropriate

I don't think we make much use of switch statements, but we should see if there are places where using switch expression...

SpringBoot kotlinx-coroutines-bom seems to break upgrade to Spring Boot 2.7.1

Hi there, I'm not sure if I should open the issue here too but I noticed that after trying to upgrade to Spring boot 2.7...

SpringBoot Update StartupInfoLogger.java

change access levelComment From: bclozelCould you explain why this change is needed? What is the use case behind this?We...

SpringBoot springboot 2.7.x

The demo differs only in the Springboot version, but the resulting output is different.Spring Boot 2.7.x has this errorC...

SpringBoot Upgrade to Jetty 9.4.48.v20220622

Supersedes #31489Comment From: joakimeBe aware of Community End of Life for Jetty 9.4.xhttps://github.com/eclipse/jetty....

SpringBoot WebMvcMetricsFilter stopped working since 2.7.0

Since Spring Boot 2.7.0 there is no WebMvcMetricsFilter in the context from WebMvcMetricsAutoConfiguration so we lost ti...

SpringBoot Upgrade to Jetty 9.4.48.v20220622

Supersedes #31487Comment From: joakimeBe aware of Community End of Life for Jetty 9.4.xhttps://github.com/eclipse/jetty....
上一页 下一页
.