Chris Bono

Results 139 issues of Chris Bono

Add Spring gRPC support This commit introduces support for Spring gRPC by moving the autoconfiguration, test, and starter modules from Spring gRPC to Spring Boot (here). > [!NOTE] > The...

type: enhancement

In Spring Pulsar we have a failing SCSt Pulsar binder integration test which seems to be caused by `StreamBridge` (`spring-cloud-stream 5.0.0-SNAPSHOT`) referencing `MessageUtils.TARGET_PROTOCOL` (from `spring-cloud-function-context-5.0.0-SNAPSHOT`) which has been removed. ####...

bug

Currently the `LettuceConnectionUnitTests` are testing all variations of the conversion from options to Lettuce params. However, most of these conversions are handles in the Lettuce `StreamConverters` class. Ideally these variants...

status: waiting-for-triage

I noticed that the `io.grpc.netty.shaded.io.grpc.netty.NettyServerBuilder` still references now-deprecated `EpollEventLoopGroup` whereas the non-shaded version now uses `MultiThreadIoEventLoopGroup`. Is the shaded artifact for 1.77.0 stale?

The current plan is to not create a `2.1.x` minor line for Spring Boot `4.1.x` but rather use `2.0.x` for both `4.0.x` and `4.1.x`. ### Things that need to be...

type: task

Need to add a step to ci.yml to verify the artifacts were successfully deployed to Artifactory in the `deploy_artifacts` step.

theme: build
type: task

In version 2.0 we simply documented the fact that you have to use Jackson 2 `ObjectMapper` if you want use the custom JSON mapper feature in Spring Pulsar ([summary comment](https://github.com/spring-projects/spring-pulsar/issues/1151#issuecomment-3198498920))....

type: feature

Figure out and fix cause of the temporarily disabled tests in `DefaultPulsarMessageListenerContainerTxnTests`. - batchListenerUsesBatchAckWhenSharedSub - batchListenerUsesCumulativeAckWhenNotSharedSub