Nineya
Home
Blog
软著申请
SpringBoot Disable JMX by default
2025-01-07 07:22:02
6725
This feature doesn't seem to be widely used and takes a significant amount of resources so we're reconsidering this defa...
SpringBoot Calling rest endpoint with x-forwarded-host and native forward headers strategy set causes malformed URI
2025-01-07 07:21:59
1443
Hi,My project is using server.forward-headers-strategy: native to apply some x-forward headers. I just upgraded my proj...
SpringBoot Spring Boot 3: ResponseStatusException does not work
2025-01-07 07:21:57
3188
Download generated code from https://start.spring.ioReplace content of DemoApplication.kt with the following code@Spring...
SpringBoot Classloader problems with spaces on project path
2025-01-07 07:21:53
5778
With the Spring Boot 3.0.3 there is a classloader issue if the project path contains spaces. Same setup works with Sprin...
SpringBoot Add support for CNB platform API 0.11
2025-01-07 07:21:50
572
CNB Platform API 0.11 release notes: https://github.com/buildpacks/spec/releases/tag/platform%2Fv0.11Spring Boot should ...
SpringBoot Use plugins DSL consistently in Spring Boot Gradle Plugin docs
2025-01-07 07:21:47
4112
The current docs mix the plugins DSL and legacy plugin application:https://docs.spring.io/spring-boot/docs/current/gradl...
SpringBoot Upgrade to Kotlin 1.8
2025-01-07 07:21:44
521
Enhancement related to https://github.com/spring-projects/spring-framework/issues/29754Comment From: wilkinsonaMarking a...
SpringBoot Spring Boot WebFlux 3.0.3 + Spring Data Reactive Mongo missing trace IDs
2025-01-07 07:21:41
1854
Hi,I'm currently testing the new Hooks.enableAutomaticContextPropagation(); and am getting missing trace IDs in any pro...
SpringBoot Part of CrudRepository methods broken for @EmbeddedId when I migrate to spring-boot:3.0.2.
2025-01-07 07:21:39
9023
Hey! I try migrate my project to spring-boot:3.0.2, but part of CrudRepository methods broken. We follow to DDD approach...
SpringBoot Path pattern matching not working with controller
2025-01-07 07:21:36
508
A simple controller is not working with spring boot 3.0.3. Project Structure:build.gradleTestController:Logs:springboot_...
SpringBoot SpringBoot3.0.3 appears that the test cannot be used
2025-01-07 07:21:29
9273
In SpringBoot3.0.3, it is mandatory to specify the Main class for the test.java.lang.IllegalStateException: Unable to fi...
SpringBoot Update and Delete Native Query is throwing error while build
2025-01-07 07:21:27
1849
Caused by: java.lang.NullPointerException: Cannot invoke "String.contains(java.lang.CharSequence)" because &qu...
SpringBoot In Spring Boot-3.0.3, Beans are not created of class annotated by @Component.
2025-01-07 07:21:24
10413
In pom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.or...
SpringBoot Custom ConfigDataLocationResolver/ConfigDataLoader fails in 3.0.x when combined with spring-boot-devtools
2025-01-07 07:21:19
5124
Using ConfigDataLocationResolver/ConfigDataLoader in 3.0.2 in combination with spring-boot-devtools leads to the followi...
SpringBoot Kotlin Coroutines support for ApplicationRunner and CommandLineRunner
2025-01-07 07:21:17
2406
Like the coroutines repository added in the Spring Data and Coroutines Router DSL in the Spring framework. Add Coroutine...
SpringBoot SpringBoot 3.0.3 tracing with @EnableReactiveMethodSecurity
2025-01-07 07:21:14
4139
Hello,We are testing micrometer reactive tracing. If we add @EnableReactiveMethodSecurity annotation to our configuratio...
SpringBoot defaultTracingObservationHandler is not ordered as documented
2025-01-07 07:21:12
403
The javadoc on MicrometerTracingAutoConfiguration.DEFAULT_TRACING_OBSERVATION_HANDLER_ORDER says it is a @Order value fo...
SpringBoot Introduce @ConditionalOnPropertyPrefix to more cleanly support @ConfigurationProperties
2025-01-07 07:21:08
2235
Following code represents, IMO, a reasonable expectation to make something driven by @ConfigurationProperties conditiona...
SpringBoot Issues related to building an image using spring-boot:build-image
2025-01-07 07:21:05
2161
spring-boot version:2.5.12jdk version:temurin-1.8As shown below:He would get stuck and occasionally succeed.I don't know...
SpringBoot Improve log message of spring-boot-maven-plugin:repackage by specifying the involved files
2025-01-07 07:21:01
181
Improves log message and adapts tests.Closes #32913.Comment From: mhalbritterThanks!Comment From: StitzLMy pleasure! Tha...
上一页
下一页
1
…
1844
1845
1846
1847
1848
…
2246
.