Andriy Redko
Andriy Redko
An attempt to properly map `byte[]` to the `ByteArraySchema` or `BinarySchema` depending on the format specified (if any). The idea here is to introduce the support in `PrimitiveType` of types...
CXF MTOM handler allow content injection
- [X] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [X] **There is a ticket in the bug tracker for the project in our [issue tracker](https://github. com/spring-projects/spring-data-elasticsearch/issues)**. Add the...
Picking up the discussion started in https://github.com/spring-projects/spring-data-elasticsearch/issues/1770, at this moment it becomes clear that both projects are going to evolve in (slightly) incompatible fashion. Taking into account how widely popular...
Hey guys, We've run into an issue recently when multipart endpoint uses Java's enumeration (`Enum`) for some of the parameter. The `MultipartFormContentProcessor` does recognize the `Enum` as the POJO and...
Signed-off-by: Andriy Redko ### Description Migrate client transports to Apache HttpClient / Core 5.x ### Issues Resolved Closes https://github.com/opensearch-project/OpenSearch/issues/4256 ### Check List - [ ] New functionality includes testing. -...
Signed-off-by: Andriy Redko ### Description Manually bumping `antlr4` version and regenerate parsers ### Issues Resolved Closes https://github.com/opensearch-project/OpenSearch/pull/4412 and https://github.com/opensearch-project/OpenSearch/pull/4412 ### Check List - [ ] New functionality includes testing. -...
The Jetty 10 is the next (last?) `javax.*` compatible release branch: JDK 11 base line, new APIs. It woud be great to have `wiremock` to support Jetty 10, along with...
Jetty 11 support, closes https://github.com/wiremock/wiremock/issues/1760 - [x] Finish upload refactoring - [x] `multipart/mixed` is not handled yet (4 tests in the `MultipartBodyMatchingAcceptanceTest`) - [X] Fix logging support (slf4j 2.0.0): switched...
Signed-off-by: Andriy Redko ## What is the purpose of the change The goal of this change is to provide dedicated Opensearch connectors. ## Brief change log The implementation is largely...