SpringBoot Excluding ReactiveUserDetailsServiceAutoConfiguration can cause a WebFlux app to fail to start due to a null authentication manager

While looking at the reactive side of #35338 I have learned that an app that depends on spring-boot-starter-security and...

SpringBoot Maven uses 'start-class' when the parent POM is being used and ignores 'spring-boot.run.main-class'

I wrote a spring application with multiple main classes. When I try to run it as follows:mvn spring-boot:run \ -Dspring-...

SpringBoot Update ApplicationContextAssert to support AssertJ's soft assertions

ProblemI would like to be able to use AssertJ soft assertions on ApplicationContext, the same way as it works on regular...

SpringBoot Add property to ignore running Docker Compose services

To reduce startup/shutdown time for local development I'm currently using the start-only option for Docker Compose:sprin...

SpringBoot Support Brave's joint spans

Brave has a feature called joint spans that was enabled by default with Spring Cloud Sleuth (and Boot 2.x). This has cha...

SpringBoot Spring-boot 3.2.3 Not working as a windows wrapper service

I have upgraded my Springboot gradle application to 2.7.1 to 3.2.3. My all applications will run as Windows wrapper serv...

SpringBoot spring.datasource.dbcp2.username and spring.datasource.dbcp2.password are incorrectly marked as deprecated

We bind spring.datasource.dbcp2 to third-party code, namely org.apache.commons.dbcp2.BasicDataSource. getUsername and ge...

SpringBoot Spring hikari datasource metrics not visible on prometheus endpoint

Using spring boot 3.2.3Have initialised a JDBC Datatsource like datasource: url: jdbc:mysql://x.x.x.x:xxxx/xxx us...

SpringBoot Jetty support doesn't set virtual thread name

I am using Spring Boot 3.2.4 with Jetty (spring boot supplied version) in a 'standard' web mvc project.When activating t...

SpringBoot SpringBoot 3.2.4 + GraalVM 21 + observability => issue building NATIVE image => com.oracle.svm.core.util.VMError$HostedError class: io.opentelemetry.sdk.common.export.RetryPolicy

Hello Spring Team,I would like to reach out with a small issue, hope this is not a trouble.I am trying to build a basic ...

SpringBoot After upgrading Spring Boot from 3.1.5 to 3.2.0 properties from application.properties are missing

Please, refer to https://github.com/spring-cloud/spring-cloud-config/issues/2376Can you check the case:1) Take the demo ...

SpringBoot Apply instanceof pattern matching

This pull request applies the instanceof pattern matching across the codebase. This enhancement will improve code readab...

SpringBoot Clarify requirements for -parameters and constructor binding

This commit adapts an outdated note regarding -parameters and constructor binding. It is no longer specific to native im...

SpringBoot Ensure Reference Guides breadcrumb in page headers is hyperlinked

Fixed the hyperlink of Reference Guides breadcrumb in page headersThis is a fix for https://github.com/spring-projects/s...

SpringBoot Add builder docker host option for image building

Add support for configuring the address of the Docker daemon that processes running in the CNB builder container should ...

SpringBoot Reference Guides breadcrumb in page headers is not hyperlinked

In the Antora-based docs, each section of the navigation breadcrumbs at the top of a page should be a hyperlink. This is...

SpringBoot batch.adoc: broken API links

The Spring Boot 3.2.3 reference documentation's section 18.12.1 Specifying a Batch Data Source, which lives in howto/bat...

SpringBoot Actuator - support optional downstream services

I'm using the Actuator project to display health statuses for downstream services. My application is utilizing an option...

SpringBoot publish a gradle version catalog

https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog-declarationI'd love to have a version catal...

SpringBoot @Scheduled method not triggered on start of daylight savings time

I am in CEST timezone. The server was running fine for several days until on March 31st the two following scheduled meth...
上一页 下一页
.