Nineya
Home
Blog
SpringBoot server.servlet.session.cookie.same-site isn't applied to Spring Session's SESSION cookie
2025-01-07 01:53:09
233
This commit adds the mapping of server.servlet.session.cookie.same-site configuration property to DefaultCookieSerialize...
SpringBoot Simplify AssertJ usage
2025-01-07 01:53:05
163
I've noticed some potential simplifications related to AssertJ, so here is the PR 🙂 Comment From: snicollThanks @scordio...
SpringBoot springboot2.5第一次请求访问很慢,第二次正常
2025-01-07 01:53:02
713
Comment From: wilkinsonaThe title, via Google translate:The first request is very slow, the second is normalDepending on...
SpringBoot Polish README.adoc
2025-01-07 01:52:57
457
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
2025-01-07 01:52:52
186
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
2025-01-07 01:52:48
337
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
2025-01-07 01:52:44
2560
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
2025-01-07 01:52:38
1165
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
2025-01-07 01:52:34
1434
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
2025-01-07 01:52:30
685
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
2025-01-07 01:52:27
1221
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
2025-01-07 01:52:23
778
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
2025-01-07 01:52:20
7391
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
2025-01-07 01:52:16
3901
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)
2025-01-07 01:52:12
4617
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
2025-01-07 01:52:07
3467
Liquibase has property liquibase.hub.mode (https://docs.liquibase.com/tools-integrations/liquibase-hub/commands.html). I...
SpringBoot Nested ConfigurationProperties, Records, Optional and Validation
2025-01-07 01:52:03
1607
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…
2025-01-07 01:51:59
140
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.
2025-01-07 01:51:56
175
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
2025-01-07 01:51:51
1314
When building an image with ./mvnw spring-boot:build-image if I add two buildpacks to my configuration using the format ...
上一页
下一页
1
…
1984
1985
1986
1987
1988
…
2246
.