SpringBoot Unlike other SQL-related sliced test annotations, @JooqTest does not auto-configure a test database

See https://github.com/spring-projects/spring-boot/issues/42360 for background.While I consider this to be a bug, fixing...

SpringBoot Upgrade to Hibernate 6.6.0.Final

Comment From: snicollUnfortunately the upgrade breaks on native:Application run failedorg.springframework.beans.factory....

SpringBoot reference documentation as single page

it used to be (since forever ago) that there was a single page to get access to the spring boot documentationhttps://doc...

SpringBoot Health endpoint additional paths are not available by default when Spring Security is used

The /actuator/health/{liveness,readiness} endpoints and /actuator/health are open.I think /livez and /readyz stay locked...

SpringBoot Investigate why the Native Build Tools plugin isn't applied in PaketoBuilderTests.nativeApp

spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBu...

SpringBoot logging.threshold.file and .console do not work with level debug

I've tested this with a fresh Spring Boot 3.3.3 application from https://start.spring.io/ (Java 17, Maven, no dependenci...

SpringBoot Stabilize ScheduledTasksEndpointDocumentationTests.scheduledTasks

It's quite flaky at the moment. When it fails, the error is:org.springframework.restdocs.snippet.SnippetException: Field...

SpringBoot Provide a configuration property for JMS listener container's max messages per task

Spring Boot 2.7.18Default DMLC JMS Listener Configthe active listener threads do not automatically scale down (using def...

SpringBoot Add statsd graceful shutdown support

I have encountered an issue in my Spring Batch job where, intermittently, the error "Singleton bean creation not allowed...

SpringBoot Upgrade to Hibernate 6.6.1.Final

Comment From: bclozelThere is no need to ask for a dependency upgrade.As mentioned in our issue template:You DO NOT need...

SpringBoot Remove setting BP_NATIVE_IMAGE environment variable when building images

When https://github.com/paketo-buildpacks/spring-boot/issues/273 is implemented, Paketo buildpacks will build an image c...

SpringBoot Log4j2 SpringEnvironmentLookup throws unnecessary Exception

IssueWhen using Spring Boot Lookup for Log4j2, java.lang.IllegalStateException: Unable to obtain Spring Environment from...

SpringBoot Spring boot : application name / version not shown at log startup.

While the documentation give the way to create a file properties with all informations (build.info).https://docs.spring....

SpringBoot Allow PropertiesLauncher's loader.path to refer to nested jars

Changes required for #8334 extracted from PR #8346.Comment From: malcolmp6I am still not able to launch my spring boot a...

SpringBoot Bump gradle/actions from 4.0.1 to 4.1.0

Bumps gradle/actions from 4.0.1 to 4.1.0.Release notesSourced from gradle/actions's releases.v4.1.0This release brings s...

SpringBoot Spring Boot (Webflux) - Swagger UI - redirect URI does not include Gateway Prefix

This was closed, but I really do think this is a Spring Boot issue, rather than external library issue.Re-opening for fu...

SpringBoot Allow to enable the native profile via Maven property

In some cases it could be desired to enable the native profile directly from Maven, so that the caller of Maven does not...

SpringBoot Spring Boot (Webflux) - Swagger UI - redirect URI does not include Gateway Prefix

My settings:# spring doc settingsspringdoc: api-docs: enabled: true version: openapi_3_1 path: /v3/api-docs s...

SpringBoot Auto-configure jOOQ with R2DBC

Jooq added official R2dbc support since 3.15 , see: https://blog.jooq.org/reactive-sql-with-jooq-3-15-and-r2dbc/Add Jooq...

SpringBoot management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped

Currently, the logic inside DataSourceHealthContributorAutoConfiguration auto-configuration is based solely on instance...
上一页 下一页
.