Chris Bono

Results 139 issues of Chris Bono

Refactor batch error handling tests in `DefaultPulsarConsumerErrorHandlerTests`. - [ ] tests are 98% identical (fix that) - [ ] make it more clear the magic numbers expected during verification >...

theme: testing
type: improvement

Here's the context of my task that I'm not able to achieve : We have a component (an app) that is deployed to Spring Cloud Dataflow and is then used...

status/need-investigation

We are currently using the 0.x Prometheus client (simple client). We want to move up to the 1.x client as Boot will remove the support for simple client auto-configuration in...

area/observability
area/dependencies

In Spring Boot 3.2.x, the underlying code that supports Spring Boot’s "Uber Jar" loading has been rewritten now that we no longer need to support Java 8. The updated code...

type/technical-debt

In #3258 we removed the ability to proxy (for projection) method params of type `MultipartFile`. The purpose of this issue is to dig in deeper on that decision and decide...

status: waiting-for-triage

Currently [web handler method params](https://docs.spring.io/spring-data/jpa/reference/repositories/core-extensions.html#core.web.binding) do not explicitly have to be annotated with `@ProjectedPayload` in order to be proxied for projection. This implicit support has proven to cause quite some...

type: enhancement

This removes the logging (added in #3300 and #3301). Also add this detail to the appropriate section of the docs/release notes. > [!IMPORTANT] > This is intended to be done...

status: waiting-for-triage

This stops supporting parameters that are not annotated with `@ProjectedPayload` but keep the logging (introduces in #3300) , adjusting the message accordingly. Also, add this detail to "Removals/Breaking Changes" section...

status: waiting-for-triage

This test is failing. I put it back but commented it out to fix later. It's been commented out for a while now. Likely not easy to fix. _Originally posted...

status/need-triage