springboot Ignore Gradle directories in NoHTTP checkstyle validation

When switching between master and maintenance branches, the .gradle and buildSrc directories in the root of the reposito...

springboot Upgrade to Spring Data Moore-SR8

Comment From: mp911deSpring Data dependency versions are:org.mongodb:mongodb-driver-reactivestreams -> 1.12.0org.mong...

springboot Upgrade to Spring Data Lovelace-SR18

Comment From: mp911deSpring Data dependency versions are:org.mongodb:mongodb-driver-reactivestreams -> 1.9.2org.mongo...

springboot Upgrade to Postgresql 42.2.13

Comment From: andrei-ivanov42.2.14 is already available 😁

springboot @ConfigurationProperties @ConstructorBinding sets missing Optional to null

With immutable configuration properties as described at https://docs.spring.io/spring-boot/docs/current/reference/html/s...

springboot Timeout for defaulting log levels

We are managing our services log levels with spring boot admin app, which lets us change log levels in live services. Ho...

springboot Introduce support for automatic rollback of log level after a given delay

21740Introduce support for automatic rollback of log level after a given delay. Log level will be set to previous value....

springboot Auto-Configuration for Cassandra does not back off if a custom ReactiveSessionFactory is defined

…ions to create it on their own.This addresses #21741 by annotating reactiveCassandraSessionFactory bean with @Condition...

springboot Auto-Configuration for Cassandra does not back off if a custom ReactiveSessionFactory is defined

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 There are some problems in configuring mongodb with yaml in Spring Boot 2.3.0

The versionSpring Boot:2.3.0MongoDB:4.2.7The configuration for mongodbspring: data: mongodb: uri: mongodb://roo...

springboot ConnectionFactoryBuilder.Create not supported for Springboot 2.3.0

Am trying to add custom MetricsExecutionListener for my postgres db. Before SpringBoot 2.3.0 It was likely to be below@...

springboot WebMvcTest does not use the auto-configured ordering for Spring Security's filter

Describe the bugWebMvcTests with spring-security-test have a different filter order than during "normal" runtime.To Repr...

springboot WebMvcTest does not use the auto-configured ordering for Spring Security's filter

Forward port of issue #21837 to 2.4.x.

springboot WebMvcTest does not use the auto-configured ordering for Spring Security's filter

Forward port of issue #21801 to 2.3.x.

springboot Elasticsearch: Support REST URIs including userInfo

Setting the spring.elasticsearch.rest.uris with value http://login:password@host:port generates UnknownHostException: lo...

springboot The @ActiveProfiles throws exception while trying to overriding properties file values

IS: while upgrading from SpringBoot 2.2.7 to 2.3.0, the overriding behaviour of @ActiveProfiles changed without notice o...

springboot REST Endpoint receiving null body when SSL enabled

I am posting large body(~12-18kb) to the REST . The endpoint is receiving null body randomly(not every request).When I a...

springboot Rendering ${application.version} in a custom banner does not work in 2.3.0

The variable ${application.version} does not render in a customer banner file. The same file works in version 2.2.2.The...

springboot Document using system properties in gradle plugin docs

Forward port of issue #21798 to 2.4.x.
上一页 下一页
.