SpringBoot Health probes response changes when additional-path specified

SpringBoot v3.3.3I added actuator and have the following configuration:management: endpoint: health: probes: ...

SpringBoot Returning additional DataBuffer in RestController corrupts following request for WebTestClient

Bug reportReturning more data (bytes) than provided with ContentLength header for HTTP GET causes that next request is c...

SpringBoot Allow properties to be configured using slice test annotations

adding ability to specify active profiles in @JdbcTest, @DataJpaTest and @RestClientTestthis enhancementComment From: wi...

SpringBoot 3.4.0-M3 hibernate log Database info output issue

Comment From: wilkinsonaI doubt that this is a Spring Boot problem and is more likely to have been caused by the upgrade...

SpringBoot Disable actuator http observations

See: https://github.com/spring-projects/spring-boot/issues/34801Comment From: mhalbritterI flagged this for team-meeting...

SpringBoot Short circuit @Value injection when using a source already covered by ConfigurationPropertySourcesPropertySource

Hi, I found that PropertySourcesPropertyResolver (a resolver that does not support short-circuiting) is used in these pl...

SpringBoot Add ability to match Endpoint requests by http method

WhatThis proposal adds the ability to match Actuator endpoint requests by http method. WhyThis provides a finer grained ...

SpringBoot Health indicators based on Service Level Objectives

This feature adds support for commonly requested functionality for an application to be able to aggregate some set of me...

SpringBoot Add reactive progressive rendering features to MustacheView

Based on a naming convention, Model attributes of reactive types can beprogressively rendered. If the media type is SSE ...

SpringBoot Add support for Log4j2's MultiFormatStringBuilderFormattable in structured logging

At the moment, this codeLOG4J.info(new MapMessage<>().with("foo", true).with("bar", 1.0));lead...

SpringBoot Liquibase doesn't work with tomcat-jdbc 10.1.28

After the update from Spring Boot 3.3.2 to 3.3.3, Liquibase (4.27.0) no longer creates the databasechangeloglock properl...

SpringBoot Document using the Shadow plugin as an alternative to Boot's fat jars when using Gradle

I found the following is required in Gradle to get a fat jar working when cannot use the spring-boot-gradle-plugin plugi...

SpringBoot Basic sb

package com.example.springboot; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.we...

SpringBoot Spring Boot Redis - always getting could not get resource from pool

Describe the bugThis is the bug I keep getting, when I load my Spring Application. I don't know why it is, but I've been...

SpringBoot Spring Boot Webflux: Redis clean up evicter function not working

Wasn't sure if this was a bug, or an issue my side, hence positing here:https://stackoverflow.com/questions/78894596/spr...

SpringBoot Spring Boot - Redis Sessions not being properly deleted

Hi, I have a Spring OAuth Client (BFF), between a Public Angular Client, and an Auth0 Authorization server. When I login...

SpringBoot Starter parent applies its configuration of the CycloneDX Maven plugin too broadly

Hello,I'm trying to generate an SBOM of a project using the CycloneDX Maven plugin. This project declares SpringBoot 3.3...

SpringBoot Use ArchiveOperations rather than Project's zipTree

Comment From: RamonJalesHello, I would like to contribute. Could you give me more details about what I should do? From w...

SpringBoot AssertionError with MockReset after upgrading from 3.3.2 to 3.3.3

After performing the minor upgrade from 3.3.2 to 3.3.3, our "SUBCLASS" mocks started to fail with no obvious reason:Work...

SpringBoot loaderImplementation=CLASSIC doesn't work with spring boot maven after spring boot 3.2.x

loaderImplementation=CLASSIC doesn't work with spring boot maven after spring boot 3.2.x, but Gradle plugin works.I want...
上一页 下一页
.