SpringBoot Upgrade to Kafka 3.1.0

spring-kafka 2.8.3 (due Feb 21) will be compatible with this new 3.1.0 Kafka version; the next Boot 2.7 milestone can th...

SpringBoot Exception that is thrown when @AutoConfigureWebTestClient is used on a test with no web environment does not clearly identify the problem

WebTestClient fails "silently" when @SpringBootTest doesn't use WebEnvironment, for example, this will work with no prob...

SpringBoot WebTestClient authentication fails with form-data credentials

spring-boot-2.6.3I'm migrating my MockMvc tests to WebTestClient.The following example project shows that authenticating...

SpringBoot Validate the aud claim in OAuth2 resource server

BackgroundAccording to this doc, resource-server must validate iss and aud.Current situationissCongiguration: Now iss wi...

SpringBoot Consider enabling major optimization in AspectJ 1.9.8

https://github.com/eclipse/org.aspectj/issues/9In our project we found out that during the build up of the spring contex...

SpringBoot Upgrade to Tomcat 9.0.58

Comment From: ghevgeAny ETA on this release ? ThanksComment From: snicoll@ghevge clicking on the milestone leads to this...

SpringBoot Spring Boot- ServerPropertiesAutoConfiguration.class can't be opened because it doesn't exist

2018-02-26 13:19:23.485 INFO [-,,,] 9272 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing or...

SpringBoot Any plan to release a 2.5.x spring-boot-starter-web patch for CVE-2022-23181 ?

HiAny plan to release a 2.5.x spring-boot-starter-web patch for CVE-2022-23181 any time soon? ThanksComment From: bcloze...

SpringBoot Remove remaining use of SocketUtils in tests

We still have a few places where we rely on SocketUtils that just got deprecated in the latest framework snapshot, see h...

SpringBoot OutputCaptureExtension doesn't captures embedded tomcat's logs

When using a Spring application with server.tomcat.accesslog set up, then tests that uses OutputCaptureExtension don't c...

SpringBoot Gradle Plugin triggers eager configuration of some tasks

These changes should avoid the eager creation of some Gradle tasks, which were caused by the Plugin.This also fixes #296...

SpringBoot @RequestMapping Content-Type error when a @RequestBody is used but Content-Type header is not given

We are trying to upgrade to 1.3.0.M1 from 1.2.1.When using the 1.2.1 version, we did not have to set the Content-Type: a...

SpringBoot Potential bug in Spring data; mapping null to wrapper class throws exception

Hi, I wanted to report a bug I noticed when upgrading Spring Boot 2.5.8 → 2.6.2.After the upgrade the Jdbc @Query when r...

SpringBoot Dependencies form a cycle (2.6.0)

This happened when I use spring-boot-starter-parent 2.6.0, but 2.5.9 is okThe dependencies of some of the beans in the a...

SpringBoot Consider removing ServerPropertiesAutoConfiguration

While working on #8066, I've seen the ServerPropertiesAutoConfiguration class.It seems its main goal is to allow Boot us...

SpringBoot Spring Boot migration to 2.5/2.6 from 2.1 - Issue with SQL Script DataSource Initialization order

I'm migrating my existing Spring Boot 2.1.x application to 2.6.x. I want the following behavior (for integration tests w...

SpringBoot Reinstate support for H2 Console

With version 2.1.210 of H2, a Servlet 5-compatible version of the console servlet is available.This PR is basically a re...

SpringBoot Link directly to the Integration Properties section of the appendix when cross-referencing Kafka properties

Hi,this PR fixes a link in the docs, which leads to a 404 at the moment.I also took the freedom to polish this a bit mor...

SpringBoot fix: add groupId before version number

Comment From: u3rHi @dratler, this always adds the groupid. I didn't provide this solution as it changes the status quo....

SpringBoot Remove code that provides compatibility with unsupported versions of Gradle

We have some code in our Gradle plugin that provides compatibility with unsupported versions of Gradle. For example, in ...
上一页 下一页
.