SpringBoot OpenTelemetryAutoConfiguration should use parent-based sampler by default

OpenTelemetryAutoConfiguration uses a simple probability sampler.With this strategy we can potentialy (if probability is...

SpringBoot Upgrade Java 19 version in CI image

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

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

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

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

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

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

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)

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

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

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

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

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

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.

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

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

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

@DeprecatedConfigurationProperty must be used on the getter of the deprecated element. For a record, that looks like thi...

SpringBoot Update copyright year for d652491

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

I've been migrating from Spring Boot 2.6 and ran into an issue where brave.propagation.CurrentTraceContext can be inject...
上一页 下一页
.