SpringBoot Unify 'observation-enabled' property defaults

change spring.pulsar.listener.observation-enabled and spring.pulsar.template.observations-enabled to falseCloses #38737 ...

SpringBoot NoClassDefFoundError of XSSFWorkbook on Spring boot 3 native image

I have spring boot 3.2.1 project and I am using apache poi version 5.2.5when I build the native image I get the error ja...

SpringBoot ValueCodeGenerationException: Failed to generate code for [...] JwtDecoder [...] in Spring Boot 3.2

Hi, we're facing an issue with Spring Boot 3.2.2. Currently we use 3.1.8 together with "id 'org.graalvm.buildtools.nativ...

SpringBoot Repository injection dependency. Method 1 can obtain dependencies normally. The dependency acquired by method 2 is null

Repository injection dependency. Method 1 can obtain dependencies normally. The dependency acquired by method 2 is nul...

SpringBoot Allow proper replacement of @SpringBootTest and extension of SpringBootTestContextBootstrapper

The last version of SpringBootTestContextBootstrapper allows extension so users could create there own test bootstrapper...

SpringBoot Add service connection for Docker Compose and Testcontainers ActiveMQ

Support apache/activemq-classic for Docker Compose Service ConnectionSupport ActiveMQContainer for Testcontainers Servic...

SpringBoot improve OpenTelemetry config

configure OpenTelemetry via opentelemetry-sdk-extension-autoconfigureuse opentelemetry-micrometer-1.5 bridgethe change i...

SpringBoot When 'gradlew nativeCompile' is compiled locally, the result compiled in Chinese in the bytecode will become garbled.

Source code:@EnableJpaRepositories@SpringBootApplicationclass NativeMysqlCharacterTestApplicationfun main(args: Array&lt...

SpringBoot flyway and datasource configuration wrong logic

It seems, that if flywayDatasource is not defined, the bean "flywayDatasource" will be populated by the datasource and t...

SpringBoot Auto-configured ConcurrentPulsarListenerContainerFactory and PulsarConsumerFactory cannot be injected into injection points with specific generic type information

It is not possible to inject a specifically typed PulsarConsumerFactory nor ConcurrentPulsarListenerContainerFactory whe...

SpringBoot Value properties with Duration type cannot be converted in unit test

Spring Boot version: 2.5.14We have value properties like this:@Value("${app.timeout}")private Duration timeout...

SpringBoot springboot native sql error Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (gb18030_chinese_ci,COERCIBLE) for operation 'like'

springboot-version: 3.2.1graal-vm-version: GraalVM 17.0.9+11.1mysql-version: 8.0Works normally in jvm environment.Not wo...

SpringBoot Add ConfigurationProperties support to specify Spring Batch job parameters

When use Spring Boot with Spring Batch, currently we use command line arguments to transmit job parameters. This is a ty...

SpringBoot After upgrade from Spring Boot 2.7 to SpringBoot 3.1.6 @Transactional is not working for the async calls

When you Upgrade Spring Boot2.7 to SpringBoot3.1.6 @Transactional is not working for the Async calls.1. There is no er...

SpringBoot Support ActiveMQContainer Testcontainers implementation

Currently, Spring Boot supports ActiveMQ Service Connection for image symptoma/activemq through GenericContainer. Testco...

SpringBoot Upgrade to Commons Compress 1.25.0

Forward port of issue #39148 to 3.2.x.Comment From: wilkinsonaWe're going to revert this change in 3.1.x and 3.2.x as it...

SpringBoot Usage of System.out in Jetty GracefulShutdown

When using graceful shutdown with Jetty, current requests are written with system.out instead of logger. Was it intentio...

SpringBoot Startup failure when you have multiple @DynamicPropertySources in Spring Boot 3.2.2

There was no check for existing EventPublisherRegistrar in registry, bug: https://github.com/spring-projects/spring-boot...

SpringBoot Checking for invalid characters in SpringBootContextLoader.setActiveProfiles

This PR relates to #34062. I created a loop at the beginning of the method that goes through the list of profiles and ch...

SpringBoot Update Javadoc for AutoConfigurationImportFilter

In Spring Boot autoconfiguration package, the AutoConfigurationImportFilter javadoc still mentions spring.factories file...
上一页 下一页
.