Nineya
Home
Blog
软著申请
SpringBoot Move away from spring.factories for auto-configuration imports
2025-01-07 07:59:49
3354
Using spring.factories to find auto-configuration classes is causing problems with our native work. We initially used it...
SpringBoot Use flyway-bom provided in 9.15.0
2025-01-07 07:59:47
647
Flyway 9.15.0 introduces flyway-bom.See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572....
SpringBoot Annotate EndpointCloudFoundryExtension with @AliasFor
2025-01-07 07:59:44
3488
Got this warning in my log:o.s.c.annotation.AnnotationTypeMapping : Support for convention-based annotation attribute ...
SpringBoot Print JVM thread dumps when a PR build is cancelled
2025-01-07 07:59:40
483
Some of our PR builds are running for 6 hours (the default GitHub action timeout). They seem to do nothing for 5+ hours ...
SpringBoot Metadata for spring.ssl properties are missing
2025-01-07 07:59:37
388
The Javadoc said "This has no effect on collections and maps as these types are automatically identified."Comment From: ...
SpringBoot After upgrading from 2.7.11 to 3.0.7 system environment isn't applied to Property
2025-01-07 07:59:34
5382
After upgrading from 2.7.11 to 3.0.7 system environment isn't applied to PropertyI have a property 'home' in Globals cla...
SpringBoot Rename spring.task.execution.shutdown.await-termination to align with setWaitForTasksToCompleteOnShutdown
2025-01-07 07:59:32
5553
spring-boot-2.6.6I want my @Async tasks to delay a shutdown.application.properties:server.shutdown=gracefulserver.shutdo...
SpringBoot SpringApplication.from(...) is hard to use with Kotlin
2025-01-07 07:59:29
237
Trying to add support to start.spring.io has shown just how awkward SpringApplication.from(...) is to use with Kotlin. F...
SpringBoot Spring Boot 3.1.0 incompatible with Flyway 9.0
2025-01-07 07:59:27
1726
I recently attempted to upgrade from Spring Boot 3.0.6 to 3.1.0, but encountered an incompatibility with FlyWay Enterpri...
SpringBoot Independent management max-in-memory-size property
2025-01-07 07:59:24
1359
EnhancementRelated: https://github.com/spring-projects/spring-boot/issues/9560Implemented out of Spring Boot: https://gi...
SpringBoot Not a managed type: class com.suba.entities.configuration.KidsPackage
2025-01-07 07:59:22
1687
Here I'm trying to connect multiple datasources to my application with two databases (play_activity_service and console_...
SpringBoot This error occurred when javamailsender. send
2025-01-07 07:59:19
529
class com.sun.mail.handlers.text_html cannot be cast to class jakarta.activation.DataContentHandler. Please any help Com...
SpringBoot Upgrade to Testcontainers 1.18.3
2025-01-07 07:59:16
534
Comment From: snicollThanks @eddumelendez but, as described in the PR template, we don't need PR for these. Our semi aut...
SpringBoot Validate DR-Tools Code Health Github Actions
2025-01-07 07:59:14
192
Comment From: pivotal-cla@lucasheim Please sign the Contributor License Agreement!Click here to manually synchronize the...
SpringBoot The error message is unhelpful when spring.rabbitmq.host is configured with a comma-separated value
2025-01-07 07:59:11
550
As discussed on issue #35628, at some point the host property accepted multiple comma-separated hosts. However, this was...
SpringBoot Spring Boot docker compose is not available in maven repository for Spring Boot 3.1
2025-01-07 07:59:08
1354
Hi I tried to use maven to reproduce docker compose support in Spring boot 3.1 however when I try to use the dependency ...
SpringBoot Test never stops on Java 19 with config that includes @EnableScheduling and implementing the SchedulingConfigurer interface
2025-01-07 07:59:05
7786
The testcases never stop when including config that enables scheduling via @EnableScheduling and config that implements ...
SpringBoot Use of @EntityScan causes AOT instance supplier code generation error
2025-01-07 07:58:59
8752
Hello!After updating to Spring boot 3.0.3, native images are showing up the following exception: . ____ _ ...
SpringBoot Extract Flyway properties mapping into separate public API class
2025-01-07 07:58:56
443
See https://github.com/spring-projects/spring-boot/issues/32849Decide if we want to use the property mapping logic into ...
SpringBoot ClassNotFoundException :org.springframework.beans.factory.aot.BeanRegistrationExcludeFilter
2025-01-07 07:58:53
2855
As per the my project requirement , i am going to migration spring boot application from springboot 2.7.6 to 3.0.0 versi...
上一页
下一页
1
…
1811
1812
1813
1814
1815
…
2246
.