SpringBoot Upgrade to spring-asciidoctor-extensions 0.5.0

https://github.com/spring-projects/spring-boot/issues/23605 seems to be meant to upgrade to spring-asciidoctor-extension...

SpringBoot Align name of UndertowServletWebServerFactory's eagerInitFilters with Undertow's naming

Undertow's property is named eagerFilterInit and so is our configuration property. When should rename the getter and set...

SpringBoot Set platform API version when invoking image builder

Per the CNB spec, platforms should pass a CNB_PLATFORM_API variable to all builder lifecycle phases to ensure the phases...

SpringBoot Upgrade to Spring Data 2020.0.0-RC2

Comment From: snicollNot going to upgrade to snapshot yet as Spring Data Neo4j had some package relocations post RC that...

SpringBoot Remove org.synchronoss.cloud:nio-multipart-parser from spring-boot-starter-webflux in favour of WebFlux's own parser

WebFlux now provides its own multipart parser so using the Synchronoss parser is no longer required. We should remove it...

SpringBoot Add KafkaStream's CleanupConfig properties

Add properties for Spring Kafka's cleanup configuration.Comment From: snicoll@adrien-ben thank you for making your first...

SpringBoot Document that @DataNeo4jTest does not support transactional tests with a reactive setup

The former SDN rx provides a @ReactiveDataNeo4jTest for reactive applications. I am try to use @DataNeo4jTest(it declare...

SpringBoot Document that a reactive transaction manager is not auto-configured with Spring Data Neo4j

I am trying to update the former SDN Rx example project to the latest Spring Boot 2.4(SDN RX is merged right ?).The firs...

SpringBoot GRPC support for couchbase integration

Hi ,creating this issue as I couldn't find reference for GRPC support with couchbase/nosql integration in documentation ...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.Comment From: philwebbThanks once again @izeye !

SpringBoot Add a FailureAnalyzer for ConfigDataLocationNotFoundException

As suggested by @dsyer, we could add a FailureAnalyzer for ConfigDataLocationNotFoundException.Comment From: MiehauHi, m...

SpringBoot Override Undertow's defaults so that the request URL of a forwarded request is spec-compliant and make it configurable via an application property

By default, Undertow preserves the original request URL when a request is forwarded. This does not comply with the Servl...

SpringBoot Bean Validation error on JBoss EAP 6.4.2

JBoss EAP 6.4 uses al older version of Bean Validation than Spring Boot 1.3.0.M4, after excluding the libraries in quest...

SpringBoot Upgrade to Spring Framework 5.3.0-RC2

Comment From: snicollFor the record we are aware that this broke the build. I am working on a fix that's more involved t...

SpringBoot Setting server.undertow.eager-filter-init has no effect

The configuration property isn't mapped onto the factory so setting it has no effect. It should be done by UndertowServl...

SpringBoot Use Files.createTempDirectory(String, FileAttribute<?>...) for temporary directory creation

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-10...

SpringBoot spring.main.lazy-initialization=true doesn't work on InitializingBean#afterPropertiesSet

In my project,I user a bean which implements FactoryBean and InitializingBean interface. I user spring.main.lazy-initial...

SpringBoot Use a Property<String> named mainClass to configure the main class name in the Gradle plugin

Gradle seems to have settled on a Property&lt;String&gt; named mainClass for configuring the name of the main class. See...

SpringBoot Update default builder image for image builds with buildpacks

Now that the Cloud Native Buildpacks lifecycle supports multiple platform API versions Spring Boot can safely consume th...

SpringBoot spring-boot-loader loader.path is not working with latest 2.3.4.RELEASE(it was working with 1.3.8.RELEASE)

I am trying to load some external jars in gradle undertow project using spring-boot-loader version 2.3.4.RELEASE by pass...
上一页 下一页
.