SpringBoot Native image does not start with Hibernate and Spring Boot 3.1.0

My application uses Spring Boot 3.1.0 and spring-data-jpa. When I build a native image using mvn -Pnative native:compile...

SpringBoot Prevent upgrade to Undertow 2.3.18.Final

This release has introduced changes that are breaking our integration see https://issues.redhat.com/browse/UNDERTOW-2512...

SpringBoot Using Environment post processor to remove spring.jpa.database-platform doesn't work the JPAproperties always have spring.jpa.database-platform pouplated

BUG : 3.1.3 version spring boot Using Environment post processor to remove spring.jpa.database-platform doesn't work the...

SpringBoot Spring boot autowire bean null issue

We are basically trying to acheive password change without restart of service as defined in https://blog.jdriven.com/202...

SpringBoot Replace TestObservationRegistryAssert.assertThat() with Assertions.assertThat()

This PR replaces TestObservationRegistryAssert.assertThat() with Assertions.assertThat().See https://github.com/micromet...

SpringBoot Migrate class references to full javadoc links

Forward port of #41614 to 3.4.xComment From: philwebbWe won't do this one as a merge commit since most of the process is...

SpringBoot Remove reference to deprecated FlywayCallback in documentation

The deprecated interface no longer exists so we can remove"Beans that implement the deprecated FlywayCallback interface ...

SpringBoot Add a property for configuring additional livereload paths

This PR enhances the functionality related to issue #40342 by introducing configurable additional paths for live reload....

SpringBoot Spring Boot 3.3.x dependencies do not converge for Micrometer Tracing and OpenTelemetry

Found that org.springframework.boot:spring-boot-dependencies:3.3.5 specifies opentelemetry-bom version 1.37.0 and microm...

SpringBoot Remove spring.session.store-type in favor of a defined order for which implementation will win when multiple are available

Looking at https://github.com/spring-projects/spring-boot/issues/27738 caused us to realize that the auto-configuration ...

SpringBoot Add the ability to trigger a Quartz job on-demand through an Actuator endpoint

Before this commit, triggering a Quartz job on demand was not possible. This commit introduces a new @WriteOperation end...

SpringBoot Deprecate @MockBean and @SpyBean

With https://github.com/spring-projects/spring-framework/issues/29917 fixed we should consider deprecating our versions....

SpringBoot Try-catch don't block Transaction Rollback: UnexpectedRollbackException in each case an exception is thrown and catch in a transaction

Bug with the transaction management in spring-data-jpa.I'm using spring-boot-starter-parent 3.3.5.The bug is: when an ex...

SpringBoot Simplify liquibase and java URL links

When https://github.com/spring-io/asciidoctor-extensions/pull/22 is merged and released we can simplify our package link...

SpringBoot Fix section about required setters for Collections in "Type-safe Configuration Properties"

Our documentations says here:Collections and arrays can be accessed either through an index (typically with YAML) or by ...

SpringBoot Update javadoc for RestTemplateBuilderConfigurer and RestClientBuilderConfigurer

We considered deprecating them because I'm was not sure they were really necessary anymore. But they are designed for us...

SpringBoot @ImportTestcontainers doesn't work with AOT

For each container field that's found, @ImportTestcontainers creates a TestcontainerFieldBeanDefinition. Such definition...

SpringBoot Using @ServiceConnection on a Container @Bean method does not work with AOT-processed tests

Spring Boot application fails to run the nativeTest task with Testcontainers.I generated a simple project using start.sp...

SpringBoot Verify that imported boms do not contain unwanted dependency management

spring-boot-dependencies currently contains some dependency management from an imported bom that, ideally, wouldn't be t...

SpringBoot DynamicPropertyRegistry Values Not Set After Dev Tools Reload for RestartScope Containers

When using a combination of @RestartScope Test Containers and the DynamicPropertyRegistry registry property values are n...
上一页 下一页
.