Nineya
Home
Blog
软著申请
SpringBoot Fix shouldStopKeepAliveThreadIfContextIsClosed()
2025-01-07 17:16:21
127
.isEmpty() seems to have been dropped accidentally in 9897576562b65f93c8ab4523ded7b1aa9785fd45.Comment From: mhalbritter...
SpringBoot Document that properties that change an application's beans are fixed at build time
2025-01-07 17:16:17
4036
When running a native-built Spring Boot application on Kubernetes the liveness and readiness probes are not active (they...
SpringBoot Provide OpenTelemetry Resource as a bean
2025-01-07 17:16:14
2365
Our current OpenTelemetryAutoConfiguration uses the io.opentelemetry.sdk.resources.Resource inside the SdkTracerProvider...
SpringBoot Refactor: Extract "hibernate.physical_naming_strategy"
2025-01-07 17:16:12
753
In this way, other elements were extracted and used as constants, but hibernate.physical_naming_strategy was hardcoded a...
SpringBoot Remove unecessary setCanBeResolved
2025-01-07 17:16:09
31880
According to Gradle 8.4, the setCanBeResolved(true) method call is unecessary (and deprecated).> Configure project :p...
SpringBoot CVE-2023-4586: Does Spring Boot enable host name verification with Netty in all cases?
2025-01-07 17:16:06
2344
CVE-2023-4586: Improper Certificate Validation applies to netty 4.x (there is no netty 5 [yet?]) upon which Spring Boot ...
SpringBoot Disable DevTools' environment post-processors and auto-configuration when running tests
2025-01-07 17:16:04
5661
Currently, when spring-boot-devtools is being used, it's on the classpath when a project's tests are being run using Mav...
SpringBoot Add section on AspectJ support
2025-01-07 17:15:59
1059
Spring boot : v2.7.4Hi,I observe that if I did not add @EnableAspectJAutoProxy, my aspect can still work. So may i conf...
SpringBoot Polish unit tests from buildSrc
2025-01-07 17:15:54
128
remove redundant "public" access modifiersremove a never thrown defined Exceptionassert the emptiness instead of length ...
SpringBoot InputStreams cannot be created from nested directory entry URLs which results in Tomcat TldScanner issues
2025-01-07 17:15:52
7860
Spring Boot Version3.2.0-RC1Description of Bug/IssueWe use an embedded tomcat to bring up a server that still uses Java ...
SpringBoot Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default
2025-01-07 17:15:47
749
In the documentationhttps://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto.spring-mvcSection: 4...
SpringBoot Add support for micrometer metrics with reactor schedulers
2025-01-07 17:15:45
6586
In Reactor 3.2.3 there is possibility to enable metrics. There could be property introduced eg. reactor.schedulers.metri...
SpringBoot ReactiveMongoTemplate.changeStream ignores FullDocumentBeforeChange option passed with argument ChangeStreamOptions
2025-01-07 17:15:42
994
Hello Team,Recently working on the SpringBoot Reactive change stream API, I found that the ReactiveMongoTemplate.changeS...
SpringBoot AuthenticationManager bean is missing when upgraded to Spring Boot 2.0.0.M6
2025-01-07 17:15:39
15637
Today I have upgraded one of my sample from Spring Boot 2.0.0.M4 to 2.0.0.M6.https://github.com/hantsy/spring-microserv...
SpringBoot Fix Jetty as webserver documentation
2025-01-07 17:15:37
925
In https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#howto.webserver.use-another we document how to ...
SpringBoot Document that testing with ApplicationContextRunner in a native image is not supported
2025-01-07 17:15:34
5092
Hello,I am using Spring Boot 3.0.2. I have tried to compile natively with mvn -PnativeTest clean test a test that uses t...
SpringBoot Spring Boot Actuator documentation misses management.endpoint.env.show-values property
2025-01-07 17:15:29
1357
HiAccording to Spring Boot 3 release notes(https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Rele...
SpringBoot Outdated spring-boot-maven-plugin build-info documentation causing project builds to fail
2025-01-07 17:15:27
1448
With this PR the maven.compiler.source and maven.compiler.target properties were removed.However, they are still used in...
SpringBoot ApplicationContextInitializer and Ordered is not honored during AutoConfiguration
2025-01-07 17:15:20
4215
While migrating from from a 2.x to a 3.x setup we have detected a pretty severe change/bug in the configuration handling...
SpringBoot Improve health group membership validation error message to provide hint for property to disable validation
2025-01-07 17:15:18
2659
Hi,I have this actuator config in my application:management: endpoint: health: group: readiness: ...
上一页
下一页
1
…
1762
1763
1764
1765
1766
…
2246
.