Nineya
Home
Blog
SpringBoot MDC auto-configuration for Brave and OpenTelemetry
2025-01-07 03:59:24
285
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
2025-01-07 03:59:21
716
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
2025-01-07 03:59:18
3717
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
2025-01-07 03:59:16
271
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
2025-01-07 03:59:12
3423
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
2025-01-07 03:59:10
1490
With Spring Session moving to RedisSessionRepository as the preferred session repository, Spring Boot auto-configuration...
SpringBoot Upgrade to Spring Batch 4.3.7
2025-01-07 03:59:07
433
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
2025-01-07 03:59:03
1703
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
2025-01-07 03:58:58
200
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
2025-01-07 03:58:56
160
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
2025-01-07 03:58:52
3890
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
2025-01-07 03:58:49
542
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
2025-01-07 03:58:47
2865
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
2025-01-07 03:58:45
2819
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
2025-01-07 03:58:35
153
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
2025-01-07 03:58:19
734
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
2025-01-07 03:58:15
2955
@sdeleuze pointed out that https://github.com/mhalbritter/spring-aot-jarsigner-reproducer fails with the following.> ...
SpringBoot Configure Batch with the auto-configured PlatformTransactionManager
2025-01-07 03:58:12
1676
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
2025-01-07 03:58:06
4285
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
2025-01-07 03:58:04
2118
This can be reproduced using https://github.com/snicoll/demo-aot-nativeA call to ./gradlew nativeCompile works as expect...
上一页
下一页
1
…
1896
1897
1898
1899
1900
…
2246
.