Nineya
Home
Blog
软著申请
SpringBoot OpenTelemetryAutoConfiguration should use parent-based sampler by default
2025-01-07 04:52:17
1720
OpenTelemetryAutoConfiguration uses a simple probability sampler.With this strategy we can potentialy (if probability is...
SpringBoot Upgrade Java 19 version in CI image
2025-01-07 04:52:14
147
https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gzComment From: mhal...
SpringBoot Plugin [id: 'org.graalvm.buildtools.native', version: '0.9.18'] was not found
2025-01-07 04:52:12
1594
I just created a new Spring Boot 3.0 project using the Spring Boot starter page. I've used the following configuration:h...
SpringBoot org.springframework.core.io.Resource does not play nice with native-image
2025-01-07 04:52:09
2936
I have the following snippet working properly in a JVM setup:hello: message: classpath:hello/world.txt@ConfigurationPro...
SpringBoot Problem with jakarta JMS and brave for spring boot 3.0 BOM
2025-01-07 04:52:07
1167
Sorry if its wrong project, please point me there I can report it.According to https://docs.spring.io/spring-boot/docs/3...
SpringBoot Missing Neo4jTransactionManager after migrated from Spring Boot 2.7.3 to 3.0.1
2025-01-07 04:52:04
3687
Hi,We moved from Spring Boot 2.7.3 to 3.0.1 and we also using Spring Data. After that, we noticed the Neo4jTransactionMa...
SpringBoot Cannot resolve requests containing cookies in Kubernetes
2025-01-07 04:52:01
3425
Versions:- Spring Boot 3.0.1- Spring Cloud 2022.0.0- Kubernetes v1.22.11Description:Spring application cannot resolve re...
SpringBoot [spring-boot-starter-jooq] Jooq doen't work properly with spring boot 3.0.0 native
2025-01-07 04:51:58
6865
Hi, I successfully build and run spring boot native app, but I can't fetch data with jooq from postgresql. It shows foll...
SpringBoot Dev tools unreliable static file serving (quick folder deleting then copy file into)
2025-01-07 04:51:56
3208
Dear Developers, run the spring boot project in dev environment (Netbeans 12.2)an npm script (build,copyfiles) modifies ...
SpringBoot Add debug logging to help when a repository uses classes that are missing annotations
2025-01-07 04:51:46
10569
See this Twitter discussion.It would be nice if we could trigger additional debug/warning logs to help track down this k...
SpringBoot NullPointerException in the LongTaskTimingHandlerInterceptor class
2025-01-07 04:51:43
7136
During monitoring our application on PROD environment in Kibana, we have noticed the following logs: jav...
SpringBoot Perform failure analysis of sliced tests that fail to bootstrap due to an IllegalStateException: No ServletContext set caused by an unwanted or misplaced @EnableWebMvc
2025-01-07 04:51:40
160843
When annotating a test with @JpaDataTest, I get the No ServletContext set exception, with no explanation, context, or ad...
SpringBoot Failure analysis of NoUniqueBeanDefinitionException reports "defined in null" when bean definition has no resource description
2025-01-07 04:51:36
1959
If I try to declare the same class twice as Spring bean and then inject it:@Componentpublic class MemoryWriter {}andpubl...
SpringBoot Ability to exclude some endpoints from being traced
2025-01-07 04:51:34
924
Hello,I've basically scoured the internet and the source codes, but couldn't find a way to exclude some URL patterns fro...
SpringBoot Headless mode is forced when banner.* file is present.
2025-01-07 04:51:31
3533
Create any SpringBoot project and add a banner.png on the resources folder.Set this as the main application class:@Sprin...
SpringBoot Documentation should be there for better understanding in SpringApplicationAdminMXBeanRegistrar.java
2025-01-07 04:51:23
573
Comment From: wilkinsonaIt's really for internal use only and registers the SpringApplicationAdminMXBean which is also f...
SpringBoot cache2k-spring module fail when compile with native
2025-01-07 04:51:21
2515
we are getting this error when compiling with native Error: Classes that should be initialized at run time got initializ...
SpringBoot @DeprecatedConfigurationProperty has no effect when declared on a record component's accessor method
2025-01-07 04:51:18
1220
@DeprecatedConfigurationProperty must be used on the getter of the deprecated element. For a record, that looks like thi...
SpringBoot Update copyright year for d652491
2025-01-07 04:51:15
222
This PR updates copyright year for d652491.Comment From: philwebbThanks @izeye. We're always forgetting these so I've go...
SpringBoot Autoconfigured bean is missing in tests after migration to 3.0
2025-01-07 04:51:12
1699
I've been migrating from Spring Boot 2.6 and ran into an issue where brave.propagation.CurrentTraceContext can be inject...
上一页
下一页
1
…
1856
1857
1858
1859
1860
…
2246
.