Nineya
Home
Blog
SpringBoot "cacheManager" tag in cache metrics does not convey its purpose
2025-01-07 03:46:30
932
While brainstorming on #30536, it appeared that the current tag for identifying the cache manager for a given cache met...
SpringBoot Enable Cassandra Driver Metrics Via Properties
2025-01-07 03:46:28
1897
Current behaviourTo enable the cassandra 4.x driver metrics, you need to provide the configuration below, which includes...
SpringBoot JDBC SQLExceptionTranslator is always lazily initialized, requiring an available datababse connection for it
2025-01-07 03:46:26
3107
Currently (as of Spring Boot 2.6), when data source is initialized, by default JDBC exception translator is lazily initi...
SpringBoot Provide a configuration option to load properties config data files as UTF-8
2025-01-07 03:46:23
2399
It works well when I set my properties in application.yml directlyBut when I set these properties in additional file imp...
SpringBoot Consider providing testing beans for @SpringBootTest when used with mock web apps
2025-01-07 03:46:14
432
See https://github.com/spring-projects/spring-graphql/issues/75 and #26146 for examples of where it would be nice to hav...
SpringBoot Automatically package version-specific classes beneath BOOT-INF/classes/META-INF/versions/
2025-01-07 03:46:11
562
See this question on Stack Overflow for some background.At the moment, if a Spring Boot jar has multi-release content, i...
SpringBoot Treat Duration and DataSize as scalar values in MapBinder
2025-01-07 03:46:09
1303
Duration and DataSize are commonly used data types that we could treat as scalar types in MapBinder. This would allow th...
SpringBoot Allow for timeline event traversal honouring the parent - child relationship
2025-01-07 03:46:05
4073
The BufferingApplicationStartup returns a StartupTimeline that contains events. Those events have a parent - child relat...
SpringBoot TaskExecutorMetricsAutoConfiguration cannot support recording task execution time
2025-01-07 03:46:03
9456
Description:I need to expose task execution time and idle time metrics of ‘ThreadPoolTaskExecutor’.After few tasks being...
SpringBoot Support uri query parameter sanitization
2025-01-07 03:46:00
571
Hi, this PR supports uri query parameter sanitization, which is implemented using regular expressions.Closes gh-25834Com...
SpringBoot Url query param sanitization
2025-01-07 03:45:58
946
Some content is not sanitized when using Actuator (with /configprops or /env)For example I have spring.datasource.url va...
SpringBoot Consider offering a way to compare legacy against new config data processing
2025-01-07 03:45:55
242
Currently we offer spring.config.use-legacy-processing if a user wants to revert to the old system. It might be nice if ...
SpringBoot Error "/var/run/docker.sock: connect: permission denied" occurs when building an image using podman on Fedora with SELinux enabled
2025-01-07 03:45:53
4299
Short version - running bootBuildImage on a freshly created Spring Initializr project fails with the following:$ ./gradl...
SpringBoot Provide diagnostic information about the ordering of auto-configuration classes
2025-01-07 03:45:50
11053
Currently, the order of auto configuration classes that being sorted and applied is not part of the evaluation report.Wh...
SpringBoot Consider adding support for version ranges for actuator apiVersion
2025-01-07 03:45:47
977
We use the ApiVersion enum to return a response compatible with the requested version. Given the way things are structur...
SpringBoot Configuration metadata - Improve camelCaseToDash for nicer configuration names
2025-01-07 03:45:45
4442
The spring boot auto-configuration via metadata (eg application.properties) can be improved to have a better camelCaseTo...
SpringBoot Add a property for specifying authentication scheme for introspection endpoint
2025-01-07 03:45:42
417
Once this is done, Spring Security will support both basic and bearer token authentication for the token introspection e...
SpringBoot Provide a 'parsable' details information about 'predicate' in RM Actuator JSON for functional RM
2025-01-07 03:45:40
2867
Functional request mapping (webflux style): @Bean public RouterFunction<ServerResponse> route(VetsHandler ve...
SpringBoot Provide parseable version / details for actuator 'env' endpoint 'origin'
2025-01-07 03:45:37
2952
Similar to this: https://github.com/spring-projects/spring-boot/issues/11864STS team would like to start parsing the inf...
SpringBoot Review asynchronous EntityManagerFactory bootstrapping and DataSource initialisation
2025-01-07 03:45:34
1180
When the EntityManagerFactory is bootstrapped asynchronously, the DataSourceSchemaCreatedEvent is published off the main...
上一页
下一页
1
…
1908
1909
1910
1911
1912
…
2246
.