Nineya
Home
Blog
SpringBoot @ConstructorBinding behavior by default for @ConfigurationProperties annotated records
2025-01-07 01:04:49
1562
From ConfigurationProperties javadoc:Binding is either performed by calling setters on the annotated class or, if@Constr...
SpringBoot spring boot 2.5.3 breaking AOT. NoSuchMethodError : MergedAnnotationReadingVisitor
2025-01-07 01:04:46
21347
Repo: github.com:xmlking/micro-appsgradle :apps:entity-service:bootRun was woring fine with spring boot plugin 2.5.2 but...
SpringBoot Let springboot support plug-in development and dynamically expand application capabilities
2025-01-07 01:04:40
649
I want an extended function, like pf4j. I want it to help me read a jar from the disk and dynamically load it into the c...
SpringBoot Rework spring-boot-server-tests to avoid using Maven
2025-01-07 01:04:36
599
spring-boot-server-tests currently uses Maven to build the test jar and war files as part of the tests. This adds quite ...
SpringBoot Various tests that use WebTestClient are flaky, particularly on Windows CI
2025-01-07 01:04:29
314
The default response timeout of 5 seconds appears to be too short from time to time. It's most noticeable on the Windows...
SpringBoot JettyServletWebServerFactoryTests whenARequestIsActiveAfterGracefulShutdownEndsThenStopWillComplete is flaky on CI
2025-01-07 01:04:25
916
It's flaky in 2.4.x, 2.5.x, and main on Windows and Linux and on a variety of different JDKs. I suspect that it may be a...
SpringBoot Upgrade to Artifactory Resource 0.0.17
2025-01-07 01:04:22
74
Comment From: philwebbWe'll try main first then backport after the release
SpringBoot integrationConversionService: defined in null when combining with org.springframework.boot:spring-boot-starter-web
2025-01-07 01:04:18
3176
I have set up empty project with application class only (I'm using Kotlin, but i'm sure that's not a root cause)I have f...
SpringBoot Add support for publishing docker images to a registry
2025-01-07 01:04:13
5086
Currently we don't have the option to publish a locally built docker image to a remote repository. You can do it using t...
SpringBoot Add class / package exclusions to @SpringBootTest annotation
2025-01-07 01:04:09
820
For integration tests, it would be helpful to exclude certain classes or packages from being loaded into the application...
SpringBoot Getting span object null when passing RequestEntity<String> as request parameter
2025-01-07 01:04:06
10738
I am using Webflux and Netty in my spring boot app. RequestEntity is the request parameter in my controller class. I am ...
SpringBoot DatabaseInitializerDetector and DependsOnDatabaseInitializationDetector implementations may be instantiated with the wrong ClassLoader
2025-01-07 01:04:00
917
I'm sorry this is becoming a game of whack-a-mole but I have found another instance of an alternate classloader not bein...
SpringBoot DataSourceBuilder throws an UnsupportedDataSourcePropertyException when trying to derive a DataSource from an unknown DataSource type
2025-01-07 01:03:52
299
This fix eliminates the unsupported datasource property exception thrown when trying to derive a datasource from an unkn...
SpringBoot DataSourceBuilder throws an UnsupportedDataSourcePropertyException when trying to derive a DataSource from an unknown DataSource type
2025-01-07 01:03:48
2400
In our application (Spring Boot 2.5.2) we are trying to use com.amazonaws.xray.sql.TracingDataSource as the primary Data...
SpringBoot DurationStyle.SIMPLE.print does not work correctly with ChronoUnit.MICROS
2025-01-07 01:03:44
608
Fix for the wrong duration to microseconds convertion in DurationStyle.See gh-27148Comment From: pivotal-cla@marckchr Pl...
SpringBoot Redis health indicators report that Redis is up when the cluster's state is fail
2025-01-07 01:03:41
1188
Givena Redis cluster with 3 shards + 3 replicas as: - :7001 (master) ~> :7004 (slave) - :7002 (master) ~> :7005 (s...
SpringBoot Is @ConditionalOnBean affected by the Bean load order, rather than affecting the Bean load order, is it reasonable?
2025-01-07 01:03:31
1383
@Bean @ConditionalOnBean(B.class) public A a() { return new A(); } @Bean //@ConditionalOnBea...
SpringBoot https://repo.spring.io is down and returns 404 errors.
2025-01-07 01:03:22
294
https://repo.spring.io/snapshot and https://repo.spring.io/milestone both are giving 404 Comment From: scottfrederickTh...
SpringBoot Enable reproducibleFileOrder by default on bootJar and bootWar tasks
2025-01-07 01:03:19
14495
SystemOS: macOS 11.4JDK: AdoptOpenJDK-16.0.1+9Gradle: 7.1.1Spring Boot: 2.5.2Demodemo(GitHub)Rungradle bootJarjava -jar ...
SpringBoot Datasource connection pool recovery not working with multiple datasources
2025-01-07 01:03:15
3725
Comment From: tanerilyazovWhen using multiple datasources based on the guidelines in https://docs.spring.io/spring-boot/...
上一页
下一页
1
…
2016
2017
2018
2019
2020
…
2246
.