SpringBoot Nested jar URLs cannot be split and reassembled resulting in errors with projects that use this technique (such as JobRunr)

Hi, I'm Ronald, the creator of JobRunr.An issue was reported to us regarding the new nested jar support which broke JobR...

SpringBoot ZipFileSystem throws "java.util.zip.ZipException: read CEN tables failed" with certain nested jars

Initially raised in https://github.com/spring-projects/spring-boot/issues/38592#issuecomment-1830468522FileSystems.getFi...

SpringBoot H2 database - The write format 2 is smaller than the supported format 3 [2.2.224/5]

Spring Boot 3.2 upgraded its dependency on H2 to v2.2.224Since version 2.2.220 H2 has a new format of db files which is ...

SpringBoot OpenTelemetry TraceContext does not propagate through reactive context properly in 3.1.6 / 3.2.0

When using webflux in conjunction with open-telemetry with micrometer context propagation, it is expected that the trace...

SpringBoot URI format's value from application YAML has different value depending on hypen count

Spring Boot Versionplugins { id 'java' id 'org.springframework.boot' version '3.1.0' id 'io.spring.dependency-m...

SpringBoot Application failed at start up showing java.lang.IllegalStateException: Logback configuration error detected

this is my logback-spring.xml file <included><configuration> <springProfile name="dev,uat"&...

SpringBoot redis cache can not deserialize List<T> when running in graalvm native image

spring-boot version: 3.2.0public interface CommentRepository extends CrudRepository&lt;Comment, Long&gt; { /** * ...

SpringBoot Reinstate mention of testAndDevelopmentOnly when using Testcontainers at dev time

It looks like it was lost during https://github.com/spring-projects/spring-boot/issues/38336. We should reinstate it and...

SpringBoot Test using @WithMockUser fails with 401 UNAUTHORIZED with 3.2

The following test works with 3.1, but fails with 401 UNAUTHORIZED with 3.2:@SpringBootTest( webEnvironment = RANDOM_...

SpringBoot spring boot maven plugin - repackage with test classpath

Hi,I am stuck at a point right now, where I need to startup a complex spring boot application, including its test classp...

SpringBoot Enhancement/spring-boot-maven-plugin should allow packaging test folder too in its jar along with main

Enhancement Request: Project - spring-boot-maven-pluginThe plugin goal repackage allows us to package main folder along ...

SpringBoot CVE-2022-1471 still in Spring Boot 2.7.18

Hi,What workaround does the Spring Boot team recommend as Spring Boot 2.7.18 that just got released still contains the C...

SpringBoot Add a testAndDevelopmentOnly Gradle configuration

@RestartScope is useful when working with testcontainers but with gradle we usually recommend that devtools is added to ...

SpringBoot RabbitMQ issue with virtual threads enabled

With Spring Boot 3.2 and enabled virtual threads, RabbitMQ fails to start if using simple listener container type with c...

SpringBoot OAuth2 authentication with custom provider fails because of "=" (%3D) padding mismatch.

I think this is a bugI am using Spring security 6 (spring security config JAR 6.1.5) and spring boot 3.2.0. I have set u...

SpringBoot Links in Spring Boot 3.2 Release Notes are forwarding to snapshot documentation

The links on Spring Boot Release Notes pages that are forwarding to Spring boot documentation seems to forward systemati...

SpringBoot OtlpProperties initialisation doesn't work for Spring Boot 3.2.0

OtelConfiguration stopped working after upgrading from Spring Boot 3.1.5 to 3.2.0.Endpoint property specified in applica...

SpringBoot Keep-alive property causes processAot step to never finish

The new keep-alive property doesn't work well with AOT. It causes my builds to hang indefinitely on the processAot step....

SpringBoot Versions Maven Plugin 2.15.0 contains bug (used in spring boot 3.1.x)

Is it possible to upgrade this plugin (https://mvnrepository.com/artifact/org.codehaus.mojo/versions-maven-plugin/2.15.0...

SpringBoot Wh Spring Boot choose Jackson over Gson as the default serialization?

Hi, I wasn't sure if I should post this as an issue, but I'm really curious.After doing some research on Gson and Jackso...
上一页 下一页
.