SpringBoot Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail to start due to a missing authentication manager

After migration to spring boot 3.2.1 (from 3.1.2) I'm facing the following issue: Caused by: org.springframework.bean...

SpringBoot Allow heap dump in native image with Spring Boot Actuator

Spring Boot Actuator is a tremendous help, especially when debugging prod issues.Especially heap dump and thread profili...

SpringBoot Upgrade Brave BOM to v6 & support Zipkin reporter v3

EnvironmentSpring Boot 3.2.1Java 21RequestThis is an enhancement request to allow Spring Boot to support brave-bom 6.x, ...

SpringBoot @ConfigurationPropertiesBinding converters that rely on initial CharSequence to String conversion no longer work

After upgrading to Spring Boot 3.2, our configtree property that uses a String->CustomType converter no longer works,...

SpringBoot springbootadmin-client, Start using external tomcat,Failed to register with the admin server

springbootadmin-client, Start using external tomcat,Failed to register with the admin serverComment From: bclozelI think...

SpringBoot Add bindings option for image building

Add support for binding host paths or volumes into the build container used to build images with the CNB buildpacks. In ...

SpringBoot Remove deprecated support for FailureAnalyzer setter injection

Remove deprecated support for FailureAnalyzer setter injection* Remove setter injection at FailureAnalyzers* Remove sett...

SpringBoot Add JMS durable subscription as auto-configuration

I often use durable subscriptions and have to configure it manually:@Beanpublic JmsListenerContainerFactory<?> art...

SpringBoot jdk.tracePinnedThreads make the springboot program start failed.

See the stackoverflow question:https://stackoverflow.com/questions/77779953/spring-boot-virtual-threads-djdk-tracepinned...

SpringBoot Jackson causing duplicate field serialization in Spring Boot application

Jackson causing duplicate field serialization in Spring Boot applicationDescription:I have encountered an issue while us...

SpringBoot Create ServidorWebApplication

Comment From: pivotal-cla@charlymozqueda Please sign the Contributor License Agreement!Click here to manually synchroniz...

SpringBoot Polish SpringApplication to avoid dead code after calls to handleRunFailure

As reported in #38951, there's some dead code after calls to handleRunFailure. We think it might be better to have handl...

SpringBoot Por que minha aplicação Docker volta erro de 'conexão reiniciada' no navegador?

Boa tarde a todos. Comecei recentemente a estudar docker e estou com o seguinte problema:A conexão foi reiniciada. A con...

SpringBoot devtools not reading spring-boot-devtools.properties

So, I suspect this is a feature request, sorry if it turns out to be a question but I don't see anything obvious in the ...

SpringBoot management.metrics.tags doesn't work in Spring Boot 3.2.1 version

Hello!Following this closed issue I would like to report the bug with the management.metrics.tags used together with obs...

SpringBoot spring.rabbitmq.listener.stream.auto-startup property has no effect

Move the property 'autoStartup' from BaseContainer to AmqpContainer. Fix #38749As described in the issue, this property ...

SpringBoot Add client-id and subscription-durable properties for JMS connections

This PR adds two new properties to the JmsProperties:* subscription-durable* client-idThis is an enhancement described i...

SpringBoot management.observations.http.server.requests.name no longer has any effect

When using spring-boot-starter-webflux with spring-boot-starter-parent=3.1.7, server/client metrics are properly aliased...

SpringBoot Improve log messages to use the singular or plural forms instead of "noun(s)"

This changes the log to use the singular form or the plural one based on the number of endpoints.Comment From: snicoll@a...

SpringBoot @Timed annotation breaks http server metrics with Jersey

MetricsAspectsAutoConfiguration introduced in Spring boot v3.2.0 breaks existing metrics configured by Spring.Micrometer...
上一页 下一页
.