springboot Add maxInMemorySize property for ReactiveRestClientAutoConfiguration …

…and add username and password in ClientConfiguration when username or password is not nullComment From: pivotal-issuema...

springboot A property referenced by another property within a YAML file doesn't get overridden properly

Using Spring Boot 1.5.2, I have something like this in my application.yml file, in the root of the classpath of my Sprin...

springboot configprops endpoint cannot display a ConfigurationProperties bean that is a List

Using spring-boot-actuator version 2.1.7.RELEASE the following problem is observed:The application uses a yaml configura...

springboot Allow a snapshot of the classpath to be used to restrict the entries that affect auto-configuration

Our Spring Boot application allows to be extended by users who add their own jars (and dependencies) to the classpath. I...

springboot Embedded directory server should be usable without spring-ldap-core

BackgroundWe are using EmbeddedLdapAutoConfiguration to spin up an InMemoryDirectoryServer for integration testing purpo...

springboot Use ServerHttpResponse.getRawStatusCode() in WebFluxTags

This PR changes to use ServerHttpResponse.getRawStatusCode() in WebFluxTags.This PR also changes Spring Framework versio...

springboot Add Kafka security.protocol key to SpringBoot autoconfig

Having some Kafka properties defined in SpringBoot autoconfig vs some Kafka properties having to be set in a separate "p...

springboot Include version and edition of neo4j database in health details

Actually heath indicator details for Neo4j returns the number of nodes witch makes one database hit neo4j: { status:...

springboot Use ServerHttpResponse.getRawStatusCode() in WebFluxTags

Forward port of issue #19987 to 2.3.0.M3.

springboot Test the Gradle Plugin against Gradle 6.2.2

Hi,this PR tests the Gradle Plugin against 6.2.2 in the 2.2.x mainline.Cheers,Christoph

springboot Upgrade to Gradle 6.2.2

Hi,this PR updates to Gradle 6.2.2.Cheers,Christoph

springboot ConnectionPool metrics are not exposed with r2dbc:pool: based URLs

See https://github.com/spring-projects-experimental/spring-boot-r2dbc/issues/80 for a description of the problem.It look...

springboot For Jetty allow access to SslContextFactory in SslServerCustomizer

JettyServletWebserverFactory sets up SSL connector by creating an SslServerCustomizer. This customizer's 'customize' met...

springboot Use isEmpty() where possible

Hi,this PR polishes cases where isEmpty() could be used in favor of doing size()/length() == 0 checks.Cheers,Christoph

springboot Remove unused parameter in AsciidoctorConventions

Hi,this PR removes an unused parameter in AsciidoctorConventions.Cheers,Christoph

springboot Add auto-configuration for Spring Integration RSocket support

Fixes https://github.com/spring-projects/spring-boot/issues/18812To reuse RSocket server auto-configuration in Spring In...

springboot Bug in Tomcat HTTP2 POST - with big payload

I found a probably bug with http2 handling in spring-boot-starter-tomcat.When I sending HTTP2 POST request with big payl...

springboot Spring Boot 2.2.5 does not run bean validation for null fields

I believe there is a regression between Spring Boot 2.2.4 and 2.2.5 in handling bean validation.I have a small project r...

springboot pid_file file is created with root user ownership even if RUN_AS_USER provided

pid_file is created using checkPermissions() in launch.script file.# Utility functionscheckPermissions() { touch "...
上一页 下一页
.