SpringBoot spring-boot version switchable without change pom.xml

spring-boot-starter-parent should not using spring-boot-dependencies as parent.we can using -Dspring-boot.version=xxx or...

SpringBoot Polish Deprecated add @deprecated javadoc

Add @deprecated on @Deprecated classComment From: philwebbWe don't need to do this since these are package private class...

SpringBoot Polish if-else to switch case

if-else statement to switch caseComment From: leeseojune53I don't know why the code style fails.Comment From: philwebbTh...

SpringBoot Upgrade to Kotlin 1.5.30

Comment From: vladimirfxHi there!The Spring Boot team directly say in PR template (https://github.com/spring-projects/sp...

SpringBoot Fix abstract class's constructor access modifier

abstract class's constructor was public access modifier, so i changed to protected because we must use the most restrict...

SpringBoot Added goal [fmc], support to find main class and set to specified property

Added goal [fmc], support to find main class and set to specified property.Sometimes we use spring-boot, but do not want...

SpringBoot Allow all build info properties to be disabled by setting them to null or an empty string

Spring Boot's Gradle plugin allows setting build.time property to null (in order to ensure builds are reproducible), how...

SpringBoot Support configure "domainNamePattern" and "sameSite" for spring session cookie

Comment From: philwebbI'm not sure that we should add additional properties here since we currently also use them in Abs...

SpringBoot update jakarta.el CVE-2021-28170

seehttps://github.com/eclipse-ee4j/el-ri/issues/155Comment From: scottfrederickAs mentioned in the pull request template...

SpringBoot Align ApplicationTemp creation code with Files.createTempDirectory

The current ApplicationTemp directory creation logic doesn't work in exactly the same way as Files.createTempDirectory a...

SpringBoot 2.4 Release Notes does not indicate that known annotation processors are removed from repackaged jar

I upgraded a spring boot project from v 2.1 to 2.4.0 .After a 'mvn clean install' the configuration processor jar is mis...

SpringBoot It is recommended not to initialize the log configuration recursively, which will lead to unnecessary memory occupation

It is recommended not to initialize the log configuration recursively, which will lead to unnecessary memory occupationW...

SpringBoot boot 2.4.6 no message being typed on the console

spring boot 2.4.6中:spring:profiles:active :test,nacos and spring:profiles:active: - prodall group:prodall: - nacos- dev ...

SpringBoot Exception in thread "main" java.lang.AbstractMethodError: org.springframework.boot.context.config.ConfigFileApplicationListener.supportsSourceType(Ljava/lang/Class;)Z

I'm getting this error message when trying to run a .java file using Spring Boot. This is my first project, I checked th...

SpringBoot Consider to create a common table track history control for Common Application Properties

I have a demo about Spring Boot for my students and I did realize about the following.For the following application prop...

SpringBoot ConnectionInfo missing setUserName() method

Version: Springboot 2.5.4 and 2.5.3 Class:org.springframework.boot.autoconfigure.data.redis.RedisConnectionConfiguration...

SpringBoot Don't use CustomNumberEditor and CustomBooleanEditor for binding conversion

I think we can add CustomNumberEditor and CustomBooleanEditor to EXCLUDED_EDITORS since the standard conversion service ...

SpringBoot spring.codec.max-in-memory-size does not seem to be honored for JSON decoding

Hello,while trying to decode a bigger JSON payload with the following code, I run into the problem that the in memory bu...

SpringBoot Support autoconfigure additional redis instances

It's common to connect multiple redis servers in the sample application, currently It's not easy to reuse RedisAutoConfi...

SpringBoot Inconsistency when processing an embedded multi-document application.yml vs multi-document config files serviced by the config server

I have an embedded application.yml which includes 2 profile sections (profile1 and profile2). I also am using a config s...
上一页 下一页
.