SpringBoot Possible divide by zero bugs when using RandomValuePropertySource

In the class RandomValuePropertySource, we have the following code:private long getNextLongInRange(String range) { St...

SpringBoot JDBC can not use custom properties

the question is that , we implement a JDBC driver, and we want to use DataSourceProperties, however , there is no way t...

SpringBoot Gradle plugin does not provided public constant for the productionRuntimeClasspath configuration

When using the gradle plugin org.springframework.boot, it creates a configuration called developmentOnly and also change...

SpringBoot Configure more of Asciidoctor by convention

We repeat this a few times now:repositories { maven { url "https://repo.spring.io/release" ma...

SpringBoot Spring boot does not work with Tomcat 10

I had to change Tomcat version used with Spring boot from 9.0.36 to 10.0.0-M7. Spring boot found dependencies, I see the...

SpringBoot Gradle plugin ignores dependency constraints

dependency constraints is the preferred method to express constraints that should be applied to all dependencieshere is ...

SpringBoot LDAP health check does not use custom configuration

I am running a maven clean package:1) The development profile has LDAP health-check deactivated:Nevertheless I have the ...

SpringBoot Use stronger wordings for Spring Boot 2.3 Release Notes - Automatic creation of developmentOnly Gradle configuration

Suggestionhttps://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#automatic-creation-of-develo...

SpringBoot MetricsRestTemplateCustomizer and LocalHostUriTemplateHandler cannot be used together when building a RestTemplate with RestTemplateBuilder

The changes in #25744 break some usages of LocalHostUriTemplateHandler. The following code fails after updating from 2.4...

SpringBoot CompositeHealth.getDetails() does not serialize if MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS is disabled

The class CompositeHealth has a method getDetails() which currently has default (package-private) access. This causes a ...

SpringBoot Remove fallback for configuring BootRun's main class with Gradle 6.3 and earlier

The getMainClass() method was introduced in Gradle 6.4. As we now require Gradle 6.8, we no longer need the fallback for...

SpringBoot Custom username/password properties are not picked up by DataSourceInitializationConfiguration

The determineDataSource doesn't return the build result so the custom username/passwords are not applied. DataSourceInit...

SpringBoot Rework build-image-customization table in docs

The current docs look a bit cluttered. This might be due to the recent stylesheet change.https://docs.spring.io/spring-b...

SpringBoot Non-embedded databases have schema/data.sql scripts applied by default

In my project I have mariadb and h2 dependencies and data.sql/schema.sql.For development h2 is used, a 'dev' profile is ...

SpringBoot Add auto-configured HealthIndicator that consumes Spring actuator endpoints

We have a microservice architecture and one of our applications depends on services provided by several other applicatio...

SpringBoot parse http headers in case insensitive manner

HTTP headers are case insensitive by the spec. Particularly, we are trying to run spring-boot behind caddy (golang based...

SpringBoot Flaky SSL tests

Hi,I can't pinpoint since when this started, but SSL based tests are really flaky on my machine. Mostly when run in the ...

SpringBoot Sorting list of objects in spring Boot

Problem : Create a standalone jar executable which will print the list of candidates appearing for the interview sorted ...

SpringBoot Resource bundles defined in multiple modules are not merged

I found a problem loading the internationalized resource file. When I need to load international resource files in multi...

SpringBoot spring.aop.proxy-target-class=false Invalid configuration is still using CGlib

springboot 2.2.2 bean having interface implementapplication.yml configuration spring.aop.proxy-target-class=false Inval...
上一页 下一页
.