SpringBoot Fix reference to a configuration property in cloud.adoc

Comment From: pivotal-cla@anvithabs Please sign the Contributor License Agreement!Click here to manually synchronize the...

SpringBoot Fix reference to a configuration property in cloud.adoc

There's a spring.lifecycle.timeout-per-shutdown-phase in cloud.adoc that should be configprop:spring.lifecycle.timeout-p...

SpringBoot Support comma-separated values in EntityScan's basePackages placeholders

With this change, EntityScan can now support comma-separated values when resolving placeholders in its base packages or ...

SpringBoot Support comma-separated values when resolving placeholders in @EntityScan's basePackages or value attributes

It does not seem to be possible in inject a multi-valued property into the @EntityScan annotation.Examples that do not w...

SpringBoot Remove Flyway references from AbstractDependsOnBeanFactoryPostProcessors for Liquibase

This PR removes FlywayMigrationInitializer references from AbstractDependsOnBeanFactoryPostProcessors for Liquibase as t...

SpringBoot Support non-blocking XML Marshalling with jackson-dataformat-xml

Hi,Jackson-xml marshalling seems to be broken in the 2.0.0 M2 milestone release for Spring boot (with web-flux). I tried...

SpringBoot Dependency management for Prometheus's Pushgateway is incomplete

Actuator depends on TextFormat from io.prometheus:simpleclient_common but we only have dependency management for io.prom...

SpringBoot SpyDefinition.SpringAopBypassingVerificationStartedListener seems to handle the event parameter incorrectly.

I'm seeing the following exception when using @SpyBean for a CrudRepository in my Integration-Tests:org.mockito.exceptio...

SpringBoot Remove dependency management for org.webjars:hal-browser

We no longer make any use of the dependency and Spring Data REST has replaced its spring-data-rest-hal-browser module wi...

SpringBoot Exception thrown from /actuator/configprops endpoint when spring.config.import=configtree:xxxx is used

When using configtrees, the actuator endopoint actuator/configprops throws the exception shown below.Spring boot version...

SpringBoot additional-spring-configuration-metadata.json not merged when used with Kotlin / KAPT / Maven

Hi, First, to let you know, when we ask for a project with spring configuration processor on start.spring.io, the kapt c...

SpringBoot add neo4j test-harness to bom

since gradle platform (obnoxiously) can't support using the neo4j-version property, it would be nice if this dependency ...

SpringBoot Upgrade to Hibernate Validator 6.2.0.Final

Comment From: fmartinouHi,It seems that Hibernate Validator 6.2.0.Final is affected by CVE-2020-10693 which has been fix...

SpringBoot Mutate existing default HttpMessageConverter instead of adding duplication

I found Spring Boot add two flavored HttpMessageConverters to default messageConvertershttps://github.com/spring-project...

SpringBoot Use server version from database in Neo4j health details

The version are now fetched via the build in meta-information from the database itself. They were previously retrieved v...

SpringBoot Neo4j health details use a deprecated information (org.neo4j.driver.summary.ServerInfo#version)

We are currently providing some details about the Neo4j server in our health indicator. One bit of it, the server versio...

SpringBoot 2.5.x: Log4j2’s AsyncAppenderEventDispatcher prevents JVM from exiting if the application fails to start

In short, a JVM with Spring Boot 2.5.x project doesn’t shutdown on application start failure if log4j2’s Async appender ...

SpringBoot 2.5.x: not possible anymore to use JPA related beans in Liquibase CustomChangeSets

I know that this is a circular dependency problem: JPA is waiting for liquibase and customchange set from liquibase is w...

SpringBoot Exception thrown from /actuator/env endpoint when spring.config.import=configtree:xxxx is used

As the title describes, when spring.config.import=configtree:xxxx is used, /actuator/env endpoint doesn't work with the ...

SpringBoot @RepositoryRestResource Jackson MismatchedInputException when POSTing JPA entity link relationship

In Spring Boot 2.5.2, something is broken with Jackson, when using @RepositoryRestResource to POST a new entity into the...
上一页 下一页
.