springboot Replace whitelist with a term that does not have racist connotations

Until recently, I haven’t fully considered the racist connotations of terms like whitelist and blacklist. Better late th...

springboot Replace whitelist with a term that does not have racist connotations

Forward port of issue #21744 to 2.4.x.

springboot Replace whitelist with a term that does not have racist connotations

Forward port of issue #21743 to 2.3.x.

springboot Replace whitelist with a term that does not have racist connotations

Forward port of issue #21737 to 2.2.x.

springboot Java 14 record type causes No converter found for return value of type during json serialization

Currently, new Java 14 record types cause json serializer for spring boot http end points throw obscure errors like belo...

springboot @SpringBootTest not picking @Named classes with a non-public constructor

Fixes #20930Comment From: philwebbThanks very much for your contribution @encircled. This has now been merged into 2.3.x...

springboot @SpringBootTest not picking @Named classes with a non-public constructor

Forward port of issue #20929 to 2.4.x.

springboot Polish

Forward port of issue #21732 to 2.4.x.

springboot Polish

Hi,this PR polishes some typos. The class comment in FileDescriptor didn't seem to make sense, so I took the freedom and...

springboot The private method of the auto configuration class will be reflected, causing the provided dependency to be thrown java.lang.ClassNotFoundException

There is one AutoConfiguration class call WxMpStorageAutoConfiguration, include method private JedisPool getJedisPool(){...

springboot Building docker image for multi-module project fails

E.g. try with start.spring.io:$ mvn spring-boot:build-image...[INFO] Reactor Summary for start.spring.io 0.0.1-SNAPSHOT:...

springboot PropertiesLauncher cannot load a resource in jar via URL

Forward port of issue #21575 to 2.4.x.

springboot Optimize SystemEnvironmentPropertyMapper

Hi,I just noticed a couple of minor performance tweaks in SystemEnvironmentPropertyMapper. The biggest one is probably t...

springboot Optimize SystemEnvironmentPropertyMapper

Forward port of issue #21523 to 2.4.x.

springboot Discontinue used of io.spring.dependency-management, use Gradle's BOM support instead

The io.spring.dependency-management Gradle plugin performs dependency management, specifically with regards to BOM impor...

springboot Remove usages of deprecated Connector.setAttribute()

Hi,I just noticed two deprecation warnings in TomcatWebServerFactoryCustomizer that this PR fixes.Cheers,Christoph

springboot Remove usages of deprecated Connector.setAttribute()

Forward port of issue #21671 to 2.4.x.

springboot Remove usages of deprecated Connector.setAttribute()

Forward port of issue #21671 to 2.3.x.

springboot Add Instana to supported monitoring systems

Instana automatically picks up Micrometer metrics thanks to its host agent. No configuration is required as the agent at...

springboot Print the java version being used on startup

Hi,this PR closes #21553 by using System.getProperty("java.version"). Alternatively, we could check for Runtime.version(...
上一页 下一页
.