SpringBoot Add SNI support to embedded web server SSL auto-configuration

It would be great and useful to have such functionality out-of-box. I'm not sure if all web-server implementations suppo...

SpringBoot Add more configuration options to @AutoConfigureObservability

Right now, the @AutoConfigureObservability annotation has two boolean fields, metrics and tracing. Besides that those bo...

SpringBoot Problem with prometheus metrics and mongodb

I noticed that common tags are not applied on service that uses MongoDB. In debugging I see that for some reason MongoMe...

SpringBoot Multiple spring boot applications lead to BeanDefinitionOverrideException

I have this spring-boot application using spring boot 3.2.1 and can start it. @SpringBootApplication@EnableJpaRepositori...

SpringBoot Getting 500 instead of 404 with integration tests when updating from Spring Boot 3.1.x to to 3.2.4

Hi,I have an integration test passing with Spring Boot (3.1.6) but when I use the latest version 3.2.4, it is failing wi...

SpringBoot Spring Config does not use environment conversion service on resolved properties

When ConfigurationPropertySourcesPropertyResolver resolves a property, it calls AbstractPropertyResolver.convertValueIfN...

SpringBoot Exclude infrastructure beans from lazy initialization when lazy-initialization=true

See #39416 for background.We think that we can have a general purpose solution where we exclude all beans with the infra...

SpringBoot Fix extension hint pattern regex

Hi 🙋🏻‍♀️I removed unnecessary escape characters from the regular expression.Comment From: mhalbritterThanks for letting ...

SpringBoot How can I get a WebClient without a required dependency to any web server?

This is a follow-up issue to (https://github.com/spring-projects/spring-boot/issues/9690)I want to use a Flux WebClient ...

SpringBoot Unable to use reactive WebClient without spring-boot-starter-reactor-netty

This is probably more of a documentation issue but when developing a reactive application on Tomcat (and probably others...

SpringBoot Bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2

Bumps gradle/wrapper-validation-action from 2.1.1 to 2.1.2.Release notesSourced from gradle/wrapper-validation-action's ...

SpringBoot Avoid use of bean overriding in tests

While working on https://github.com/spring-projects/spring-framework/issues/31288, I wanted to get a feeling of how disr...

SpringBoot Error in saving an entity that has a HashSet field when the @EnableReactiveMongoAuditing annotation is active.

I have defined a Kotlin class that contains a field such as Map<Enum, HashSet<Something>> and I can save it ...

SpringBoot Update Gradle bootRun to launch JVM with flags to enable development-time optimisations

Both IDEA and Spring Tools launch Boot apps during development with customised tiered compilation and the verifier disab...

SpringBoot Replace links to code with links to javadoc

Many of our existing code links could be links to the Javadoc API.Comment From: mhalbritterI've left the links to the *A...

SpringBoot Make spring-test available to compile classpath of consumers of spring-boot-test

/home/xeno/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-test-autoconfigure/3.2.3/ea2e1778142f...

SpringBoot Deprecate support for io.micrometer.prometheus.PrometheusMeterRegistry in favor of io.micrometer.prometheusmetrics.PrometheusMeterRegistry

As part of https://github.com/spring-projects/spring-boot/issues/39889, a number of deprecation warnings have been suppr...

SpringBoot Finish CDS work

Open points:- [x] Fix documentation (blocked until Phil is done with the doc work) - [x] layers.enabled and layers.incl...

SpringBoot Add configuration property to disable long timers in Micrometer Observations

Micrometer Tracing will get a feature to turn off the long task timers in observations. We should add a configuration pr...

SpringBoot Use xref for documentation links

https://github.com/spring-projects/spring-boot/issues/33206#issuecomment-1326103778Since <<...>> is deprecat...
上一页 下一页
.