Nineya
Home
Blog
软著申请
SpringBoot Unify 'observation-enabled' property defaults
2025-01-07 18:00:10
155
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
2025-01-07 18:00:07
859
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
2025-01-07 18:00:05
10694
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
2025-01-07 18:00:02
1330
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
2025-01-07 17:59:49
9033
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
2025-01-07 17:59:46
180
Support apache/activemq-classic for Docker Compose Service ConnectionSupport ActiveMQContainer for Testcontainers Servic...
SpringBoot improve OpenTelemetry config
2025-01-07 17:59:43
1384
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.
2025-01-07 17:59:41
5908
Source code:@EnableJpaRepositories@SpringBootApplicationclass NativeMysqlCharacterTestApplicationfun main(args: Array<...
SpringBoot flyway and datasource configuration wrong logic
2025-01-07 17:59:38
965
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
2025-01-07 17:59:36
827
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
2025-01-07 17:59:31
3542
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'
2025-01-07 17:59:28
22343
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
2025-01-07 17:59:15
3556
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
2025-01-07 17:59:13
1506
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
2025-01-07 17:59:10
1217
Currently, Spring Boot supports ActiveMQ Service Connection for image symptoma/activemq through GenericContainer. Testco...
SpringBoot Upgrade to Commons Compress 1.25.0
2025-01-07 17:59:06
308
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
2025-01-07 17:59:04
1274
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
2025-01-07 17:59:01
322
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
2025-01-07 17:58:59
946
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
2025-01-07 17:58:56
1406
In Spring Boot autoconfiguration package, the AutoConfigurationImportFilter javadoc still mentions spring.factories file...
上一页
下一页
1
…
1726
1727
1728
1729
1730
…
2246
.