Nineya
Home
Blog
SpringBoot Create a cache actuator endpoint.
2025-01-06 21:15:50
3921
Hi,I'd like to have a /cache actuator endpoint that will list all the cache regions will all the statistics for each cac...
SpringBoot Default fork value for spring-boot:stop is not consistent
2025-01-06 21:15:42
1527
When starting a boot web application on the console through Maven mvn spring-boot:start and then shutting it down mvn sp...
SpringBoot Allow expose current value of configuration properties of a spring-bean
2025-01-06 21:15:34
397
I'd like to get the value of runtime properties configuration of spring-bean by GET /actuator/env/{prop}https://docs.spr...
SpringBoot DefaultValue does not play nicely with Lombok generated constructors
2025-01-06 21:15:28
1942
Both Spring and Lombok are commonly used projects.Lombok has a feature to copy annotations from fields onto constructors...
SpringBoot Spring Boot Webflux has blocking calls retrieving static content
2025-01-06 21:15:21
560
Bug ReportUsing Spring Boot 2.4.3 with Webflux, there are blocking calls when getting static resources.Run on Windows 10...
SpringBoot Error when adding @EnableJpaRepositories
2025-01-06 21:15:14
41775
Related to #254 (which was closed, that is why I created a new issue)If I add @EnableJpaRepositories I get:Caused by: or...
SpringBoot Missing tests for Gradle plugin packaging examples
2025-01-06 21:15:07
281
As mentioned in https://github.com/spring-projects/spring-boot/issues/25453#issuecomment-786864284, several of the bootB...
SpringBoot @ActiveProfile might not override profiles
2025-01-06 21:15:00
1042
By default, @ActiveProfile annotation for tests overrides profiles defined either in the environment or as a system prop...
SpringBoot Reconsider default exposure for info endpoint
2025-01-06 21:14:53
709
Comment From: mbhaveAs discussed on the team call, the info endpoint could contain potentially sensitive information suc...
SpringBoot Inconsistent configuration resolution @ConfigurationProperties vs @Value from environment variables
2025-01-06 21:14:46
1409
When using @ConfigurationProperties, the camelCase variable names are resolved correctly from environment variables when...
SpringBoot Enable stricter plugin validation for the Gradle plugin
2025-01-06 21:14:39
1997
The validate plugin task can be configured to do even stricter validation. The Spring boot plugin currently doesn't have...
SpringBoot Add note concerning application yml and properties file precedence
2025-01-06 21:14:32
201
Comment From: snicollThanks for the PR. It looks like a proposal for #25121Comment From: robert-smith-911@snicoll You're...
SpringBoot Clarify precedence between yml and properties files on the same level
2025-01-06 21:14:25
2946
In 4.2. Externalized Configuration (Spring Boot 2.4.2) it states that Config data files are considered in the following ...
SpringBoot Provide configuration properties for Flyway's Vault and Conjur support
2025-01-06 21:14:16
157
Fixes gh-24969Comment From: onobc@snicoll all comments addressed. Comment From: snicollThanks for the follow-up and for ...
SpringBoot Application restarts twice on reload when both a class and property files changed
2025-01-06 21:14:08
4959
This might be a Intellij specific problem but;Include dev tools in pom.xmlSet On Update Action as "Update classes and re...
SpringBoot Allow PersistenceUnitPostProcessor to be configured on EntityManagerFactoryBuilder
2025-01-06 21:13:58
1436
Enable persistence unit post processors configurable in EntityManagerFactoryBuilderThis PR enables persistence unit post...
SpringBoot Provide configuration properties for Flyway's Vault and Conjur support
2025-01-06 21:13:51
351
https://github.com/flyway/flyway/issues/3060 has been fixed so when we upgrade to a new 7.5.x release, it should be poss...
SpringBoot Polish
2025-01-06 21:13:45
105
This PR fixes some typos and polishes trivial stuff.Comment From: snicollThanks for the follow-up @izeye!
SpringBoot I am using Kotlin + Spring Boot Gradle Project , Getting error Cannot access 'publish': it is private in 'BootBuildImage'
2025-01-06 21:13:38
3396
I am using Kotlin + Spring Boot Gradle Project , Getting error Cannot access 'publish': it is private in 'BootBuil...
SpringBoot Customize the 'message' field in the response error body?
2025-01-06 21:13:28
5336
How can one customize the message field in the error response body (and at the same time customize the http status code)...
上一页
下一页
1
…
2064
2065
2066
2067
2068
…
2246
.