SpringBoot Move away from spring.factories for auto-configuration imports

Using spring.factories to find auto-configuration classes is causing problems with our native work. We initially used it...

SpringBoot Use flyway-bom provided in 9.15.0

Flyway 9.15.0 introduces flyway-bom.See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572....

SpringBoot Annotate EndpointCloudFoundryExtension with @AliasFor

Got this warning in my log:o.s.c.annotation.AnnotationTypeMapping : Support for convention-based annotation attribute ...

SpringBoot Print JVM thread dumps when a PR build is cancelled

Some of our PR builds are running for 6 hours (the default GitHub action timeout). They seem to do nothing for 5+ hours ...

SpringBoot Metadata for spring.ssl properties are missing

The Javadoc said "This has no effect on collections and maps as these types are automatically identified."Comment From: ...

SpringBoot After upgrading from 2.7.11 to 3.0.7 system environment isn't applied to Property

After upgrading from 2.7.11 to 3.0.7 system environment isn't applied to PropertyI have a property 'home' in Globals cla...

SpringBoot Rename spring.task.execution.shutdown.await-termination to align with setWaitForTasksToCompleteOnShutdown

spring-boot-2.6.6I want my @Async tasks to delay a shutdown.application.properties:server.shutdown=gracefulserver.shutdo...

SpringBoot SpringApplication.from(...) is hard to use with Kotlin

Trying to add support to start.spring.io has shown just how awkward SpringApplication.from(...) is to use with Kotlin. F...

SpringBoot Spring Boot 3.1.0 incompatible with Flyway 9.0

I recently attempted to upgrade from Spring Boot 3.0.6 to 3.1.0, but encountered an incompatibility with FlyWay Enterpri...

SpringBoot Independent management max-in-memory-size property

EnhancementRelated: https://github.com/spring-projects/spring-boot/issues/9560Implemented out of Spring Boot: https://gi...

SpringBoot Not a managed type: class com.suba.entities.configuration.KidsPackage

Here I'm trying to connect multiple datasources to my application with two databases (play_activity_service and console_...

SpringBoot This error occurred when javamailsender. send

class com.sun.mail.handlers.text_html cannot be cast to class jakarta.activation.DataContentHandler. Please any help Com...

SpringBoot Upgrade to Testcontainers 1.18.3

Comment From: snicollThanks @eddumelendez but, as described in the PR template, we don't need PR for these. Our semi aut...

SpringBoot Validate DR-Tools Code Health Github Actions

Comment From: pivotal-cla@lucasheim Please sign the Contributor License Agreement!Click here to manually synchronize the...

SpringBoot The error message is unhelpful when spring.rabbitmq.host is configured with a comma-separated value

As discussed on issue #35628, at some point the host property accepted multiple comma-separated hosts. However, this was...

SpringBoot Spring Boot docker compose is not available in maven repository for Spring Boot 3.1

Hi I tried to use maven to reproduce docker compose support in Spring boot 3.1 however when I try to use the dependency ...

SpringBoot Test never stops on Java 19 with config that includes @EnableScheduling and implementing the SchedulingConfigurer interface

The testcases never stop when including config that enables scheduling via @EnableScheduling and config that implements ...

SpringBoot Use of @EntityScan causes AOT instance supplier code generation error

Hello!After updating to Spring boot 3.0.3, native images are showing up the following exception: . ____ _ ...

SpringBoot Extract Flyway properties mapping into separate public API class

See https://github.com/spring-projects/spring-boot/issues/32849Decide if we want to use the property mapping logic into ...

SpringBoot ClassNotFoundException :org.springframework.beans.factory.aot.BeanRegistrationExcludeFilter

As per the my project requirement , i am going to migration spring boot application from springboot 2.7.6 to 3.0.0 versi...
上一页 下一页
.