Tadaya Tsuyukubo

Results 17 issues of Tadaya Tsuyukubo

Currently, the code exists in the spring experimental repository. https://github.com/spring-projects-experimental/r2dbc-micrometer-spring-boot This project provides Spring Boot auto configuration for Micrometer Tracing for R2DBC. This ticket aims to move the code into...

type: enhancement

Currently, there is no direct association between `Observation` and `Baggage`. If I want to use baggage, I need to interact with Tracer API. Then, the code needs to mix observation...

With upgrading to `r2dbc-proxy 1.1.5.RELEASE`(should be addressed by the dependency upgrade commits), this could be a change mentioned in https://github.com/spring-projects/spring-boot/issues/40010 NOTE: Now the `R2dbcObservationAutoConfiguration` is more generic to r2dbc-proxy. It...

type: enhancement

When `spring-boot-properties-migrator` detects an error (and/or warning) report, it would be nice to have an option to prevent the application from starting up. I would like to enforce the proper...

type: enhancement

I would like to get `MethodInvocation` in `RetryPolicy`(probably via `RetryContext`) when available(invoked with `MethodInvocationRetryCallback`); so that, the policy can dynamically determine whether to retry based on the invoked method. Since...

print out ec2 instances as ssh-config or hosts file format. Inspired by "ec2-host" command, I wrote a script that prints out instance_name and ip_address as ssh-config or hosts file format...

Hi, I would like to suggest a support for `LazyConnectionDataSourceProxy` in spring-boot. Here is my opinion: Transaction management in spring: When a transactional method(`@Transactional`) is called, the configured impl of...

type: enhancement
status: pending-design-work