Nineya
Home
Blog
软著申请
SpringBoot sbom is not available to the actuator endpoint when using bootRun or bootWar
2025-01-07 22:40:30
5236
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
2025-01-07 22:40:28
1378
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
2025-01-07 22:40:25
1550
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.
2025-01-07 22:40:23
15602
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
2025-01-07 22:40:19
3572
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
2025-01-07 22:40:15
511
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
2025-01-07 22:40:13
7006
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
2025-01-07 22:40:10
1496
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
2025-01-07 22:40:08
4046
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
2025-01-07 22:40:03
17955
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
2025-01-07 22:40:00
2728
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
2025-01-07 22:39:58
14128
本地电脑启动一个springboot3.0服务,再在本地启动一个redis,这样是可以连接的,但是本地服务无法连接到外部的redis,redis配置肯定没有问题,因为我将版本转换到2.7.9就可以连接了Start a springboot ...
SpringBoot Document Buildpacks CDS and Spring AOT support
2025-01-07 22:39:55
5284
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
2025-01-07 22:39:52
2523
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
2025-01-07 22:39:49
1479
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
2025-01-07 22:39:46
267
ArtemisContainerConnectionDetailsFactoryIntegrationTests and ArtemisDockerComposeConnectionDetailsFactoryIntegrationTest...
SpringBoot Why I upgrade my springboot form 3.1.3 to 3.3.0 having errors?
2025-01-07 22:39:45
7602
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
2025-01-07 22:39:42
4743
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.
2025-01-07 22:39:39
1684
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
2025-01-07 22:39:35
1050
It's not the best to run Spring Boot as JAR applications directly. However, the documentation is inconsistent in this me...
上一页
下一页
1
…
1681
1682
1683
1684
1685
…
2246
.