Ramil Shakirov
Ramil Shakirov
You can see source code: .... public SFTPClient(SessionFactory sessionFactory) throws IOException { this.engine = new SFTPEngine(sessionFactory); .... public SFTPEngine(SessionFactory ssh, String pathSep) throws SSHException { session = ssh.startSession(); loggerFactory =...
org.opensearch.data.client.osc.RequestConverter ``` if (!isEmpty(query.getSearchAfter())) { builder.searchAfter(query.getSearchAfter() .stream() .map(TypeUtils::toFieldValue) .map(FieldValue::_toJsonString) .toList()); } ``` in org.springframework.data.elasticsearch.client.elc.RequestConverter ``` if (!isEmpty(query.getSearchAfter())) { bb.searchAfter(query.getSearchAfter().stream().map(TypeUtils::toFieldValue).toList()); } ```
https://github.com/spring-projects/spring-data-elasticsearch/pull/2679