SpringBoot Provide a way to opt in to running with AOT optimizations on the JVM

The use of AOT optimisations can be enabled automatically when running in a native through a NativeDetector.inNativeImag...

SpringBoot To fully align with ISO-8601, use yyyy-MM-dd'T'HH:mm:ss.SSSXXX as the default logging date format

At present the default logging pattern does not append any timezone / offset information to the time of the event. This ...

SpringBoot Event handling in JobExecutionExitCodeGenerator is not thread-safe

The listener could be invoked concurrently by multiple thread, we should make them threadsafe.SimpleApplicationEventMult...

SpringBoot Add OtlpMeterRegistry auto-configuration

micrometer 1.9 ships a new module for otlp and this commit add theauto-configuration.See gh-30798Comment From: eddumelen...

SpringBoot Apply key values rename consistently

This PR tries to apply key values rename consistently.Comment From: wilkinsonaThanks very much, @izeye.

SpringBoot Fix property in CustomHibernateJpaAutoConfigurationTests.defaultDatabaseIsSet()

This PR fixes a property in CustomHibernateJpaAutoConfigurationTests.defaultDatabaseIsSet().Comment From: wilkinsonaThan...

SpringBoot How to map @ConfigurationProperties to java util Properties.

We have a application which accepts java util properties as input. Right now we are manually mapping each field from Con...

SpringBoot Upgrade to Maven Dependency Plugin 3.3.0 for 2.6.x

Currently this has only been addressed for 2.7.x, which is not released yet.It's better to also fix this in 2.6.x due to...

SpringBoot InteractiveAuthenticationSuccessEvent is not handled

See https://github.com/spring-projects/spring-security/issues/3857We should fix Spring Boot where it expects an Authenti...

SpringBoot Additional slash added to context path in Spring Boot v2.6.3

Hi Team,Recently, I came across an issue where a forward slash ('/') gets automatically added before the context path or...

SpringBoot How to stop bootRun gracefully in gradle?

Sorry for my poor English.When i use Ctr + c stop the bootRun but gradle daemon stop too. It's a waste of timespring b...

SpringBoot Spring JPA with DynamoDB integration ?

I have implemented code Spring JPA + Hbase, now I wanted to replace HBase with DynamoDB. I was thinking to integrate jpa...

SpringBoot Integrate AOT generation in Spring Boot Gradle Plugin

Spring Framework has recently introduced a way to inspect the state of an application at build-time, and generate code t...

SpringBoot Auto-configure Micrometer's JVM info metrics

Micrometer 1.7 provides JvmInfoMetrics and this commit providesauto-configuration.See gh-30797Comment From: wilkinsonaTh...

SpringBoot Generation of the Maven plugin's descriptor may include stale inputs

The sources are placed in build/plugin-descriptor using a Copy task. This means that a build after some source has been ...

SpringBoot BeanCreationException after upgrade SpringBoot 2.5.4 -> 2.5.13

We have internal library with common configuration/code for our services.And we want to upgrade used SpringBoot version...

SpringBoot jvm metrics lost (2.5.+)

DescriptionUpgrading from spring-boot 2.3.4 to 2.5(.4) removed all the jvm, and other metrics from /actuator/metrics onl...

SpringBoot Write native image configuration data directly into recommended location

It is recommended that native image configuration data is written into a location that contains the group ID and artifac...

SpringBoot Spring LDAP 2.4.0-RC1 upgrade in Spring Boot 2.7.0-RC1 pulling in incompatible version of JAXB

Testing with Spring Boot 2.7.0-RC1, I noticed that the spring-boot-dependencies is using Spring LDAP version 2.4.0-RC1. ...

SpringBoot Upgrade Java 18 version in CI image

https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.1%2B10/OpenJDK18U-jdk_x64_linux_hotspot_18.0.1...
上一页 下一页
.