Nineya
Home
Blog
SpringBoot CassandraAutoconfiguration leads to ignored parameters in db-config.conf
2025-01-07 03:15:41
3887
We are using the cassandra driver specific configuration file db-config.conf via the property:spring: data: cassandr...
SpringBoot Default password should not be logged when AuthenticationManagerResolver bean is present
2025-01-07 03:15:35
5097
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...
SpringBoot Move auto-configuration for reactive Elasticsearch client into o.s.b.autoconfigure.elasticsearch
2025-01-07 03:15:31
995
Comment From: wilkinsonaHaving implemented it, I'm not completely convinced that this is a good idea. The thing that put...
SpringBoot Zipkin auto-configuration should not back off on custom SpanHandler
2025-01-07 03:15:28
309
In an application there can be many SpanHandlers, from which one is the Zipkin span handler. The way the auto-configurat...
SpringBoot Welcome File Support in Tomcat Broken with Spring Boot 2.4.x
2025-01-07 03:15:25
8415
Tomcat appends welcome file when a directory with trailing slash is requested. For example, http://localhost:8080/app/te...
SpringBoot Actuator: NPE in LongTaskTimingHandlerInterceptor
2025-01-07 03:15:21
40034
I encountered the following NPE in Spring Boot Actuator 2.1.3.RELEASE:java.lang.NullPointerException: null at org.spr...
SpringBoot Feature/add new features
2025-01-07 03:15:17
418
Comment From: mdeinumDuplicate of (the earlier declined) https://github.com/spring-projects/spring-boot/pull/31312. Feel...
SpringBoot Circleci project setup
2025-01-07 03:15:13
371
Comment From: pivotal-cla@nexlesoft-devops Please sign the Contributor License Agreement!Click here to manually synchron...
SpringBoot Add null check on throws exception indicating malformed json if null
2025-01-07 03:15:10
720
This fixes this issue #31301 . This problem only applies to the BasicJsonParser since the other parser return exceptions...
SpringBoot Upgrade Ubuntu version in CI images
2025-01-07 03:15:05
261
Upgrade to ubuntu:focal-20220531Comment From: AakashRaj20/assignComment From: snicoll@AakashRaj20 thanks for the offer b...
SpringBoot spring.profiles.active Deprecated
2025-01-07 03:14:52
412
How can I use different yml It doesn`t work Comment From: wilkinsonaThat's a bug in your IDE. While the old spring.profi...
SpringBoot Add Runnable variant of TestPropertyValues.applyToSystemProperties
2025-01-07 03:14:45
158
Currently TestPropertyValues.applyToSystemProperties accepts a Callable. We should add a Runnable overload for the times...
SpringBoot Add a method to ApplicationContextRunner that prepares but does not refresh the context
2025-01-07 03:14:42
222
For testing #31163 we want to use the ApplicationContextRunner to setup the context that will be processed. Currently we...
SpringBoot Support management contexts with AOT
2025-01-07 03:14:39
2445
When running actuator on a different port we create a new child application context. This currently doesn't work with AO...
SpringBoot AutoConfiguration of ApplicationListener doesn't work
2025-01-07 03:14:34
1461
springboot version: 2.7.0Minimal repo https://github.com/yzqbugs/spring-bugsInstead of using spring.factoriesi use the n...
SpringBoot spring-boot-starter-actuator needs a newer version of micrometer-core
2025-01-07 03:14:31
5536
Due to changes in micrometer-core, spring-boot-starter-actuator was updated in issue #27688 to handle the fact that micr...
SpringBoot Provide a more concise way to customize the system environment when using ApplicationContextRunner
2025-01-07 03:14:27
4610
For some specific cases, it is necessary to set systemEnvironment which is different from systemProperties. For example,...
SpringBoot Remove SpringApplicationHierarchyTests
2025-01-07 03:14:22
714
SpringApplicationHierarchyTests was originally added as part of some changes to make actuator play nicely with context h...
SpringBoot Apply initializers and bean registrations before registering classes in ApplicationContextRunner
2025-01-07 03:14:19
388
See https://github.com/spring-projects/spring-boot/issues/30153#issuecomment-1147318019 for background. We'd like to upd...
SpringBoot Dynamic Projections error Null return value from advice does not match
2025-01-07 03:14:16
5641
I used SpringBoot 1.5.x @Query("select id,stock from CommoditySku where entityId = ?1") List<Commod...
上一页
下一页
1
…
1929
1930
1931
1932
1933
…
2246
.