Chris Bono
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...
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. ####...
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...
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...
Need to add a step to ci.yml to verify the artifacts were successfully deployed to Artifactory in the `deploy_artifacts` step.
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))....
Figure out and fix cause of the temporarily disabled tests in `DefaultPulsarMessageListenerContainerTxnTests`. - batchListenerUsesBatchAckWhenSharedSub - batchListenerUsesCumulativeAckWhenNotSharedSub