Artem Bilan
Artem Bilan
See https://github.com/spring-projects/spring-integration/issues/3222 for more info. An idea to have something like `GenericMessage .setToStringFunction(Function
See more info in their Release Notes, especially CP Subsystem breaking change: https://docs.hazelcast.com/hazelcast/5.5/release-notes/5-5-0
### Discussed in https://github.com/spring-projects/spring-integration/discussions/9309 Originally posted by **wimdeblauwe** July 8, 2024 According to [the documentation](https://docs.spring.io/spring-integration/reference/jdbc/message-store.html#custom-message-insertion), you can use JSON as the serialization format for your JDBC channel message store by...
### Discussed in https://github.com/spring-projects/spring-kafka/discussions/3804 Originally posted by **vitorsalves** March 15, 2025 Hi everyone, Quick question, in a recent project i had to implement serval KafkaListener all with similar annotations and...
Right now the `DelegatingInvocableHandler.invoke()` always returns an `InvocationResult` even if `result == null`. In the end we may just have a log message like: ``` Async result is null, ignoring...
More info in: https://github.com/spring-projects/spring-integration/issues/9647
More info in: https://github.com/spring-projects/spring-framework/issues/33798. We have to deprecate existing Jackson 2 APIs, and provide Jackson 3 alternatives.
Fixes: https://github.com/spring-projects/spring-integration/issues/10623 * Add `spring-integration-grpc` module * Manage respective new `io.grpc` dependencies * Add Checkstyle suppression for new Proto-generated classes * Add `GrpcHeaders` for convenient API * Implement `GrpcInboundGateway` with...