Nineya
Home
Blog
SpringBoot Possible divide by zero bugs when using RandomValuePropertySource
2025-01-07 00:41:09
1761
In the class RandomValuePropertySource, we have the following code:private long getNextLongInRange(String range) { St...
SpringBoot JDBC can not use custom properties
2025-01-07 00:41:05
922
the question is that , we implement a JDBC driver, and we want to use DataSourceProperties, however , there is no way t...
SpringBoot Gradle plugin does not provided public constant for the productionRuntimeClasspath configuration
2025-01-07 00:41:00
4363
When using the gradle plugin org.springframework.boot, it creates a configuration called developmentOnly and also change...
SpringBoot Configure more of Asciidoctor by convention
2025-01-07 00:40:56
397
We repeat this a few times now:repositories { maven { url "https://repo.spring.io/release" ma...
SpringBoot Spring boot does not work with Tomcat 10
2025-01-07 00:40:49
3524
I had to change Tomcat version used with Spring boot from 9.0.36 to 10.0.0-M7. Spring boot found dependencies, I see the...
SpringBoot Gradle plugin ignores dependency constraints
2025-01-07 00:40:40
2459
dependency constraints is the preferred method to express constraints that should be applied to all dependencieshere is ...
SpringBoot LDAP health check does not use custom configuration
2025-01-07 00:40:36
2720
I am running a maven clean package:1) The development profile has LDAP health-check deactivated:Nevertheless I have the ...
SpringBoot Use stronger wordings for Spring Boot 2.3 Release Notes - Automatic creation of developmentOnly Gradle configuration
2025-01-07 00:40:19
1809
Suggestionhttps://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#automatic-creation-of-develo...
SpringBoot MetricsRestTemplateCustomizer and LocalHostUriTemplateHandler cannot be used together when building a RestTemplate with RestTemplateBuilder
2025-01-07 00:40:14
2283
The changes in #25744 break some usages of LocalHostUriTemplateHandler. The following code fails after updating from 2.4...
SpringBoot CompositeHealth.getDetails() does not serialize if MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS is disabled
2025-01-07 00:40:11
640
The class CompositeHealth has a method getDetails() which currently has default (package-private) access. This causes a ...
SpringBoot Remove fallback for configuring BootRun's main class with Gradle 6.3 and earlier
2025-01-07 00:40:04
147
The getMainClass() method was introduced in Gradle 6.4. As we now require Gradle 6.8, we no longer need the fallback for...
SpringBoot Custom username/password properties are not picked up by DataSourceInitializationConfiguration
2025-01-07 00:40:00
543
The determineDataSource doesn't return the build result so the custom username/passwords are not applied. DataSourceInit...
SpringBoot Rework build-image-customization table in docs
2025-01-07 00:39:56
206
The current docs look a bit cluttered. This might be due to the recent stylesheet change.https://docs.spring.io/spring-b...
SpringBoot Non-embedded databases have schema/data.sql scripts applied by default
2025-01-07 00:39:54
1839
In my project I have mariadb and h2 dependencies and data.sql/schema.sql.For development h2 is used, a 'dev' profile is ...
SpringBoot Add auto-configured HealthIndicator that consumes Spring actuator endpoints
2025-01-07 00:39:50
3462
We have a microservice architecture and one of our applications depends on services provided by several other applicatio...
SpringBoot parse http headers in case insensitive manner
2025-01-07 00:39:45
586
HTTP headers are case insensitive by the spec. Particularly, we are trying to run spring-boot behind caddy (golang based...
SpringBoot Flaky SSL tests
2025-01-07 00:39:41
27676
Hi,I can't pinpoint since when this started, but SSL based tests are really flaky on my machine. Mostly when run in the ...
SpringBoot Sorting list of objects in spring Boot
2025-01-07 00:39:37
2489
Problem : Create a standalone jar executable which will print the list of candidates appearing for the interview sorted ...
SpringBoot Resource bundles defined in multiple modules are not merged
2025-01-07 00:39:33
2850
I found a problem loading the internationalized resource file. When I need to load international resource files in multi...
SpringBoot spring.aop.proxy-target-class=false Invalid configuration is still using CGlib
2025-01-07 00:39:29
1363
springboot 2.2.2 bean having interface implementapplication.yml configuration spring.aop.proxy-target-class=false Inval...
上一页
下一页
1
…
2031
2032
2033
2034
2035
…
2246
.