SpringBoot Spring Scheduler (Spring Boot) - Time never changes

When I run this, it does log out every 30 seconds, but the system time and time range never change...? Why is that? Do I...

SpringBoot how to use 'spring.datasource.hikari.jdbc-url' and 'spring.datasource.hikari.driver-class-name'?

I'm using Spring Boot 2.2.6.It works well with the follow config about hikari pooling datasource.spring.datasource.url=u...

SpringBoot spring.profiles.include overrides other profiles being activate

Hi.In my Spring Boot 2.4.3 application I've the following YAML configuration in the application.yml file:spring.profiles...

SpringBoot PropertiesMigrationListener wrongly reports property as deprecated when has group

From https://github.com/spring-projects/spring-boot/issues/35774#issuecomment-2322316896Hi. I am running Spring Boot 3.3...

SpringBoot Clarify purpose of Pulsar consumer subscription related properties

Some while ago I opened these two issues against the Spring Pulsar project:https://github.com/spring-projects/spring-pul...

SpringBoot When and where is the generic attribute in ResolvableType assigned?

When I debugged the spring source code, I discovered a strange problem: As shown in the figure, before the getInterfaces...

SpringBoot PropertiesMigrationListener wrongly reports property as deprecated

With the following configuration:spring: kafka: producer: client-id: some-id ssl: key-password: sec...

SpringBoot Missing callback-Method "onBind" in org.springframework.boot.context.properties.bind.BindHandler

Hello!There are several methods for influencing / processing PropertyBinding using org.springframework.boot.context.prop...

SpringBoot MockMvc tests that use contextPath fail with Thymeleaf 3.1

While preparing an application to use the upcoming Spring Boot v3 a lot of tests fail where MockMvc is used. The applica...

SpringBoot Missing @NestedConfigurationProperty in Saml2RelyingPartyProperties

Shouldn't these have the nested annotation on them?https://github.com/spring-projects/spring-boot/blob/fa686bb593f2a3b85...

SpringBoot Optional return type should be implicit between layers

Before reading, i don't know, for whatever reason the GIT editor removes the Angle brackets. it should be Optional of "E...

SpringBoot Spring Boot 3.4.0-M2 GraalVM with Flyway is failing with error at runtime

Creating a simple Spring Boot app with 3.4.0-M2 version using Flyway and GraalVM support.The native image build is succe...

SpringBoot Add support for redis-sentinel in spring.redis.url (Lettuce only)

Adds support for setting the following spring.redis.uri when Lettuce is used:redis-sentnelrediss-sentinelredis-socket⚠️ ...

SpringBoot Interface SslStoreProvider replacement in Spring boot 3.3.2

Hi there, Recently I started migrating our app from spring boot 2.x to spring boot 3.3.2 and found backward compatible i...

SpringBoot Improve Elasticsearch ServiceConnection

Currently, ElasticsearchContainerConnectionDetailsFactory only maps nodes and that works with Elasticsearch 7. However, ...

SpringBoot Generate org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports file automatically

Similar to #31228, the org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports file ca...

SpringBoot Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET

https://github.com/spring-projects/spring-boot/blob/5490e73922b37a7f0bdde43eb318cb1038b45d60/spring-boot-project/spring-...

SpringBoot Context not propagated in a reactive programming, OpenTelemetry context is not available

We are facing an issue with spring boot 3.3.1, TraceContext is not propagated while calling one microservice with anothe...

SpringBoot CacheErrorHandler doesn't work for Cacheable when sync=true for Redis

When using the @Cacheable annotation with sync=true parameter, the exceptions are thrown without calling the CacheErrorH...

SpringBoot EL-based validation message interpolation does not work when using MessageSource

Spring Boot: 3.3.2messages.properties:validation.password.length=Password must be at least {min} charactersbean validati...
上一页 下一页
.