Nineya
Home
Blog
软著申请
SpringBoot Test Gradle Plugin against 8.2-rc-1
2025-01-07 07:58:51
1785
Hi folks,Gradle 8.2 is around the corner with nagging around the usage of Project.getConvention -> https://docs.gradl...
SpringBoot Spring Boot 3.1.0 Configuration Changelog does not exist
2025-01-07 07:58:47
249
The Spring Boot 3.1.0 Release Notes reference the Spring Boot 3.1.0 Configuration Changelog, but as of writing, the conf...
SpringBoot ConditionalOnClass annotation causing bean initialization failure when dependent class is missing |
2025-01-07 07:58:43
2834
Issue Description:When using the @ConditionalOnClass annotation, if there are multiple beans in the configuration class ...
SpringBoot OSIV database connection pool deadlock
2025-01-07 07:58:40
5810
By default, spring's DefaultJpaDialect doesn't close the connection, instead it delays until the entity manager is close...
SpringBoot Using ResponseEntityExceptionHandler creates inconsistent error formats for different errors
2025-01-07 07:58:38
2275
When using ResponseEntityExceptionHandler, by either creating a parent class@ControllerAdvicepublic class ErrorHandler e...
SpringBoot ConditonalOnClass causes ClassNotFound when acting on a method
2025-01-07 07:58:35
1941
My project references the A jar package, and the A jar package references the B jar package, but the A jar package does ...
SpringBoot MongoDB authentication fails without uri attribute in config after upgrading from 3.0.7 to 3.1.0
2025-01-07 07:58:32
1846
After upgrading from Spring Boot 3.0.7 to Spring Boot 3.1.0, my project failed to authenticate with the MongoDB database...
SpringBoot ClassCastException for configuration CGLIB proxy and org.springframework.cglib.proxy.Factory after upgrade Spring to 6.0.9 and Spring Boot to 3.0.6
2025-01-07 07:58:30
4871
In our project, after upgrade the SpringBoot from 3.0.4 to 3.0.6 and Spring from 6.0.6 to 6.0.9, several of our tests st...
SpringBoot Upgrade to Testcontainers 1.18.1
2025-01-07 07:58:27
501
Comment From: wilkinsonaI'd like to revert this for now. It seems to have de-stabilised CI where we use RedpandaContaine...
SpringBoot Baggage fields are not passing on with TraceableExecutor wrapping
2025-01-07 07:58:23
1005
I have a spring boot project which use CompleteableFutures to run certain tasks. We use our own executor for executing t...
SpringBoot FactoryBean.getObject for non-singleton executed when resetting mocks
2025-01-07 07:58:20
777
This bug https://github.com/spring-projects/spring-boot/issues/33830 was fixed with this commit https://github.com/sprin...
SpringBoot Fix issue with 'springProperty' not loaded from context scope when initializing with 'playSaxEvents' in logback
2025-01-07 07:58:18
1631
related issue : https://github.com/spring-projects/spring-boot/issues/35664I fixed an issue that worked in boot 2.7 but ...
SpringBoot Description of spring.data.mongodb.uri property incorrectly states that it overrides spring.data.mongodb.database
2025-01-07 07:58:14
265
The documentation for the property spring.data.mongodb.uri states that the property Overrides host, port, username, pass...
SpringBoot Add DataSourceBuilderCustomizer
2025-01-07 07:58:12
1790
This PR introduces a DataSourceBuilderCustomizer. This allows customizing only parts of the DataSource without creating ...
SpringBoot Add support for live-reloading with @SpringBootTest
2025-01-07 07:58:09
906
Using Spring Boot 3.1 and the new SpringBootApplication#from coupled with live-reload capabilities (spring-devtools), I ...
SpringBoot Add support for multiple context propagation types for tracing
2025-01-07 07:58:07
327
Currently we support only a single context propagation type (e.g. B3 or W3C).We could consider allowing to pass in a lis...
SpringBoot Auto configure tracing spans for @Scheduled tasks
2025-01-07 07:58:04
590
@Scheduled tasks do not create new spans by default after migrating from Spring Cloud Sleuth to Spring Boot 3. This also...
SpringBoot java.lang.NoSuchMethodError: 'void org.springframework.util.Assert.isTrue(boolean, java.util.function.Supplier)'
2025-01-07 07:58:01
528
Bug report:I am using the FileSystemWatcher, and when I call the addSourceDirectory function, I get the following error ...
SpringBoot Improve error message when accidentally specifying multiple hosts in spring.rabbitmq.host
2025-01-07 07:57:59
8377
When using YAML configuration with the Spring Boot AMQP starter in version 3.0.x it was possible to omit the addresses c...
SpringBoot Fixes https://github.com/spring-projects/spring-boot/issues/35680 - S…
2025-01-07 07:57:56
214
…upport both database and authenticationDatabase optionsComment From: wilkinsonaThanks for the PR, @mikebski. Unfortunat...
上一页
下一页
1
…
1812
1813
1814
1815
1816
…
2246
.