Nineya
Home
Blog
SpringBoot Upgrade to Kafka 3.1.0
2025-01-07 02:21:44
836
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
2025-01-07 02:21:30
16675
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
2025-01-07 02:21:26
28286
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
2025-01-07 02:21:22
3904
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
2025-01-07 02:21:19
4676
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
2025-01-07 02:21:15
391
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
2025-01-07 02:21:12
12811
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 ?
2025-01-07 02:21:08
138
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
2025-01-07 02:21:03
183
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
2025-01-07 02:21:00
1148
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
2025-01-07 02:20:55
176
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
2025-01-07 02:20:50
30978
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
2025-01-07 02:20:45
685
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)
2025-01-07 02:20:41
1056
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
2025-01-07 02:20:38
5853
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
2025-01-07 02:20:34
3830
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
2025-01-07 02:20:30
372
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
2025-01-07 02:20:27
569
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
2025-01-07 02:20:19
890
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
2025-01-07 02:19:54
324
We have some code in our Gradle plugin that provides compatibility with unsupported versions of Gradle. For example, in ...
上一页
下一页
1
…
1965
1966
1967
1968
1969
…
2246
.