SpringBoot Add property to configure base time unit for Micrometer OTLP registry

Micrometer added a new property to its OTLP registry to enable configuring the base time unit, see: https://github.com/m...

SpringBoot Fix typos

Hi,this PR fixes a couple of typos.Cheers,ChristophComment From: dreis2211Thanks for updating the copyrights, @snicoll ....

SpringBoot Application fails to start when @Import a @ConfigurationProperties class that is eligible for constructor binding

I am updating our Spring Boot application from 3.1.0 to 3.1.1, and I found what looks to be a bug: Using @ConfigurationP...

SpringBoot calling the postgres stored procedure using JDBCTemplate

When calling the stored procedure in postgres DB using CallableStatement Connection connection = jdbcTemplate.getDataSou...

SpringBoot Failed to determine a suitable driver straight out of spring initializr with testcontainers

Using spring initializr with following configurationhttps://start.spring.io/#!type=maven-project&language=java&p...

SpringBoot spring.threads.virtual.enabled - Configure Virtual Thread based AsyncTaskExecutor

Is there any reason why spring.threads.virtual.enabled doesn't setup a virtual thread based AsyncTaskExecutor, as sugges...

SpringBoot Upgrade to Spring Data Bom 2023.1.0-M1

Comment From: mp911deProject Dependencies Spring Data 2023.1.0-M1Cassandra Driver (com.datastax.oss:java-driver-bom): 4....

SpringBoot Upgrade to Spring Data Bom 2023.0.2

Comment From: mp911deProject Dependencies Spring Data 2023.0.2Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....

SpringBoot Upgrade to Spring Data Bom 2022.0.8

Comment From: mp911deProject Dependencies Spring Data 2022.0.8Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....

SpringBoot Upgrade to Spring Data Bom 2021.2.14

Comment From: mp911deProject Dependencies Spring Data 2021.2.14Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14...

SpringBoot Regression of erroneous implicit constructor binding for @ConfigurationProperties between 3.0.5 and 3.1.1

There were issues previously where spring would attempt constructor binding of @ConfigurationProperties under some circu...

SpringBoot Springboot 3 upgrade - Application stops immediately after startup

Upgraded my springboot REST based application from 2.7.2 to 3.0.7 version. Application is stopping immediately after sta...

SpringBoot Auto-configured JacksonJsonpMapper is conditional on an ObjectMapper bean but does not use such a bean

Spring Boot version3.1.1Bug descriptionThe autoconfigured JacksonJsonpMapper bean used to depend on a global ObjectMappe...

SpringBoot Spring is overriding my programmatic logback configuration.

How can I prevent Spring from configuring my manual programmatic logback configuration?I have configured logback by crea...

SpringBoot use import map when js asset are delt with spring.web.resources.chain.strategy.content.enabled=true

Given a spring boot /spring web app which contains some js and css assets.When importing css files, spring boot does the...

SpringBoot Issues in Spring Boot with Hibernate using H2 for testing query in mode PostgreSQL

Can you help in this issue, https://stackoverflow.com/questions/74957058/issues-in-spring-boot-with-hibernate-using-h2-f...

SpringBoot Gradle nativeCompile fails with Main entry point class 'org.gotson.komga.ApplicationKt' neither found on the classpath nor on the modulepath

Hi,i am trying to use the nativeCompile, following the guide, but i have an error which i can't really understand.My pro...

SpringBoot Unable to externalize application.properties file in springboot 2.5.4 standalone application

i am trying to externalize the application.properties (out of the jar file) In springboot 2.5.4 standalone application ...

SpringBoot All providers must be registered and verified in the Native Image builder?

I use bouncycastle1.69,it can run in jar,but run error in native image.I have regist hints.the demo is in https://github...

SpringBoot PlatformTransactionManager is not auto-configured when mixing JDBC and R2DBC

I'm having a reactive Spring Boot 2.7.4 app using jOOQ + R2DBC, but also Flowable (which only works with JDBC).Since a D...
上一页 下一页
.