Nineya
Home
Blog
软著申请
SpringBoot Controller level exceptions not getting populated in HTTP server requests metrics
2025-01-07 17:37:12
3004
Exceptions handled at the controller level are not populated in the http.server.requests metrics.As per the official doc...
SpringBoot Feature: The application configuration file supports the toml file format
2025-01-07 17:37:06
245
Can application.yml support the format of tomlComment From: bclozelI think this is quite similar to #3558. We're not kee...
SpringBoot Spring Boot 3.2.0 Cache miss for REQUEST dispatch to '/actuator/health/readiness'
2025-01-07 17:37:03
2379
This seems to be a new warning with Spring Boot 3.2.0:Cache miss for REQUEST dispatch to '/actuator/health/readiness' (p...
SpringBoot ResponseEntity can't serialization
2025-01-07 17:37:01
1275
Caused by: org.springframework.data.redis.serializer.SerializationException: Cannot serialize; nested exception is org.s...
SpringBoot logging does not work in native image
2025-01-07 17:36:58
2376
I create an little project with the Spring Initializr- Spring Boot version: 3.2- Dependency: spring-boot-starter-web- Ja...
SpringBoot Multi-byte filenames in zip files can cause an endless loop in ZipString.hash
2025-01-07 17:36:55
9252
Our Spring Boot 3.2.0 app hangs for random builds during a very early start-up phase. We see this thread-dump:"main...
SpringBoot WebFlux and resource server auto-configuration may fail due to null authentication manager
2025-01-07 17:36:52
2904
Running into issues with upgrading 3.1.6 project to 3.2.0, using webflux + oauth2-resource-server:Caused by: java.lang.I...
SpringBoot Error "Name for argument of type [java.util.UUID] not specified, and parameter name information not found in class file either"with spring-boot 3.2.0 upgrade
2025-01-07 17:36:49
34106
After upgrading my code from Java 17 and Spring-boot 3.1.3 to Java 21 and String-boot 3.2.0, I've started to see errors ...
SpringBoot PulsarReactiveAutoConfigurationTests has become very slow to run
2025-01-07 17:36:47
17307
Comment From: wilkinsonaLooking at the data on ge.spring.io, things got dramatically slower on 18 October:Comment From: ...
SpringBoot Automatically configure ObservationConvention beans
2025-01-07 17:36:42
336
Most of the observable technologies use some kind of ObservationConvention to customize names and tags of the created ob...
SpringBoot Spring Boot 3.2.1-SNAPSHOT - security default differences between WebMVC and WebFlux
2025-01-07 17:36:40
5137
Starting with the current Spring Boot 3.2.1-SNAPSHOT there is big difference in the security defaults between webmvc and...
SpringBoot Document prerequisites for Docker Compose support
2025-01-07 17:36:37
333
We should document what the minimum version of Docker and Docker Compose for our Docker Compose support is.Comment From:...
SpringBoot spring-boot-image-tests for native app fails when trying to test a new version with no published snapshots
2025-01-07 17:36:34
171
See #28817. The nativeApp() test in spring-boot-image-tests needs the org.springframework.boot.aot plugin, which cannot ...
SpringBoot TraceId is not propagated to WebFilter after update to 3.2
2025-01-07 17:36:31
1581
I use WebFilter to log traceId of incoming requests and response and it worked fine in Spring Boot 3.1.5, but logging of...
SpringBoot Not able to use @Value($"some-key-in-application.properties") in Implementation classes.
2025-01-07 17:36:29
749
Hi there,I'm creating one interface and creating one implementation of that interface. But class AImpl implements A{@Val...
SpringBoot Allow health groups to be configured at an additional path
2025-01-07 17:36:26
5454
MotivationIn a Kubernetes production with Istio and prometheus metrics.* Istio "installs" a sidecar (also known as istio...
SpringBoot Spring Boot 3.2 + Thymeleaf: EL1005E Type cannot be found for valid classes
2025-01-07 17:36:24
5013
I have a Spring Boot application that runs as expected with Spring Boot 3.1.6. Upgrading to 3.2.0 now causes Thymeleaf e...
SpringBoot Issues with Spring Boot 3.2 and Unboundid
2025-01-07 17:36:21
4967
After migrating to Spring Boot 3.2.0, operations against LDAP using Unboundid fail after a certain amount of time. This ...
SpringBoot RabbitAutoConfigurationTests are slow to run
2025-01-07 17:36:18
10017
RabbitAutoConfigurationTests takes 1 min 5 secs on my machine. Most of the test cases run a bit over 1 second. This seco...
SpringBoot new jdk 21 main class
2025-01-07 17:36:15
643
I want to know when we will moving forward to the new structure of the main class in spring projects,I mean when will se...
上一页
下一页
1
…
1744
1745
1746
1747
1748
…
2246
.