Nineya
Home
Blog
软著申请
SpringBoot Add Start-Class runtime override option to org.springframework.boot.loader.ExecutableArchiveLauncher
2025-01-07 16:32:11
3437
I'm using the spring-boot-maven-plugin to repackage a non spring application. This works fine as long as the main class ...
SpringBoot Change B3 extraction format to single
2025-01-07 16:32:08
1097
Link to issue ticket: https://github.com/spring-projects/spring-boot/issues/35674Change B3 propagation to B3Propagation....
SpringBoot Upgrade to Liquibase 4.23.0
2025-01-07 16:32:06
842
Comment From: snicollSince Liquibase 4.22.0, liquibase-core has a compile time dependency on javax.activation:javax.acti...
SpringBoot Connecting to Mongo fails with an UnknownHostException when spring.data.mongodb.additional-hosts is configured
2025-01-07 16:31:59
2555
I have some MongoDB config with Spring boot:spring: data: mongodb: database: admin username: admin pa...
SpringBoot Use Docker CLI context to determine daemon host address for image building
2025-01-07 16:31:57
319
Based on comments in #32897, and given the number of Docker daemon options available (Docker Engine, Docker Desktop, Pod...
SpringBoot Move configuration extension properties to dedicated Flyway sub-namespaces
2025-01-07 16:31:54
259
Looking at #32629 we decided to move the property specific to a ConfigurationExtension in a dedicated namespace. Since w...
SpringBoot Register method is called twice on DockerComposeLifecycleManager during startup
2025-01-07 16:31:51
953
As in the topic, docker is trying to register two times the same bean and that is causing the exceptionThe bean 'mongoC...
SpringBoot Configure SQL Server Flyway extension only if flyway-sqlserver is available
2025-01-07 16:31:49
229
Looking at #36364, we decided to configure the new Oracle extension only if the flyway-database-oracle jar is available....
SpringBoot Upgrade to Flyway 9.20.1
2025-01-07 16:31:47
389
Supersedes #35948Comment From: snicollWe need to figure out how to map the Oracle properties that have been removed from...
SpringBoot Configure WebFlux's support for blocking execution to use the auto-configured AsyncTaskExecutor
2025-01-07 16:31:44
399
We do this at the moment for MVC:https://github.com/spring-projects/spring-boot/blob/c9225675b5ac31d5b9019cc2fe66b8b98a6...
SpringBoot Cannot configure LocalResolver bean in Sprint Boot 3.1.0
2025-01-07 16:31:40
1840
Using Spring Boot 3.1.0, I cannot create a bean named "localeResolver" with type LocalResolver. When application starts,...
SpringBoot Add property for base time unit in OTLP registry
2025-01-07 16:31:37
165
Micrometer added a new configuration option to its OTLP registry to enable configuring the base time unit. These changes...
SpringBoot OTel Span is missing required attributes
2025-01-07 16:31:35
940
OTel semantic conventions mandate certain resource attributes to present on exported spans, see telemetry sdk semantic c...
SpringBoot Add auto-configuration for ObservedAspect
2025-01-07 16:31:33
7034
This adds support for auto-configuring ObservedAspect when AspectJ is on the classpath, which enables the usage of @Obse...
SpringBoot Unnamed Beans from Micrometer Core
2025-01-07 16:31:20
3657
Reviewing the Beans from a Spring Boot application using the starters:Spring Boot Starter WebSpring Boot Starter Actuato...
SpringBoot Micrometer custom resourceAttributes errors with org.springframework.core.convert.ConverterNotFoundException
2025-01-07 16:31:14
1799
Hello, I am currently configuring OpenTelemetry with Micrometer, and it seems we can configure the resourceAttributes. D...
SpringBoot Auto-configured ExemplarSampler bean only backs off when a DefaultExemplarSampler is defined
2025-01-07 16:31:12
7064
Having Spring Actuator autoconfiguring a DefaultExemplarSampler makes it harder for the user to define its own bean of t...
SpringBoot Replace @CsvSource with @ValueSource where feasible
2025-01-07 16:31:08
94
@ValueSource is more appropriate for single parameterComment From: snicollThanks again @quaff
SpringBoot Provide Trace ID in Response Header via configuration
2025-01-07 16:31:03
3468
When using Spring Boot in larger teams, it's really desirable to expose the Trace ID in the response headers. This way, ...
SpringBoot Mongo auto-configuration fails when username or password properties contains a colon (:) or at-sign (@)
2025-01-07 16:30:58
919
Spring boot version: 3.1.1Problem: Error when we have : in our password for MongoDB[org/springframework/boot/autoconfigu...
上一页
下一页
1
…
1797
1798
1799
1800
1801
…
2246
.