Nineya
Home
Blog
SpringBoot Spring Boot 2.5.0 doesn't expose JVM metrics under Micrometer Prometheus endpoint
2025-01-07 00:36:19
656
I've just generated a demo project with Spring Initializr, and I couldn't find the JVM metrics being exposed in /actuat...
SpringBoot No subdirectories found for mandatory directory location 'file:./config/*/'.
2025-01-07 00:36:15
4888
After upgrading from Spring Boot 2.4.5 to 2.4.6 we get the following error when starting our application in Kubernetes:1...
SpringBoot Multi-page links may be broken with 2.5
2025-01-07 00:36:11
555
We've renamed some of the files which means some links might be broken. For example spring-boot-features.html is now fea...
SpringBoot Reference docs overview has broken links on 2.5.0
2025-01-07 00:36:08
1621
Hi,I noticed that the non-single page reference https://docs.spring.io/spring-boot/docs/current/reference/html/ has some...
SpringBoot spring boot 2.4.6 load config error
2025-01-07 00:36:04
5319
As long as there is a config folder in the root directory of the project, it will start to report an error12:30:51.961 [...
SpringBoot Kotlin: Bean with default constructor argument and autowired dependency fails to initialize
2025-01-07 00:35:57
3524
@Componentclass A(val str: String = "whatever", val b: B) { // class A constructor(val str: String = "wha...
SpringBoot Cannot override message interpolation with JSR-303
2025-01-07 00:35:53
1130
I have spent hours trying different ways of providing a custom MessageInterpolator, however Spring is not allowing it. I...
SpringBoot Maven plugin build-image creator step fails due to “-v only supports $BITBUCKET_CLONE_DIR and its subdirectories” in Bitbucket pipelines
2025-01-07 00:35:43
18789
Apologies for using the same title, but this issue is very similar to https://github.com/spring-projects/spring-boot/iss...
SpringBoot Metrics are missing "jvm_*" if "@EnableGlobalMethodSecurity" is used
2025-01-07 00:35:39
3711
After upgrading from SpringBoot 2.4.x to SpringBoot 2.5.0, I noticed that all the "jvm_" metrics are missing from the "/...
SpringBoot Add error constant, Separation of error handling and logic
2025-01-07 00:35:35
644
Add error constant and separation of error handling and logicExcept for the normal value, the value to be returned is ex...
SpringBoot Separation of error handling and logic
2025-01-07 00:35:30
183
Separation of error handling and logicI divided the try-catch and logicchanged it to an intuitive code through the ERROR...
SpringBoot Separation of exception handling and logic
2025-01-07 00:35:26
455
Separation of exception handling and logicI thought that the previous code was not intuitive in returning -1, so I wrote...
SpringBoot Performance Issues with Spring Boot 2.5
2025-01-07 00:35:23
7045
I'm running a Spring Boot API in a container on Heroku, and I think there might be a performance issue.In the image abov...
SpringBoot bootBuildImage runs forever when a custom image name is used and the version contains an illegal character
2025-01-07 00:35:17
3463
I noticed that when I have for example a + in the version the build fails, which is ok I guess. But when I have a + in t...
SpringBoot Document Kubernetes terminationGracePeriodSeconds
2025-01-07 00:35:11
383
The docs describe how to configure the grace period for graceful shutdown. In the Kubernetes section we should also ment...
SpringBoot Configuration property binding and Framework's SystemEnvironment handle property names with - characters differently
2025-01-07 00:35:08
13743
According to documentation:To convert a property name in the canonical-form to an environment variable name you can foll...
SpringBoot Packaging with java 16 not working in Spring Boot
2025-01-07 00:35:04
9546
Describe the bugEclipse mvn clean package not working anymore with jdk 16. Same program will have not a problem with jav...
SpringBoot Adding the Spring Data JPA starter breaks the actuator / metrics endpoint.
2025-01-07 00:35:00
2860
Steps to reproduce: Required application.properties management.endpoints.web.exposure.include = *Goto start.spring.io an...
SpringBoot Non-static nested @Configuration in JerseySameManagementContextConfiguration
2025-01-07 00:34:55
495
This looks new: https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-actuator-autoco...
SpringBoot Add SpringApplicationBuilder constructor with ResourceLoader parameter
2025-01-07 00:34:52
743
It would be helpful to have a consturctor for the SpringApplicationBuilder that allows passing a custom ResourceLoader w...
上一页
下一页
1
…
2034
2035
2036
2037
2038
…
2246
.