SpringBoot MDC auto-configuration for Brave and OpenTelemetry

A sample with a test that proves that things are working fine mdc-observability.zipComment From: wilkinsonaSorry, looks ...

SpringBoot spring-boot-autoconfigure-processor does not work well in Eclipse

While work on main, I've found two problems with spring-boot-autoconfigure-processor when using Eclipse:When cleaning a ...

SpringBoot Migrate to AuthorizationFilter in Spring Security auto-config

This commit updates Servlet based Spring Security auto-configuration to use AuthorizationFilter, which is intended to su...

SpringBoot Upgrade to Dependency Management Plugin 1.0.14.RELEASE

Comment From: wilkinsonaThere's a performance regression in 1.1.0-RC1. Let's stick with 1.0.x for M5.Comment From: wilki...

SpringBoot Document classpath* location for looking up GraphQL schemas across modules

VersionSpring Boot 2.7.1DescriptionWe created a new itest source set in Gradle and when we run the test using @SpringBoo...

SpringBoot Add support for configuring Spring Session Redis repository

With Spring Session moving to RedisSessionRepository as the preferred session repository, Spring Boot auto-configuration...

SpringBoot Upgrade to Spring Batch 4.3.7

Comment From: ManikantaKandagatla@snicoll can you guide me to what exactly needs to be done as part of this task. I want...

SpringBoot Remove spring.factories auto-configuration support

When #29698 has been finished in 2.7.x we should fully remove spring.factories support in 3.0.xComment From: snicollWe'v...

SpringBoot Switch JDK 19 CI to Bellsoft Liberica

Once Bellsoft Liberica Java 19 builds are available, we should:Update get-jdk-url.sh to use itUpdate detect-jdk-updates....

SpringBoot Tracing and metrics handlers are registered in the wrong order

The current order is metrics and then tracing. It should be the other way around.Comment From: wilkinsonahttps://github....

SpringBoot Posted forms are decoded with ISO-8859-1 instead of UTF-8

Hi,after upgrading from 1.3.0.M4 to 1.3.0.M5 form parameter if sent with a POST seem to be decoded with ISO-8859-1 inste...

SpringBoot Execution optimisations are disabled for generateResourcesConfigFile and nativeCompile

We currently configure the classpath of the native image binary in response to the realization of a BuildNativeImageTask...

SpringBoot Enable http and https protocol on native-image

The rest-template smoke tests currently fails with:Caused by: java.net.MalformedURLException: Accessing an URL protocol ...

SpringBoot Add a configuration option for running a SpringApplication with AOT optimizations

We're currently working on integrating AOT in the build plugins. At the moment, a typical output for processing the appl...

SpringBoot Upgrade to Kafka 3.2.3 in 3.0.0-M5

See https://github.com/spring-projects/spring-kafka/issues/2403Comment From: snicollThanks for the heads-up Gary, this i...

SpringBoot UserDetailsServiceAutoConfiguration should be conditional on missing ReactiveAuthenticationManager

In applications annotated with @EnableWebFluxSecurity, and ReactiveAuthenticationManager beans defined, UserDetailsServ...

SpringBoot Update Gradle plugin to skip processAot when there is no main source and to skip processTestAot when there is no test source

@sdeleuze pointed out that https://github.com/mhalbritter/spring-aot-jarsigner-reproducer fails with the following.> ...

SpringBoot Configure Batch with the auto-configured PlatformTransactionManager

In Batch 5, its PlatformTransactionManager is no longer a bean. This hopefully makes it possible for us to configure Bat...

SpringBoot Update Maven plugin management to expose a configuration property for the Native Metadata Repository version

As discussed with @odrotbohm, overriding the version of the metadata repository requires to redefine the plugin coordin...

SpringBoot Generated classes are not available with nativeTest

This can be reproduced using https://github.com/snicoll/demo-aot-nativeA call to ./gradlew nativeCompile works as expect...
上一页 下一页
.