kpur-sbab
kpur-sbab
## Feature https://github.com/openzipkin/brave/blob/master/instrumentation/jaxrs2/src/main/java/brave/jaxrs2/TracingClientFilter.java Probably needs a migration on separate module to support Jakarta filters. Else the tracing propagations won't happen ## Rationale Helpful for users migrating from Javax to Jakarta...
@Timed annotation, which can be annotated on the methods generates dropwizard metrics with .total as a suffix. This is not compatible with prometheus-metrics-instrumentation-dropwizard to export dropwizard metrics. Since the io.prometheus.metrics.instrumentation.dropwizard.DropwizardExports...
**Describe the bug** When a AuthenticationServiceException is thrown from AuthenticationProviders say JwtAuthenticationProvider is throwing this exception at this [line](https://github.com/spring-projects/spring-security/blob/ffd6e3c0f71d2257fd6177ae549e8f1290828608/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/authentication/JwtAuthenticationProvider.java#L106) and the security filter chain is not able to capture this...
Hi, We are using the db-scheduler project quite effectively in our core projects. And we noticed that the `db-scheduler-spring-boot-starter` package is using Spring boot version `2.7.18`. With spring sprinting ahead...