SpringBoot Upgrade to Jackson 2.9.0.pr1

Spring Framework 5 now builds against it so we should tooComment From: wilkinsonaI've hit a stumbling block while trying...

SpringBoot Update @RestClientTest to work with WebClient

If WebFlux is on the classpath it would be cool if MockRestServiceServer could be configured with a WebClientinstred of ...

SpringBoot Error after upgrade to SB 1.4.2 - java.io.FileNotFoundException: JAR entry !/META-INF/services/javax.validation.spi.ValidationProvider

Hi,After upgrading from Spring Boot 1.4.1 to 1.4.2 i get an error which seems to be a strange combination of injecting a...

SpringBoot @Column with name attribute not working property on entities

Hi,I'm using spring-boot-starter-parent and spring-boot-starter-data-jpa (version 1.1.9). I found some strange behaviour...

SpringBoot @Converter(autoApply = true) causes integrations tests to fail on context refreash

I have a JPA AttributeConverter@Converter(autoApply = true)public class LocaleConverter implements AttributeConverter&lt...

SpringBoot Add CI for Java 23

With Java 23 in its RC phase this week and GA in September, we should add CI for it. Framework supports Java 23 in 6.1+,...

SpringBoot Inconsistent binding from environment varaibles to maps

I've noticed an inconsistency in properties binding from an ENV variable and property defined in application.propertiesC...

SpringBoot Error : Name for argument of type [java.util.Optional] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag.

I am using Spring-boot 3.2.1 and getting the above error message which started coming after the upgrade.I have the below...

SpringBoot Harmonize use of StructuredLogEncoder (formerly StructuredLoggingEncoder)

Fix Typo in Spring Boot structured logging, console + fileComment From: snicollGood catch @nkolosnjaji - I've found a fe...

SpringBoot No metadata is generated with meta-annotated @ConfigurationProperties

In my project I have the following setup:build.gradle.kts:plugins { val springBootVersion = "2.2.0.M6" v...

SpringBoot Consider adding a switch to disable JMX completely

Right now, spring.jmx.enabled is about our own support, i.e. detecting a custom MBeanServer and exposing relevant beans ...

SpringBoot Property files are listed two times when calling */actuator/env

Hello everyone,I´am using spring boot 3.2.3 and I have a problem when using the spring actuator. When I call the endpoin...

SpringBoot When virtual threads are enabled, configure Spring Integration's task scheduler to use them

MotivationFormer IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration was not aware of virtual threads. It...

SpringBoot When virtual threads are enabled, configure Spring Integration's task scheduler to use them

In the PR below, WebSocketMessagingAutoConfiguration has been modified to use a virtual thread executorhttps://github.co...

SpringBoot Bump jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1

Bumps jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1.Release notesSourced from jfrog/setup-jfrog-cli's releases.v4.2.1What's ...

SpringBoot Bump gradle/actions from 3.5.0 to 4

Bumps gradle/actions from 3.5.0 to 4.Release notesSourced from gradle/actions's releases.v4.0.0-rc.1First release candid...

SpringBoot Add support for DevContainers

I am using DevContainers in my development setup with Docker Compose, but I am encountering difficulties in integrating ...

SpringBoot Meter created by @Timed does not appear in /actuator/prometheus

I am annotating a public method (non-controller) with @Timed and I can see that it is created in PrometheusMeterRegistry...

SpringBoot Consider adding "since" attribute on DeprecatedConfigurationProperty

When deprecating a configuration property, it is not always obvious when we did that. We could mention that in the Javad...

SpringBoot Use Kotlin metadata to retrieve parameter names of Endpoints

Thanks to @sdeleuze I was able to improve the logic to extract parameters name of @ConfigurationProperties constructors ...
上一页 下一页
.