SpringBoot Pulsar authentication param properties cause IllegalStateException with Pulsar Client 3.1.0

The Pulsar authentication is currently configured using a map of auth parameters. However, this avenue is deprecated in ...

SpringBoot Reinstate spring security tests

https://github.com/spring-projects/spring-security/commit/70dfb3d391210eb5e86f8285990df90a524159ca#diff-2a3768a3ea186b67...

SpringBoot Starter Autoconfiguration fails creating EnableConfigurationProperties bean

Hello,The referenced project has a unit test which works with Spring Boot 3.1.5 but fails in 3.2.0 due to the properties...

SpringBoot Performance - Next Gen Application

Hi,I'm exploring few next generation framework to build a microservice web application.On analysis come across the follo...

SpringBoot Question for RabbitAnnotationDrivenConfiguration

@Configuration@EnableRabbit@ConditionalOnMissingBean(name = RabbitListenerConfigUtils.RABBIT_LISTENER_ANNOTATION_PROCESS...

SpringBoot LaunchedClassLoader issue Illegal character in opaque part when log4j2.xml (or any file) is in a jar file

I have a spring boot application which is started via java -jar app.jar It uses log4j2 as a logging frameworkRecently I ...

SpringBoot File (image) reading from disk is not working in 3.1.6 and 3.2.0

Hi,This code works properly in 3.1.5, but not loading image neither in 3.1.6 nor 3.2.0:final String url = request.getReq...

SpringBoot [ bug] when access the backend, the data is not correct when parse the iso8601 string

to reproduce this bug, this is the function with @GetMappingconst val ISO8601_FORMAT = "yyyy-MM-dd'T'HH:mm:ss.SSSSS...

SpringBoot java -jar not works like mvn springboot:run for send Mail

use springboot-mail starterwhen I use mvn springboot:run everything works finewhen I use java -jar app.jar send mail fai...

SpringBoot Child context created with SpringApplicationBuilder runs parents runners

After https://github.com/spring-projects/spring-boot/pull/37905 fix, child context created with SpringApplicationBuilder...

SpringBoot Project use spring-boot 3.2.0,run jar package NegativeArraySizeException: -26949

I upgraded the project from Spring Boot 2.7.18 to 3.2.0. The project runs normally in IDEA, but when I package it into a...

SpringBoot [Spring Boot 3.2.0] 404 Not Found behavior

404 Not found behavior was changed during upgrade from 3.1.6 to 3.2.0.Previous behavior404 Not found error returned:{ ...

SpringBoot JSON starter without spring-web

spring-web uses JSON, but JSON does not use spring-webComment From: philwebbThe JSON starters make use of APIs in spring...

SpringBoot Trigger garbage collection via actuators

There is an actuator to trigger creation of a heap dump https://github.com/spring-projects/spring-boot/blob/main/spring-...

SpringBoot Upgrade to Spring Security 6.2.1

Upgrade to Spring Security 6.2.1closes #38700Comment From: pivotal-cla@ilies-bel Please sign the Contributor License Agr...

SpringBoot Upgrade to HikariCp 5.1.0

https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES 5.1.0 has already bean releasedComment From: wilkinsonaTha...

SpringBoot spring.factories compatibility causes NoSuchBeanDefinitionException on @ConfigurationProperties

Hello,We have a shared commons library with @AutoConfiguration that was using spring.factories.After upgrade to Spring B...

SpringBoot Zip file closed exceptions can be thrown due to StaticResourceJars closing jars from cached connections

Spring Boot version: 3.2.0 (Same on 3.2.1-SNAPSHOT)Java: 21 (Amazon Corretto)Zip file closed error is returned on callin...

SpringBoot Embedded kafka reporting topics not created in Integration test after spring boot upgrade to v3.2

we are trying to up grade springboot from v2.7 to v3.2 , we resolved dependencies issues succesfully. one Integration te...

SpringBoot Add timeOffset to CacheProperties.Redis

Add a new configuration option "timeOffset" in Redis to introduce a random time offset within the range [0, timeOffset) ...
上一页 下一页
.