Nineya
Home
Blog
软著申请
SpringBoot Refactor SpringBootBanner Class for Readability and Maintainability
2025-01-07 08:08:45
715
Hi, this is a small thing, but I wanted to put a PR up for an improvement.I made the printBanner method more concise and...
SpringBoot RestTemplate builder: HttpComponentsClientHttpRequestFactory has the setReadTimeout method marked as deprecated
2025-01-07 08:08:38
4951
Spring boot version: 3.xCannot instantiate RestTemplate with HttpComponentsClientHttpRequestFactory, it raisesCaused by:...
SpringBoot WebClient Builder is not configured with ObservationRegistry and ObservationConvention for http.client.requests by default
2025-01-07 08:08:35
7476
WebClient Builder is not configured with ObservationRegistry and ObservationConvention for http.client.requests, by defa...
SpringBoot Upgrade to Spring Data Bom 2023.0.1
2025-01-07 08:08:28
597
Comment From: mp911deProject Dependencies Spring Data 2023.0.1Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....
SpringBoot Upgrade to Spring Data Bom 2022.0.7
2025-01-07 08:08:19
1446
Comment From: mp911deProject Dependencies Spring Data 2022.0.7Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....
SpringBoot Upgrade to Spring Data Bom 2021.2.13
2025-01-07 08:08:11
601
Comment From: mp911deProject Dependencies Spring Data 2021.2.13Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14...
SpringBoot Spring Boot properties migrator can create circular references
2025-01-07 08:08:04
829
In our configuration metadata json file, we have this old property defined{ "name": "oldProp", ...
SpringBoot Spring Boot Maven Dependency Has Issues with Ojdbc 19.17.0.0
2025-01-07 08:07:50
1783
I recently worked on a Spring boot project with this maven dependency, Sprint Boot 3.0.7,<dependency> <group...
SpringBoot The spring.ssl properties metadata seems to be missing
2025-01-07 08:07:45
2981
Spring 3.1.0 supports SSLBundles (good!). The properties for it are defined here:/** * Properties for centralized SSL t...
SpringBoot using multiple validation on same attribute and stop on first failure
2025-01-07 08:07:41
1625
Java: 20Springboot: 3.0.1```java @NotBlank(message = "userId id can not be blank.") @NotEmpty(message = "userId id...
SpringBoot Replicate the way Spring Boot parses properties by default, outside of a Spring runtime
2025-01-07 08:07:34
6107
I'm trying to use the liquibase gradle plugin and as it stands, I'd need to duplicate all of the connection settings tha...
SpringBoot Refine SpringApplication.Augmented.with Kotlin extension
2025-01-07 08:07:27
252
This PR refines SpringApplication.Augmented.with Kotlin extension to allow specifying multiple classes like the Java ori...
SpringBoot @AutoConfigureObservability has unintentional consequences on integration tests
2025-01-07 08:07:24
4575
By default, metrics and tracing are disabled in @SpringBootTest integration tests. While the MeterRegistry gets replaced...
SpringBoot Add condition to Cassandra auto-configuration
2025-01-07 08:07:20
1700
Update Cassandra auto-configuration so that beans in CassandraAutoConfiguration may be optionally createdComment From: p...
SpringBoot Health checked for RabbitMQ even if haven't instance about RabbitMQ
2025-01-07 08:07:16
1808
Affects: spring-boot-starter-actuator:2.7.10I had a test and depend on 'org.springframework.boot:2.7.10', 'spring-boot-...
SpringBoot Starter projects should verify that their runtime classpath can be resolved
2025-01-07 08:07:05
3093
One of the verification tests for start.spring.io is failing at the moment:[ERROR] dependencyStarterConfigurationIsCorre...
SpringBoot Enable providing custom OtlpHttpSpanExporter
2025-01-07 08:07:01
9807
This issue was originally reported here: https://github.com/spring-projects/spring-boot/pull/34508#issuecomment-15574389...
SpringBoot Bugs in spring-boot-docker-compose:3.1.0
2025-01-07 08:06:57
2370
With Spring Boot 3.1.0 using Maven parent spring-boot-starter-parent:3.1.0 On OpenSuse Linux Leap 15.5. Maven 3.8 with J...
SpringBoot Actuator loggers list endpoint throws exception on Log4J2 loggers with custom log levels
2025-01-07 08:06:52
3821
We are using Log4j as our logging framework. One of our loggers has custom Log level. When calling actuator /loggers end...
SpringBoot Saml2RelyingPartyRegistrationConfiguration chooses the wrong RelyingPartyRegistration.Builder
2025-01-07 08:06:48
1618
Saml2RelyingPartyRegistrationConfiguration chooses the wrong RelyingPartyRegistration.Builder when using a metadata file...
上一页
下一页
1
…
1807
1808
1809
1810
1811
…
2246
.