SpringBoot @MockBean fields are not reset for JUnit 5 @Nested tests using @WebMvcTest

Using Spring Boot 2.4.0-RC1, the @MockBean instance is not reset between tests like if I don't use nesting. You can view...

SpringBoot Exemplars are not reported in Webflux applications

Spring Webflux applications do not report exemplars in their Prometheus Metrics endpoint.To reproducestart.spring.io -&g...

SpringBoot Spiring Boot 3 with target compatibility of Java 1.8?

Related to https://github.com/spring-projects/spring-boot/issues/34362I am running on Java 17 configured for the project...

SpringBoot Add documentation tip showing how to configure publishRegistry Maven properties from the command line

the publishRegistry element has to be configured via a combination of maven command line arguments and maven variables i...

SpringBoot Switch from single topic for fixed delays to single topic for same intervals in Spring Kafka retry configuration.

Comment From: pivotal-cla@Abhijeetmishr Please sign the Contributor License Agreement!Click here to manually synchronize...

SpringBoot Upgrade to jOOQ 3.17.9

Comment From: esfomeadoShouldn't the upgrade be to 3.18.0 since Spring Boot ships R2DBC 1.0+ and jOOQ 3.17.x isn't compa...

SpringBoot IllegalArgumentException mapped to Status Code 500 instead of 400

I noticed java.lang.IllegalArgumentException results in an HttpStatus.INTERNAL_SERVER_ERROR when it reaches my REST cont...

SpringBoot MeterBinder beans that directly or indirectly depend on MeterRegistry beans cause a cycle

Hi, after upgrading Spring Boot from 2.1 to 2.6, I have a problem (project sample)The dependencies of some of the beans ...

SpringBoot fix CentralDirectoryFileHeader class omit Cloneable

The CentralDirectoryFileHeader class override Object.clone() method but does not implement Cloneable. I'm not sure if th...

SpringBoot Unable to create table when using in memory(H2 database) database

I am using spring boot latest version 3.0.3 and trying hot create a record using H2 database.- Added H2 dependency - Add...

SpringBoot GraphQL Boot starter support for pagination and sorting

This is a follow-up to https://github.com/spring-projects/spring-graphql/issues/619 and https://github.com/spring-projec...

SpringBoot Upgrade to Flyway 9.16.1

Supersedes #34573Comment From: wilkinsonaThere's an (accidental?) change in Flyway that causes it to retry database conn...

SpringBoot Upgrade to SnakeYAML 2.0

Resolving CVE-2022-1471  with the SnakeYAML 2.0Comment From: pivotal-cla@shitian9 Please sign the Contributor License Ag...

SpringBoot #34638 Added handling of bright ANSI colors in log4j and logback

For #34638.Added handling of "bright" variants of colors for logback and log4j ColorConverter. Added also black and whit...

SpringBoot EmbeddedWebServerFactoryCustomizerAutoConfiguration should not run when embedded web server is not configured

Disable auto-configure factory customizer when not using embedded web server.Closes gh-34189

SpringBoot Use the .yaml file extension consistently when referring to YAML files

From experimentation, it would appear that Spring Boot 3.x supports both application.yaml and application.yml for extern...

SpringBoot Typo in documentation content instead of context

There is a typo in this paragraphhttps://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.batch.runni...

SpringBoot Breaking change of transaction autoconfiguration in 2.7.6

Spring Boot 2.7.6 introduced a breaking change in the autoconfiguration order/priority, which makes it behave differentl...

SpringBoot Mark Freemarker and spring-boot-starter-freemarker are not Spring Boot 3 compatible yet because using jakarta instead javax.

The current spring-boot-starter-freemarker based on spring boot 3.x.x version is not compatible, because the used freem...

SpringBoot Enable Tracing Agent Mode Failed

Environment:OS: Windows 10 X64 22H2JDK: GraalVM CE 22.3.1 with Open JDK 19Maven: 3.9.0SpringBoot: 3.0.4I followed the wi...
上一页 下一页
.