SpringBoot CassandraAutoconfiguration leads to ignored parameters in db-config.conf

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

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

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

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

Tomcat appends welcome file when a directory with trailing slash is requested. For example, http://localhost:8080/app/te...

SpringBoot Actuator: NPE in LongTaskTimingHandlerInterceptor

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

Comment From: mdeinumDuplicate of (the earlier declined) https://github.com/spring-projects/spring-boot/pull/31312. Feel...

SpringBoot Circleci project setup

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

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

Upgrade to ubuntu:focal-20220531Comment From: AakashRaj20/assignComment From: snicoll@AakashRaj20 thanks for the offer b...

SpringBoot spring.profiles.active Deprecated

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

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

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

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

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

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

For some specific cases, it is necessary to set systemEnvironment which is different from systemProperties. For example,...

SpringBoot Remove SpringApplicationHierarchyTests

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

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

I used SpringBoot 1.5.x @Query("select id,stock from CommoditySku where entityId = ?1") List<Commod...
上一页 下一页
.