Artem Bilan

Results 51 issues of Artem Bilan

### Version 2.10.0 ### Bug description In the previous `2.9.2` version the `RootedFileSystemProvider.resolveLocalPath()` returns a normalized resolved path: ``` Path resolved = root.resolve(subPath); resolved = resolved.normalize(); resolved = resolved.toAbsolutePath(); if...

Right now we do enable observation in RabbitMQ Binder endpoints unconditionally when an `ObservationRegistry` bean in present in the application context. For consistency it is better to leave the choice...

enhancement
RABBITMQ-BINDER

Related issue: https://github.com/spring-projects/spring-amqp/issues/2652 Also see `TODO` in the `MessagingMessageListenerAdapter` where we won't need to sent that `AmqpHeaders.CHANNEL` any more.

type: enhancement
in: rabbitmq

### Discussed in https://github.com/spring-projects/spring-amqp/discussions/2571 Originally posted by **bjoernhaeuser** December 15, 2023 Hello everyone, I hope this discussion is at the right place. We are using a CachingConnectionFactory with `CachingConnectionFactory.ConfirmType.SIMPLE` as...

type: enhancement

See current documentation for `replyChannel` feature on the Inbound Gateway: https://docs.spring.io/spring-integration/docs/6.0.1/reference/html/messaging-endpoints.html#gateway-default-reply-channel. From all the use-case I have met so far there is no anything what we could not do without...

type: enhancement
in: core

See what we have in Maven Central: https://repo1.maven.org/maven2/com/amazonaws/amazon-kinesis-producer/0.14.0/ At the same time the previous version `0.13.1` is OK. Thanks

There is an old `reactor.tuple.Tuple` usage in the XML config. 1. The Reactor isn't required dependency for SI since 4.2 (at least until 5.0) 2. In the Reactor `2.0.x` the...

### Discussed in https://github.com/spring-projects/spring-kafka/discussions/2805 Originally posted by **m-hetz** September 11, 2023 Hi! I'm using `RecordFilterStrategy` to filter records based on headers. This works great on single messages, the filter works...

type: enhancement

See more info on the official CloudEvents GH project: https://github.com/cloudevents/sdk-java/tree/master/kafka In addition we can consider to implement a `RecordMessageConverter` to map to/from a Spring `Message` which could be handy interacting...

type: enhancement

JIRA: https://jira.spring.io/browse/INTEXT-72 An initial polishing commit. There is no yet real implementation