Nineya
Home
Blog
软著申请
SpringBoot Within Webflux controller that returns Mono, OpenTelemetry context is not available
2025-01-07 17:31:56
1164
Versions: 3.1.6 and 3.2.0 (works as expected in 3.1.5)Using Micrometer OpenTelemetry bridge with W3C context propagation...
SpringBoot Not able to override the mainClass defined in pom.xml with command line flag when running an application via the spring boot maven plugin
2025-01-07 17:31:53
744
I am trying to override the mainClass defined in pom.xml with command-line like this:mvn spring-boot:run -Dspring-boot.r...
SpringBoot Docker Image SBOM incomplete
2025-01-07 17:31:51
785
ProblemIt seems like the SBOM of Docker Images built with the new Paketo Builders is incomplete. We noticed that the ver...
SpringBoot Fix Observation Filter docs
2025-01-07 17:31:48
548
WebMvcMetricsFilter no longer exists since 3.0 and should be replaced with ServerHttpObservationFilter. Documentation st...
SpringBoot Pipe character in configuration property descriptions break the properties changelog generator
2025-01-07 17:31:46
169
E.g. Pulsar has some pipes in the description, (http|https). Those break the AsciiDoc tables. Either remove the pipe fro...
SpringBoot Setting 'spring.task.execution.shutdown.await-termination-period' does not result in a call to SimpleAsyncTaskExecutor#taskTerminationTimeout
2025-01-07 17:31:43
352
SimpleAsyncTaskExecutor got support for graceful termination in Spring Framework 6.1.I think it would be helpful to be a...
SpringBoot Tests in MetricsIntegrationTests are non idempotent
2025-01-07 17:31:41
3192
IssueThe tests in org.springframework.boot.actuate.autoconfigure.metrics.test.MetricsIntegrationTests, specifically requ...
SpringBoot feat(gradle):修改配置,测试提交
2025-01-07 17:31:38
193
Comment From: pivotal-cla@KerwinJava Please sign the Contributor License Agreement!Click here to manually synchronize th...
SpringBoot Timed task execution exception
2025-01-07 17:31:35
4648
spring-boot-starter-parent version 2.7.3@Slf4j@Configuration@EnableScheduling@RequiredArgsConstructorpublic class ImplSc...
SpringBoot Use switch statement where appropriate
2025-01-07 17:31:30
1446
Hi,The current code uses multiple if statements in a while loop. Since the index is fixed and conditions are mutually ex...
SpringBoot NoUniqueBeanDefinitionException if you don't compile with -parameters option
2025-01-07 17:31:27
1030
current spring boot upgrade guide suggests to use -parameters while compiling but it may be easily overlooked by lot of ...
SpringBoot AOP>>joinPoint.getSignature()).getParameterNames() is null since SpringBoot 3.2.0
2025-01-07 17:31:25
1100
SpringBoot 3.1.5 + OpenJDK17, below code could get parameternames normally,but as Title, just upgrade SpringBoot 3.2.0(+...
SpringBoot Native image build failed with bouncycastle as JCA provider
2025-01-07 17:31:22
932
I'm building a native executable (Spring Boot 3.1.5) with bouncycastle as JCA provider using Spring Boot Gradle Plugin b...
SpringBoot Stop file-based logging appenders on checkpoint and restart them on restore
2025-01-07 17:31:20
9539
spring-boot version: 3.2.0spring version: 6.1.1azul version: zulu17.46.29-ca-crac-jdk17.0.9-linux_x64I am currently work...
SpringBoot Spring native build not using virtual threads
2025-01-07 17:31:17
4518
Hello There!Also a question in stackoverflowI'm building some simple web applications where I want to take advantage of ...
SpringBoot Refactor For Loop to Stream API
2025-01-07 17:31:14
2163
I refactored the for loop used in the parseListInternal method of the BasicJsonParser class to use the Stream API.The ma...
SpringBoot System SSL certificates are not used by the Apache HTTP Client in a RestTemplate built with RestTemplateBuilder
2025-01-07 17:31:11
1777
With this change, the SSL certificates that are provided by the system are picked up by default when using the RestTempl...
SpringBoot Add support for multiple flyway instances
2025-01-07 17:31:09
1870
Hi,after my comment in another discussion to provide support for auto-configuring multiple beans I would like to contrib...
SpringBoot Upgrading SB 3.1.6 to 3.2.0 introduces NullPointerException in springdata-mongodb MongoTemplate.updateFirst
2025-01-07 17:31:06
3450
We are upgrading our application from SB 3.1.6 to 3.2.0 and we are experiencing the following NPE when updating one of o...
SpringBoot Missing jvm_gc_* metric in spring boot kubernetes application
2025-01-07 17:31:03
6760
Describe the bugIn our spring boot kubernetes application, all jvm_gc_* (Grabage Collection related) metrics are missing...
上一页
下一页
1
…
1749
1750
1751
1752
1753
…
2246
.