SpringBoot Spring-boot 3 email issue.

Hi SpringBoot mail, I have a Spring application that sends an email. With SpringBoot 2.7.14 it works fine. When I change...

SpringBoot Validation not working when nested records are used for configuration properties

I tried both ways how to use nested records as configuration properties. In non of them validation works. I have in the ...

SpringBoot Upgrade Java 17 version in CI image and .sdkmanrc

Fixes issues https://github.com/spring-projects/spring-boot/issues/39221, https://github.com/spring-projects/spring-boot...

SpringBoot Improve "Sanitize Sensitive Values" section in reference documentation

In Spring Boot 3, the Actuator security settings have changed somewhat, specifically with regard to the sanitization of ...

SpringBoot MockRestServiceServerAutoConfiguration with RestTemplate and RestClient together throws incorrect exception

It should be possible to have together RestTemplate and RestClient in application and test them independently.Unfortunat...

SpringBoot Add DynamicPropertyContributor

Currently DynamicPropertyRegistry can be used as a parameter on @Bean methods or test methods annotated with @DynamicPro...

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

We upgraded our spring-boot-starter-web library from 3.5.1 to 3.2.0 version , Spring cloud from 4.0.2 to 4.1.0 and some ...

SpringBoot Build failing on 3.2.1, possible discrepancy with micrometer

Whilst updating springframework.boot to 3.2.1, I have come across this same issue each time with building the project's ...

SpringBoot FilterRegistrationBean should register multiple filter with the same attributes

I have several filters with the same attributes, for example the same request matching pattern. For each filter I have t...

SpringBoot springboot http handler was hang in debug-virtualthread mode

problemThe springboot program was hang in virtual and debug modeBut it was right in run mode.I think this is a bug and n...

SpringBoot Upgrade Prometheus' simpleclient 0.16.0 to prometheus-metrics-core 1.0.0+

The Prometheus java library has released version 1.x. In this release they changed Maven artifactnames from simpleclient...

SpringBoot java.lang.NoClassDefFoundError: org/LatencyUtils/IntervalEstimator in Springboot 2.3.0

Springboot 2.3.0 application start failed when enabling actuator by add dependency of spring-boot-starter-actuator. org....

SpringBoot Validation failed for query for method public abstract org.springframework.data.domain.Page

Hi , After migrating spring boot from 2.7.8 to 3.1.0 version, I'm getting an error related to JPA.Validation failed for ...

SpringBoot Refactor PemPrivateKeyParser to use DerElement

If oid resolution algorithms failed, back to brute force.Closes https://github.com/spring-projects/spring-boot/issues/37...

SpringBoot Refactor PemPrivateKeyParser to use DerElement

The PemPrivateKeyParser uses a brute-force approach to find a suitable algorithm to parse a PEM-encoded key. This could ...

SpringBoot Add ProcessInfoContributor

This InfoContributor exposes information about the process of the application through actuator's info endpoint as part o...

SpringBoot JarEntry.getComment() returns incorrect result from NestedJarFile instances

spring-boot-loader 3.2.0test code:public class NestedJarFileTests { public static void main(String[] args) throws IOE...

SpringBoot Oracle OJDBC BOM version is flagged not for production use

Latest Spring Boot 3.2.1 declares a managed dependency of Oracle OJDBC BOM version here:https://github.com/spring-projec...

SpringBoot WARN BeanPostProcessorChecker:Bean 'x' of type [y] is not eligible for getting processed by all BeanPostProcessors..

Hi,I generated a simple Spring Boot 3.2.1 project using aop and web-services starters. Implemented some bean post pocess...

SpringBoot Add support for naming Spring AMQP container threads

Requires https://github.com/spring-projects/spring-amqp/issues/2479.Comment From: artembilanHi Andy!Would you mind helpi...
上一页 下一页
.