SpringBoot @ConstructorBinding behavior by default for @ConfigurationProperties annotated records

From ConfigurationProperties javadoc:Binding is either performed by calling setters on the annotated class or, if@Constr...

SpringBoot spring boot 2.5.3 breaking AOT. NoSuchMethodError : MergedAnnotationReadingVisitor

Repo: github.com:xmlking/micro-appsgradle :apps:entity-service:bootRun was woring fine with spring boot plugin 2.5.2 but...

SpringBoot Let springboot support plug-in development and dynamically expand application capabilities

I want an extended function, like pf4j. I want it to help me read a jar from the disk and dynamically load it into the c...

SpringBoot Rework spring-boot-server-tests to avoid using Maven

spring-boot-server-tests currently uses Maven to build the test jar and war files as part of the tests. This adds quite ...

SpringBoot Various tests that use WebTestClient are flaky, particularly on Windows CI

The default response timeout of 5 seconds appears to be too short from time to time. It's most noticeable on the Windows...

SpringBoot JettyServletWebServerFactoryTests whenARequestIsActiveAfterGracefulShutdownEndsThenStopWillComplete is flaky on CI

It's flaky in 2.4.x, 2.5.x, and main on Windows and Linux and on a variety of different JDKs. I suspect that it may be a...

SpringBoot Upgrade to Artifactory Resource 0.0.17

Comment From: philwebbWe'll try main first then backport after the release

SpringBoot integrationConversionService: defined in null when combining with org.springframework.boot:spring-boot-starter-web

I have set up empty project with application class only (I'm using Kotlin, but i'm sure that's not a root cause)I have f...

SpringBoot Add support for publishing docker images to a registry

Currently we don't have the option to publish a locally built docker image to a remote repository. You can do it using t...

SpringBoot Add class / package exclusions to @SpringBootTest annotation

For integration tests, it would be helpful to exclude certain classes or packages from being loaded into the application...

SpringBoot Getting span object null when passing RequestEntity<String> as request parameter

I am using Webflux and Netty in my spring boot app. RequestEntity is the request parameter in my controller class. I am ...

SpringBoot DatabaseInitializerDetector and DependsOnDatabaseInitializationDetector implementations may be instantiated with the wrong ClassLoader

I'm sorry this is becoming a game of whack-a-mole but I have found another instance of an alternate classloader not bein...

SpringBoot DataSourceBuilder throws an UnsupportedDataSourcePropertyException when trying to derive a DataSource from an unknown DataSource type

This fix eliminates the unsupported datasource property exception thrown when trying to derive a datasource from an unkn...

SpringBoot DataSourceBuilder throws an UnsupportedDataSourcePropertyException when trying to derive a DataSource from an unknown DataSource type

In our application (Spring Boot 2.5.2) we are trying to use com.amazonaws.xray.sql.TracingDataSource as the primary Data...

SpringBoot DurationStyle.SIMPLE.print does not work correctly with ChronoUnit.MICROS

Fix for the wrong duration to microseconds convertion in DurationStyle.See gh-27148Comment From: pivotal-cla@marckchr Pl...

SpringBoot Redis health indicators report that Redis is up when the cluster's state is fail

Givena Redis cluster with 3 shards + 3 replicas as: - :7001 (master) ~&gt; :7004 (slave) - :7002 (master) ~&gt; :7005 (s...

SpringBoot Is @ConditionalOnBean affected by the Bean load order, rather than affecting the Bean load order, is it reasonable?

@Bean @ConditionalOnBean(B.class) public A a() { return new A(); } @Bean //@ConditionalOnBea...

SpringBoot https://repo.spring.io is down and returns 404 errors.

https://repo.spring.io/snapshot and https://repo.spring.io/milestone both are giving 404 Comment From: scottfrederickTh...

SpringBoot Enable reproducibleFileOrder by default on bootJar and bootWar tasks

SystemOS: macOS 11.4JDK: AdoptOpenJDK-16.0.1+9Gradle: 7.1.1Spring Boot: 2.5.2Demodemo(GitHub)Rungradle bootJarjava -jar ...

SpringBoot Datasource connection pool recovery not working with multiple datasources

Comment From: tanerilyazovWhen using multiple datasources based on the guidelines in https://docs.spring.io/spring-boot/...
上一页 下一页
.