SpringBoot @WebListener annotated classes are not automatically registered for reflection

@WebListener doesn't work out of the box in a native image.See this smoke test: https://github.com/spring-projects/sprin...

SpringBoot StackOverflow: Spring boot 2.7.10/Sleuth/Micrometer/Prometheus/Brave/Zipkin

Spring boot 2.7.10/Sleuth/Micrometer/Prometheus/Brave/ZipkinThis err is for incrementSpansDropped, but same is seen with...

SpringBoot Can the containerd for the document page be removed?

On larger screens, containerd causes significant wastage of space on both sides, and it seems that removing it also does...

SpringBoot Custom WebMvcConfiguration breaks Jackson formatting

I'm using Spring Boot 2.0.0.RELEASE.I have the following configuration to proxy some static content:@Configurationclass ...

SpringBoot Spring Boot 3 Controller Handling POST Requests with Trailing Slash Issue

I am facing an issue with my Spring Boot application where I have a single controller that handles POST requests only. I...

SpringBoot StatsdMeterRegistry created before MeterRegistryPostProcessor

Hey,We've encountered an issue, that started once upgrading to spring-boot 3.X.X, in which the statsdMeterRegistry is no...

SpringBoot Upgrade default CNB builders to Paketo Jammy

The default CNB builders used by the Maven and Gradle plugins should be upgraded from the Ubuntu 18.04 based paketobuild...

SpringBoot AbstractAotMojo should not add source or target if they are null

DescriptionAdded null checks for source and target versions when compiling source files.Issue Link: #36957: AbstractAot...

SpringBoot Exception message in ProcessTestAotMojo has a typo

Fix a typo mentioned in #36958Comment From: pivotal-cla@normandra Please sign the Contributor License Agreement!Click he...

SpringBoot AbstractAotMojo should not add source or target if they are null

Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...

SpringBoot Spring Boot 3 behaves differently JAR versus mvn spring-boot:run

Dear All,I don't know why but Spring Boot behaves differently when I package it into a JAR versus when I start it with m...

SpringBoot Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes

The Javadoc of AbstractFilterRegistrationBean#setDispatcherTypes mistakenly claims that the dispatcher types will be ded...

SpringBoot Flyway will not run with h2 if not on INFO logging

We're in the process of upgrading to spring boot 3.1 when we encountered an issue with the combination of Spring boot, F...

SpringBoot Append additional configuration for EmbeddedDatabaseConnection url with generateUniqueName=true

Currently, there is no way to add additional configuration to the URL when we want to use generateUniqueName=trueFor exa...

SpringBoot Add auto-configuration for JdbcClient

Spring Framework 6.1 introduces the new JdbcClient. We should add an auto-configuration for it.@jhoeller suggested somet...

SpringBoot Exception message in ProcessTestAotMojo has a typo

Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...

SpringBoot Improve documentation of spring.cache.type=none

SummaryThe doc can be interpreted such that spring.cache.type=none disables caching, when in fact it's not really what i...

SpringBoot Unable to build native image (with Java 20)

I'm trying to build a native image based on the documentation found on https://docs.spring.io/spring-boot/docs/current/r...

SpringBoot Review use of ArtifactRepository in ProcessTestAotMojo

ArtifactRepository has been deprecated in recent versions of Maven as part of MNG-7706. It's not immediately obvious to ...

SpringBoot Error code returned by controller is not preserved

Response status code is incorrect when using multiple SecurityFilterChain(s).It seems like the changes done in https://g...
上一页 下一页
.