SpringBoot After upgrading Spring Boot from 3.1.5 to 3.2.0 properties from application.yml are not read

Please, refer to https://github.com/spring-cloud/spring-cloud-config/issues/2376 and https://github.com/spring-projects/...

SpringBoot DefaultJerseyTagsProvider clashes with WebMvcObservationAutoConfiguration

When using Jersey (not Spring) annotated endpoints and also using Micrometer Prometheus integration, the "prometheus" a...

SpringBoot R2dbcAutoConfiguration does not seem to allow setting metricsRecorder on ConnectionPool and/or ConnectionPoolConfiguration#customizer

I want to enable metrics collection for R2dbc ConnectionPool, have checked the code of org.springframework.boot.autoconf...

SpringBoot Ability to bind property as prefix to Java class with @ConfigurationProperties and as value to property

Spring-boot has a very powerful and flexible mechanism to bind configuration properties to Java beans using @Configurati...

SpringBoot Correct document about spring.jpa.generate-ddl and add tests

Closes GH-40177Comment From: scottfrederickSuperseded by #40503. Thanks for helping to clarify this issue @quaff!

SpringBoot members of Interface TypeInformation are null when AOP and Data Rest are enabled and a bean is marked @Lazy

I have encountered a very strange issue and I'm not sure what to make of it.It seems that: if AOP is enabled, Spring Dat...

SpringBoot SpringBootMockMvcBuilderCustomizer can crash cryptically while collecting data that it would have discarded anyway

If your @Controller method puts something in the ModelAndView map that throws an exception from its toString() (e.g. eas...

SpringBoot Clarify the directory that's used by default to find Docker Compose compose.yaml

I have a repository which contains multiple Spring Boot applications and I would like to use compose.yml files for local...

SpringBoot AnsiOutput.detectIfAnsiCapable broken on JDK22

The detectIfAnsiCapable method in AnsiOutput does not work correctly on JDK22. It checks if System.console() returns nul...

SpringBoot Native image build fails with Maven and Java 21

Running mvn -P native spring-boot:build-image fails with Paketo Buildpack for BellSoft Liberica 10.2.6[INFO] [creato...

SpringBoot Virtual Threads

How do I know if my application is working on virtual threads?I want to check if my application is using virtual threads...

SpringBoot Java 11 and ForkJoinPool.commonPool() class loading issue

I'm trying to migrate an application from Java 8 to java 11 and have found a problem withServiceLoader.load() that are b...

SpringBoot Containers not shut down between tests when using .withReuse(true) but env. does not support reuse (e.g. CI builds)

Hi!When an environment does NOT support container reuse (i.e. .testcontainers.properties does not have testcontainers.re...

SpringBoot Upgrade to Commons Compress 1.25.0

Comment From: wilkinsonaWhat are you looking for here? Spring Boot doesn't manage the version of Commons Compress used b...

SpringBoot FileSystemProviders from jar-files are not found when running as executable jar generated via spring-boot-maven-plugin

In a project which uses com.github.robtimus:ftp-fs I found that the FileSystemProvider for ftp (and ftps) is not registe...

SpringBoot CookieSameSiteSupplier influences session cookie

When upgrading an application from Spring Boot 2.7 to 3.2, we noticed a change in behavior for the session cookie. In 3....

SpringBoot Use SpringBootPlugin constants for task name

Update task names to use constants from SpringBootPlugin.Comment From: pivotal-cla@chaewss Please sign the Contributor L...

SpringBoot Remove unnecessary nesting of calls to String.format

Remove unnecessary method duplication.Comment From: mhalbritterThank you very much and congratulations on your first con...

SpringBoot Spring-Boot 3.2 introduces permission issues in container images

Creating a container image using maven plugin:mvn spring-boot:build-imageWhen running the image:On Spring-Boot versions ...

SpringBoot Using WebSecurity.ignoring results in 401 status code when rendering error page

Spring Boot Version: 2.7.5Dependencies: spring-boot-starter-web, spring-boot-starter-securityIf an error is thrown when ...
上一页 下一页
.