Nineya
Home
Blog
软著申请
SpringBoot Spring Boot native application fails at startup
2025-01-07 16:22:11
12449
Version: 3.1.1Log:2023-06-22T15:24:58.120Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Curr...
SpringBoot OOB issue - Boot 3.1 BeanCreationException for entityManagerFactory when building Native Image
2025-01-07 16:22:08
7446
Repro(1) Generate a project OOB from start.spring.io(2) add dependencies for: web, testcontainers, postgres, h2, thymele...
SpringBoot Support for Micrometer Tracing Annotations
2025-01-07 16:22:06
6782
In version 1.1 Micrometer Tracing ported annotations from Sleuth. To ease the migration from the Spring Boot 2 are there...
SpringBoot Polish log correlation docs
2025-01-07 16:22:03
262
Docs related to #33280 (log correlation) and #35593 (application name in each log line) need some polishing:- Fix projec...
SpringBoot Support for Base64 encoded p12 keystore using the ssl bundle configuration
2025-01-07 16:22:01
831
I've added support for Base64 encoded p12 formatted keystores. This is my backing StackOverflow questionComment From: pi...
SpringBoot MySql dependency error with Spring 2.7.8
2025-01-07 16:21:59
2446
Not able to add MySql dependency in Spring boot project created with 2.7.8, getting the following error in pom.xmlcom.my...
SpringBoot TraceID not propagated from Sleuth - SB 2.7.x to SB 3.1.0
2025-01-07 16:21:56
995
I've migrated some applications to Spring boot 3 (with observability), while others are still on 2.7 (with sleuth 3.1.5)...
SpringBoot PEM SSL bundles do not support encrypted PKCS8 private keys
2025-01-07 16:21:53
400
Happens with the new SSL bundles in Spring boot 3.1The PKCS8 allows for encrypted private key with a password. Unfortuna...
SpringBoot issue with query DSL dependency management ?
2025-01-07 16:21:50
387
Hello, I think there's a little issue in the dependency management of Springboot 3.0.x & 3.1.y of the library query ...
SpringBoot Automatically generate reflection hints for configuration property binding that relies on ObjectToObjectConverter
2025-01-07 16:21:47
5942
I have built a native image with SpringBoot 3.0 and native-maven-plugin. It package successed but started failed because...
SpringBoot Configure a timeout for staging builds
2025-01-07 16:21:43
305
Unlike regular CI builds, we don't have any explicit timeout configuration for staging builds. This means that we've bee...
SpringBoot BugReport: Regarding MongoManagedTypes is being a private constructor class with final keyword for the class for spring-boot 3.1.0
2025-01-07 16:21:41
396
In Spring-Boot 3.1.0 version after upgrading found the MongoManagedTypes class not found, error thrown due to the priva...
SpringBoot Gradle 8.2 compatibility: replace usage of JavaPluginConvention with …
2025-01-07 16:21:38
1435
Hello,The upcoming release of Gradle 8.2 has introduced a warning around the use of Project.getConvention which is relat...
SpringBoot Automatically log correlation IDs when Micrometer tracing is being used
2025-01-07 16:21:35
2717
Right now, as documented users have to set this in their config to get span id and trace ids in logs:logging.pattern.lev...
SpringBoot Include the application name on each log line when it is available
2025-01-07 16:21:33
385
See #33280 for background. We think showing the application name is a useful feature that we should offer regardless of ...
SpringBoot spring boot cloud kafka properties are not working as expected
2025-01-07 16:21:30
1720
properties.yaml consumer: enableDql: true dlqName: test.dlq au...
SpringBoot SSL configuration overwrites other WebClient customization
2025-01-07 16:21:26
1453
Issue: Whenever you are configuring TLS on a webclient, any other custom configuration of HttpClient is lost and not app...
SpringBoot SpringApplication.from(…).with(…) adds its sources to every context that's created
2025-01-07 16:21:23
5651
Using Testcontainers at Development Time I have @TestConfiguration(proxyBeanMethods = false)public class ContainersConfi...
SpringBoot Automatically register the ObservationAwareSpanThreadLocalAccessor after ObservationThreadLocalAccessor
2025-01-07 16:21:21
1268
Currently we require the users to make the ContextRegistry.getInstance().registerThreadLocalAccessor(new ObservationAwar...
SpringBoot Native reflection hints generated for @ConfigurationProperties when used on @Bean methods are incorrect when the properties class has a non-default constructor
2025-01-07 16:21:18
2785
See https://github.com/spring-cloud/spring-cloud-stream/issues/2640#issuecomment-1458611545. We might be missing some hi...
上一页
下一页
1
…
1805
1806
1807
1808
1809
…
2246
.