SpringBoot sbom is not available to the actuator endpoint when using bootRun or bootWar

https://docs.spring.io/spring-boot/reference/actuator/endpoints.html#actuator.endpoints.sbomIt was not immediately clear...

SpringBoot SBOM actuator endpoint doesn't work in a native image

Comment From: mhalbritterWe need to register the missing resource hints, e.g. like this:class SbomHints implements Runti...

SpringBoot Support base64 in kafka ssl keystore/truststore

Spring Boot 3.3.0 supports base64 resources, but the KafkaProperties.java file has a method resourceToPath that required...

SpringBoot Spring Boot 3.3.0 breaks generated SQL statements from a JPQL by putting inconsistent database column name in result set and order by clause leading to SQL Exception.

Problem Summary:We have an existing spring boot application which has working JPA repositories which selects subset of c...

SpringBoot Add configuration option for controlling the usage of PKCE when used with OAuth2 confidential clients

Currently confidential OAuth2 clients do not use PKCE by default. PKCE can be enabled through code. However, it would be...

SpringBoot Upgrade to XMLUnit Core - 2.10.0

link: https://mvnrepository.com/artifact/org.xmlunit/xmlunit-core/2.10.0type: dependency-upgradeMilestone: 3.2.7; 3.3.1C...

SpringBoot Provide a hook for configuring Logback programatically

At the moment we are considering migrating few applications to spring-native. Everything works fine excepts our Logback ...

SpringBoot @KafkaListener with containerFactory is not triggered in @SpringBootTest

Seems like a @SpringBootTest cannot be used to test a @KafkaListener when using a container factory on it and also using...

SpringBoot Spring Boot 3.x Zipkin Skip Pattern

Hello!As per Spring Cloud Sleuth was migrated to Micrometer Tracing, wanted to know how is the property equivalent tospr...

SpringBoot Documentation for custom observation conventions is missing important hints

Considering a standard spring boot rest controller application with some business and data repository layers + outgoing ...

SpringBoot Bean cannot be found when spring-boot-devtools is added to classpath

Without spring-boot-devtools I can start my application just fine, but when I add:<dependency> <groupId>o...

SpringBoot Spring boot 3.0 cannot connect to Redis

本地电脑启动一个springboot3.0服务,再在本地启动一个redis,这样是可以连接的,但是本地服务无法连接到外部的redis,redis配置肯定没有问题,因为我将版本转换到2.7.9就可以连接了Start a springboot ...

SpringBoot Document Buildpacks CDS and Spring AOT support

As discussed with @philwebb today, it would be nice if Spring Boot 3.3 documentation could make CDS and Spring AOT Build...

SpringBoot IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL

Httpl1Nio2Protocol can work with springboot3.0.13, but have exception in v3.1,v3.2,v3.3. exception is:SslStoreProvider c...

SpringBoot Document the need to switch to io.micrometer:micrometer-registry-prometheus-simpleclient to use the Prometheus push gateway

When I try to use the Prometheus push gateway in Spring Boot version 3.3.0 as described in the documentation I get the e...

SpringBoot ActiveMQ Artemis tests don't work on ARM machines

ArtemisContainerConnectionDetailsFactoryIntegrationTests and ArtemisDockerComposeConnectionDetailsFactoryIntegrationTest...

SpringBoot Why I upgrade my springboot form 3.1.3 to 3.3.0 having errors?

when I upgrade my springboot and run my projects,it happendName for argument of type [java.lang.String] not specified, a...

SpringBoot Counts in ClassicHistogramBuckets cannot be negative issue after upgrade to spring boot 3.3

We are seeing a similar issue to https://github.com/spring-projects/spring-boot/issues/40552 after upgrading to spring b...

SpringBoot Kotlin runApplication<Application>(*args) isn't detecting Java Controllers.

If you start a Spring Application with Kotlin code like so:@SpringBootApplicationclass Applicationfun main(args: Array&l...

SpringBoot Improve consistency of documentation guidelines for packaging and running applications

It's not the best to run Spring Boot as JAR applications directly. However, the documentation is inconsistent in this me...
上一页 下一页
.