springboot pull/21267 upgrade mockito-core

Ensure such upgrade.Comment From: wilkinsona@netbeansuser2019 There's no need to open an issue for a pull request that y...

springboot Update pom.xml

Updated mockito-core and related net.bytebuddy:*And of course it should be then in BOM.net.bytebuddy:byte-buddy:1.10.9+C...

springboot Expose additional CNB builder options with build plugins

The CNB builder infrastructure supports the options cleanCache and verboseLogging, which control builder behavior. The M...

springboot Autoconfigure ReactiveGridFsTemplate with MongoProperties.getGridFsDatabase()

Using ReactiveGridFsTemplate I noticed that it is always user the main database, even if GridFsDatabase is specified. I'...

springboot SampleRSocketApplicationTests unauthenticatedAccessToRSocketEndpoint fails intermittently

Access is denied, but the test sometimes picks up a "closed connection" error message. The build scan captures the follo...

springboot Provide an RSocketMessageHandlerCustomizer to allow customizing of the RSocketMessageHandler

Provide an RSocketMessageHandlerCustomizer to allow customizing of the RSocketMessageHandler20303Comment From: pivotal-i...

springboot Disable error message on default error page unless explicitly enabled

We could display a generic message by default. We could reuse the includeStackTrace property or add a new property.Comme...

springboot Add support for customizing Spring Session's cookie serializer

This PR introduces CookieSerializerCustomizer as callback that allows the customization of auto-configured DefaultCookie...

springboot Change default builder image from cloudfoundry/cnb to Paketo

Paketo is the new CNB. The build plugins should default to a Paketo builder image instead of a cloudfoundry/cnb image.

springboot Improve compatibility of launch script by replacing use of seq with a bash native loop

The current launch script uses seq in a subshell in the stop action to wait for the process to terminate. seq is not pre...

springboot Problem with DelegatingWebMvcConfiguration in autoconfiguration

I am facing two issues when I'm using DelegatingWebMvcConfiguration in my custom autoconfiguration module:Creating a con...

springboot Upgrade to Spring Kafka 2.5.0.RC1

Comment From: snicollIt turns out we'll get a Spring Kafka 2.5 release after all. I've updated the title accordingly.

springboot Provide an RSocketMessageHandlerCustomizer to allow customizing of the RSocketMessageHandler

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 KafkaClientMetrics is applied to a newly created producer rather than an existing one

See https://github.com/spring-projects/spring-boot/commit/888a81beba23728078337ad91c27ca4abbcb189e#r38575845Comment From...

springboot Provide a property to disable configuration of the default servlet

Currently AbstractServletWebServerFactory is registering the default Servlet in all cases.With a typical Spring Boot app...

springboot Allow project dependencies to be assigned to layers by their coordinates

This change adds support for including/excluding project dependencies in multi-project builds in custom layers in the la...

springboot Fix some deprecations

Hi,this PR fixes some deprecations in tests. The KafkaAdmin#getConfig() deprecation was introduced in 2.5.x only, which ...

springboot Allow @AutoConfigurationPackage to specify the base packages that should be registered

I am writing a Boot starter where I have some JPA repositories in foo.jpa. I want to add auto-configuration in foo.jpa.a...

springboot Best effort support for Hazelcast 4

Spring Boot 2.3 still provides dependency management for Hazelcast 3. There are a number of changes in Hazelcast 4 that ...

springboot spring-boot-starter-data-jpa pulls in multiple dependencies providing package 'javax.persistence'

I am using:* Spring Boot 2.3.M4* Gradle 6.3* AdoptOpenJDK-14My build is using the Spring Boot and the Spring Dependency ...
上一页 下一页
.