SpringBoot server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie

This commit adds the mapping of server.servlet.session.cookie.same-site configuration property to DefaultCookieSerialize...

SpringBoot Simplify AssertJ usage

I've noticed some potential simplifications related to AssertJ, so here is the PR 🙂 Comment From: snicollThanks @scordio...

SpringBoot springboot2.5第一次请求访问很慢,第二次正常

Comment From: wilkinsonaThe title, via Google translate:The first request is very slow, the second is normalDepending on...

SpringBoot Polish README.adoc

I have corrected the sentences grammatically in the README.adocComment From: pivotal-cla@vashisthabhinav Please sign the...

SpringBoot Add public to getter and setter for StackdriverProperties.useSemanticMetricTypes

This PR adds public access modifier to getter and setter for StackdriverProperties.useSemanticMetricTypes as it seems to...

SpringBoot Add consistent quotes in YAML samples of reference doc

Fix #28709Added quotes in all YAML samples from the .adoc files where they were missingReplaced ' with " in one YAML sam...

SpringBoot Consistently use quotes in YAML samples

As raised in #28671 we have some YAML in the docs that doesn't quote strings. I think most of the samples do so we shoul...

SpringBoot WebFluxTest include user defined security configuration

Fix #16088In order to WebFluxTypeExcludeFilter include user defined security configuration, I check that the class annot...

SpringBoot Actuator Info from application configuration missing after update to 2.6

My application is including custom information in the /actuator/info endpoint (as described here: https://www.baeldung.c...

SpringBoot Fix documented default value for property spring.mvc.pathmatch.matching-strategy

Spring Boot 2.6.x documentation states that the default value for property spring.mvc.pathmatch.matching-strategy is ant...

SpringBoot PrometheusScrapeEndpoint prefers OpenMetrics and ignores client preference

This issue is closely connected to https://github.com/spring-projects/spring-boot/issues/28130 I think all of the versio...

SpringBoot Info Actuator - Custom Properties not returned - Spring Boot 2.6.0-2.6.1

We have a Spring Boot application that we just upgraded from Boot 2.5.6 to 2.6.0/2.6.1 and noticed that calling the act...

SpringBoot Error page is accessible when no credentials are provided

There is an inconsistency in the default 401 Unauthorized response.If client credentials are not provided:- 401 Unauthor...

SpringBoot Provide a way to bind classes with multiple prefixes

I've a use case where I need to bind configuration properties based on two prefixes, one of which is determined at runti...

SpringBoot application-test.properties ignored after upgrading to Spring Boot 2.6.0 (maybe 2.5.7)

Hi, the following used to work with Spring Boot 2.5.6 (accessing the properties from src/test/resources/application-test...

SpringBoot Support "liquibase.hub.mode" in LiquibaseProperties.java

Liquibase has property liquibase.hub.mode (https://docs.liquibase.com/tools-integrations/liquibase-hub/commands.html). I...

SpringBoot Nested ConfigurationProperties, Records, Optional and Validation

Similar to https://github.com/spring-projects/spring-boot/issues/27141 but with one major difference - it doesn't seem t...

SpringBoot Replace if condition in catch block with catch for the specific excep…

https://github.com/spring-projects/spring-boot/issues/28924Comment From: snicollThanks foe the PR but I prefer the code ...

SpringBoot JsonObjectSerializer.serialize - refactor condition in catch block.

JsonObjectSerializer.serialize - use own catch block for IOException.Comment From: snicollThanks but we don't need both ...

SpringBoot Image buildpack references without tag do not default to latest version

When building an image with ./mvnw spring-boot:build-image if I add two buildpacks to my configuration using the format ...
上一页 下一页
.