SpringBoot PropertiesLdapConnectionDetails should not be public

This PR changes to make the PropertiesLdapConnectionDetails package-private as given that the other Properties...Connect...

SpringBoot memory overflow in org.springframework.boot.loader.LaunchedURLClassLoader

spring boot version: 2.3.6.RELEASEThe application's memory footprint was always high, so I downloaded the memory dump fi...

SpringBoot Upgrade Cassandra driver to 4.18.0 and change coordinates from com.datastax.oss to org.apache.cassandra

As per https://github.com/spring-projects/spring-data-cassandra/issues/1467 and https://lists.apache.org/thread/mnvf77vs...

SpringBoot Add more gap between the orders of CloudFoundryVcapEnvironmentPostProcessor and ConfigDataEnvironmentPostProcessor

CloudFoundryVcapEnvironmentPostProcessor's order is set to ConfigDataEnvironmentPostProcessor.ORDER - 1 to give it high...

SpringBoot JDK22 and GraalVM spring-boot:3.2.4:build-image failed: Builder lifecycle 'creator' failed with status code 51

Hello team,I would like to reach out to report a possible issue with spring boot 3.2.4, building native image with graal...

SpringBoot Shorten fragment links

Our existing fragment links are too long and can be shortened now that we no longer publish a single page HTML document....

SpringBoot Replacement for 'fork' on spring-boot-maven-plugin

The problem is that we need to run the e2e tests (Cucumber) with some stubs and the Spring config server.Stubs and confi...

SpringBoot x-www-form-urlencoded escaping leads to truncated request

In Spring Boot Web, starting from version 3.2.0, there is an issue where the request body is truncated if it contains ch...

SpringBoot Add new ConditionalOnAnnotation for conditional bean loading

This commit introduces the ConditionalOnAnnotation, a custom conditional annotation that enables bean registration based...

SpringBoot Error to generate a container image using BuildPack, java 22 and SpringBoot 3.2.4

Spring Boot 3.2.4Java version 22Build container image using BuildPackHow to reproduce: Download the code from Spring Ini...

SpringBoot spring boot 3.2.4 version use pulsar 3.1.3 version , but i not want use 3.1.3 version , i want use pulsar 3.2.1 version , how do ?

in my idea parent module use bottom config:<parent> <!-- 从SpringBoot继承默认的配置 --> <groupId>org.spr...

SpringBoot Actuator configuration for endpoint exposure is overly complicated

Hello 👋 At the risk of sounding a bit slow, I'd like to raise awareness of something that's bothering me a little: The s...

SpringBoot 3.0 migration guide does not link to Spring Data

When upgrading an application that uses Spring Data to 3.0, one recurrent problem is repository methods disappearing as ...

SpringBoot Unsupported Media Type (415) in POST request after upgrading to 3.2.3

Currently, I have a REST service (user-service) running with:Java 17Spring Boot: 3.1.4 -> Jackson library: 2.15.2 -&g...

SpringBoot Do not use okhttp client

In my project, Okhttp exists in the classpath. Therefore, when initializing RestTemplate, OkHttp is selected from Client...

SpringBoot MethodArgumentNotValidException not raised anymore for jakarta validation

In the version of Springboot 3.2.1, following worked:class with jakarta.validation.constraints.Size annotation on a fiel...

SpringBoot CassandraDataAutoConfiguration's constructor should not require a CqlSession connection

The constructor for CassandraDataAutoConfiguration requires a CqlSession connection (provided in CassandraAutoConfigurat...

SpringBoot Failed to parse docker JSON

Getting com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'name': was expecting (JSON String, Number, Ar...

SpringBoot Add Javadoc since to WebEndpointTest.Infrastructure

This PR adds a Javadoc @since to the WebEndpointTest.Infrastructure.See gh-32054Comment From: wilkinsonaThanks, @izeye, ...

SpringBoot Upgrade gradle from 7.6.4 to 8.7

Upgrade gradle from 7.6.4 to the latest new major version - 8.7Comment From: wilkinsonaThanks, but there's quite a bit m...
上一页 下一页
.