Nineya
Home
Blog
SpringBoot Add Cassandra health indicator that uses CqlSession
2025-01-06 18:49:09
2480
Motivation:It is possible to use CassandraAutoConfiguration to create CqlSessionbeans in an application with just a depe...
SpringBoot Deprecate Cassandra health indicator that uses Spring Data's CassandraOperations
2025-01-06 18:49:02
281
As we've introduced new health indicators that use the low-level driver, it doesn't make sense for us to keep two separa...
SpringBoot Java Spring Boot Circular Dependency on one environment
2025-01-06 18:48:56
3210
I have a spring boot application which runs well on my local, UAT, and Prod environments but when I deploy it in a stagi...
SpringBoot Apply classpath normalisation to antlib's integration test input
2025-01-06 18:48:48
234
The integrationTest task in spring-boot-antlib uses sourceSets.main.runtimeClasspath as a files input but doesn't config...
SpringBoot Fix formatting violation
2025-01-06 18:48:42
265
Hi,https://github.com/spring-projects/spring-boot/commit/1d73d4eda75ef0d18c747c57aa2b3385674483c7 introduced a formattin...
SpringBoot Remove Elasticsearch RestClient auto-configuration
2025-01-06 18:48:36
5162
spring-boot-starter-parent v2.3.1.RELEASEelasticsearch-rest-high-level-client (version inherited from parent above)Accor...
SpringBoot how to set spring.datasource.hikari.data-source-properties.v$session.program=XXX property
2025-01-06 18:48:29
999
Hello,How to set spring.datasource.hikari.data-source-properties.v$session.program in application.properties, the '$' ch...
SpringBoot spring.redis.timeout seems to apply inconsistently across its implementations
2025-01-06 18:48:22
407
Looking at the code related to spring.redis.timeout application property, it seems to apply inconsistently across its im...
SpringBoot Improve CassandraHealthIndicator with more robust mechanism
2025-01-06 18:48:16
3543
The current CassandraHealthIndicator is examining the health of the underlying cluster by executing simple SELECT .relea...
SpringBoot Fix typo
2025-01-06 18:48:09
153
Comment From: snicollThanks @spencergibb!Comment From: wilkinsonaI've switched this to a task as the typo that it correc...
SpringBoot Override AccessDeniedException message
2025-01-06 18:48:02
226
I am using Spring Security with a custom permission evaluator and i am looking for a solution to override the static Acc...
SpringBoot Add mainApplicationClass information as a tag to "starting" StartupStep
2025-01-06 18:47:56
147
As a follow up of #22600, we should add the mainApplicationClass information, if available, to the "spring.boot.applicat...
SpringBoot Provide a buffering implementation for application startup metrics
2025-01-06 18:47:50
637
Once #22600 is in place, Spring Boot provides an easy way to configure an ApplicationStartup implementation for collecti...
SpringBoot DeploymentIntegrationTests are flaky
2025-01-06 18:47:43
221
Open Liberty don't seem to start reliably within the 10 minute timeout which leads to test failures. It should start con...
SpringBoot ErrorPageFilter is no longer ordered at HIGHEST_PRECEDENCE + 1
2025-01-06 18:47:35
502
From 2.2.8.RELEASE to 2.3.3.RELEASE, order of ErrorPageFilter has changed from Ordered.HIGHEST_PRECEDENCE + 1 to Ordered...
SpringBoot When using HSQLDB, Hikari logs a warning message about the driver class name when the first connection is retrieved from the pool
2025-01-06 18:47:29
4310
WARN message in startup: [ main] com.zaxxer.hikari.util.DriverDataSource : Registered driver with driverClass...
SpringBoot SampleRSocketApplicationTests unauthenticatedAccessToRSocketEndpoint hangs intermittently
2025-01-06 18:47:21
24788
We've seen SampleRSocketApplicationTests.unauthenticatedAccessToRSocketEndpoint hang on CI a couple of times today. Here...
SpringBoot Document that buildpacks use non-root users for building container images and running containers
2025-01-06 18:47:14
7965
Version 2.3.0 still causes "Unable to start embedded Tomcat server" errors.Used for test: v2.3.0.BUILD-SNAPSHOTorg.sprin...
SpringBoot AnnotationsPropertySource can throw a NPE when javax meta-annotations are present
2025-01-06 18:47:07
6064
Hello,We are trying to adopt Spring Boot 2.1 (currently we are on 2.0.2) but we face issues.Here is an example:@RunWith(...
SpringBoot Allow other strategies than META-INF/spring.factories for configuring Spring Boot infrastructure
2025-01-06 18:47:01
10617
In order to make Spring Boot a better citizen with GraalVM native image generation, in Spring Fu I would like to replace...
上一页
下一页
1
…
2120
2121
2122
2123
2124
…
2246
.