Nineya
Home
Blog
SpringBoot XADataSourceAutoConfiguration is difficult to use with DB2XADataSource as it does not have a URL property
2025-01-06 18:12:02
2719
Spring Boot version: allWhen using an XADataSource which has no property url to be set, the XADataSourceAutoConfiguratio...
SpringBoot added null safe in setter
2025-01-06 18:11:52
314
Comment From: snicoll@Abdullah8006 thanks for the PR. BeanNameAware is a callback of the framework that makes sure a val...
SpringBoot added private constructor to enum
2025-01-06 18:11:46
359
The Enums are required to have exclusively private constructors, this is because the Enum should be the only one respons...
SpringBoot descendantOfPropertyAccessWhenMutableWithCacheShouldBePerformant is flaky
2025-01-06 18:11:39
2382
Steps to reproduceCheckout the repository on a macRun ./gradlew buildBuild failedError logsFound test failures in 1 test...
SpringBoot Optimized the code using Optional
2025-01-06 18:11:29
132
Comment From: wilkinsonaThanks for the suggestion but our preferred code style is to avoid using Optional in place of if...
SpringBoot when i config with log4j2 dev profiles,the logger auto create test file?
2025-01-06 18:11:22
771
here is the code,when i start application with profile dev ,but the log file auto create a empty demo-test.log,why this...
SpringBoot Spring Boot 2.3.2: new context is created for every IT class if SpyBean is used
2025-01-06 18:11:13
3791
If an integration test uses the org.springframework.boot.test.mock.mockito.SpyBean annotation to spy a bean, a new Sprin...
SpringBoot Profile groups are not applied to the environment
2025-01-06 18:11:06
41
We should be using acceptedProfiles here.
SpringBoot serializerByType is not work
2025-01-06 18:11:00
1557
@Beanpublic Jackson2ObjectMapperBuilderCustomizer jackson2ObjectMapperBuilderCustomizer() { return builder -> buil...
SpringBoot TaskExecutorBuilder only uses second-precision when configuring the await termination period
2025-01-06 18:10:50
543
Prior to this change, TaskExecutorBuilder used second as its precision tomap awaitTerminationPeriod value. This caused a...
SpringBoot Allow exclude only health groups
2025-01-06 18:10:43
229
Currently IncludeExcludeGroupMemberPredicate required a * if all groups are to be included. It would be nice if instead ...
SpringBoot Spring Boot Micro Service Not Defined in Registry When JMS Server Not Reachable
2025-01-06 18:10:36
10450
I've already created a Stack overflow question for this issue, but I have no reply so far. See: hereI have a strange iss...
SpringBoot Exclude correct HikariCP version
2025-01-06 18:10:29
4017
Hello,Spring Boot 2.1.4-RELEASE uses Quartz 2.3.1 which contains hikaricp-java7 (since this release - see https://github...
SpringBoot sprong-boot 2.1.x
2025-01-06 18:10:23
198
Comment From: pivotal-issuemaster@miehhej Please sign the Contributor License Agreement!Click here to manually synchroni...
SpringBoot ConfigurationPropertiesReportEndpoint has a unspecified dependency on JavaTimeModule
2025-01-06 18:10:16
550
While polishing the dependencies for the actuator and removing spring data neo4j that is no longer necessary at this tim...
SpringBoot Include a hint where to find documentation for DevTools in docs overview
2025-01-06 18:10:09
411
If you look for documentation on the DevTools and arrive at the documentation home page there's no way to find the right...
SpringBoot Composite health contributors handle inconsistently single HealthContributor instance
2025-01-06 18:10:01
514
CompositeHealthContributorConfiguration has a createContributor that checks if the provided map has a single element and...
SpringBoot Fix link to Elasticsearch health indicator
2025-01-06 18:09:54
607
Hi,I just noticed that the Elasticsearch health indicator is not correctly linked in https://docs.spring.io/spring-boot/...
SpringBoot Add ElasticsearchReactiveHealthIndicator to docs
2025-01-06 18:09:48
196
Hi,as discussed in #22598 this PR adds the new ElasticsearchReactiveHealthIndicator separately to the docs for simpler m...
SpringBoot org.springframework.dao.InvalidDataAccessResourceUsageException: could not prepare statement; when trying to delete entities
2025-01-06 18:09:38
14049
We are trying to update our springboot application from 2.1.0 to 2.3.2All goes good except for some specific queries tha...
上一页
下一页
1
…
2135
2136
2137
2138
2139
…
2246
.