Nineya
Home
Blog
软著申请
SpringBoot Upgrade to Jooq 3.17.6 and Spring Boot 3.0.0 -> AbstractMethodError
2025-01-07 16:29:32
3495
After updating to Spring Boot 3.0.0 and Jooq to 3.17.6 our Application keeps crashing when fetching data from the MySQL-...
SpringBoot Disable HTTP Methods with application.properties/yaml
2025-01-07 16:29:29
880
HI,I'm using spring boot 2.7.x and 3.1.x on an enterprise project.During Security Test phase, in particular in DAST Phas...
SpringBoot @Component is not worked when exists spring.components
2025-01-07 16:29:27
623
Hello.Today we introduced a third-party jar into my project.Unfortunately, our project was not worked.When we look at co...
SpringBoot spring-boot-starter-validation has dependency hibernate-validator:8.0.0.Final which does not work
2025-01-07 16:29:24
1847
Recently added spring-boot-starter-validation to my project and it stopped starting. In stacktrace I found a problem wit...
SpringBoot SpringBoot3+Micrometer: Missing traceId when handling exception
2025-01-07 16:29:20
3120
Context:springboot version: 3.0.0 and 3.1.1I upgraded my projected to springboot 3 and use micrometer as traceability. I...
SpringBoot Avoid 406 Not Acceptable for error pages
2025-01-07 16:29:17
2690
Given a Spring MVC Controller like:@RestControllerpublic class TestController { @GetMapping(path = "/test",...
SpringBoot Compatibility with Spring Boot 3.0.8 and Spring Cloud Sleuth 3.x
2025-01-07 16:29:14
959
I am running into issue while trying to upgrade the SpringBoot version to 3.0.8 from 2.7.2. I am getting the below issue...
SpringBoot Circular Dependency Issue - V2.6 to Latest
2025-01-07 16:29:12
5195
Having an issue resolving circular dependency in a Spring Boot Starter project (version 3.1) with Gradle.Using setter in...
SpringBoot Upgrade to gradle-build-action 2.6.0
2025-01-07 16:28:47
3034
Bumps gradle/gradle-build-action from 2.5.1 to 2.6.0.Release notesSourced from gradle/gradle-build-action's releases.v2....
SpringBoot Application started JVM time
2025-01-07 16:28:44
5680
Currently, startup metrics missing JVM startup time presented in logs. Example startup log contains line:Started Applica...
SpringBoot Preserve build report artifacts to aid diagnosis of problems in PR builds
2025-01-07 16:28:38
456
We can enable build scans for PR builds without making credentials available to the workflow by publishing scans to scan...
SpringBoot Setting pool size for resttemplate HttpComponentsClientHttpRequestFactory has the setReadTimeout method marked as deprecated
2025-01-07 16:28:36
2448
this code used to work but now got setReadTimeout method marked as deprecated error when update to spring 3@Configuratio...
SpringBoot The auto-configuration class "OAuth2ClientAutoConfiguration" creates two identical "OAuth2AuthorizationRequestRedirectFilter" instances
2025-01-07 16:28:33
4124
When introducing the "spring-boot-starter-oauth2-client" dependency and using the default configuration, two nearly iden...
SpringBoot @ConditionalOnBean does not see a bean defined later in the same auto-configuration
2025-01-07 16:28:30
6708
I ran into this issue while implementing an auto-configuration in a complex project, but here I will exemplify with a ve...
SpringBoot Possible way to refresh Java Keystore without restart spring boot context?
2025-01-07 16:28:28
4446
Let's Encrypt is a new Certificate Authority, which provides free certificates and encourage automation for certificate ...
SpringBoot SBoM of Docker image contains test dependencies
2025-01-07 16:28:25
1874
Hi,To reproduce this issue, simply create a Spring Boot demo application via Spring Initializr (e.g. Spring 2.7.13, Java...
SpringBoot java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.Date (java.lang.String and java.util.Date are in module java.base of loader 'bootstrap')
2025-01-07 16:28:22
7257
Stack trace : java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.Date (java.lang.Str...
SpringBoot The log is invalid in the SpringApplicationRunListeners.starting
2025-01-07 16:28:20
3227
behaviorcode show as belowpublic class CostTimeSpringApplicationRunListener implements SpringApplicationRunListener { ...
SpringBoot @ConditionalOnBean is affected by the order in which beans are declared in the file
2025-01-07 16:28:17
1965
@ConditionalOnBean is affected by the order in which beans are declared in the file. For example, I have a file with the...
SpringBoot Add local baggage and tagged baggage
2025-01-07 16:28:14
1947
If we look at Sleuth & Boot tracing Baggage features comparison we're still missing two.Local Baggage - local baggag...
上一页
下一页
1
…
1799
1800
1801
1802
1803
…
2246
.