java-client/src/main/java/co/elastic/clients/elasticsearch/_helpers/esql/jdbc/JdbcResultSet.java (4 lines): - line 76: // TODO: should we consider the locale as well? - line 262: // TODO: the error message in case the value in the column cannot be converted to a Date refers to a column index - line 277: // TODO: the B6 appendix of the jdbc spec does mention CHAR, VARCHAR, LONGVARCHAR, DATE, TIMESTAMP as supported - line 283: // TODO: this should probably be handled server side java-client/src/main/java/co/elastic/clients/elasticsearch/_helpers/esql/jdbc/TypeConverter.java (2 lines): - line 432: // TODO: should we support conversion to TIMESTAMP? - line 596: // TODO: should we implement numeric - interval types conversions too; ever needed? ODBC does mandate it java-client/src/main/java/co/elastic/clients/json/jackson/JacksonJsonProvider.java (2 lines): - line 81: // TODO: handle specific configuration - line 166: // TODO: handle specific configuration java-client/src/main/java/co/elastic/clients/transport/ElasticsearchTransportBase.java (2 lines): - line 319: // TODO: items that aren't already BinaryData could be serialized to ByteBuffers lazily - line 372: // TODO: have the endpoint provide the exception constructor java-client/src/main/java/co/elastic/clients/json/ObjectDeserializer.java (1 line): - line 367: // FIXME (perf): add specialized deserializer to avoid intermediate boxing java-client/src/main/java/co/elastic/clients/elasticsearch/_helpers/esql/objects/ObjectsEsqlAdapter.java (1 line): - line 101: // FIXME: add a second implementation not requiring a buffering parser example-transports/src/main/java/co/elastic/clients/transport/netty/NettyTransportHttpClient.java (1 line): - line 114: // TODO: cancel pending request java-client/src/main/java/co/elastic/clients/json/JsonDataImpl.java (1 line): - line 124: // FIXME: inefficient roundtrip through a string. Should be replaced by an Event buffer structure. java-client/src/main/java/co/elastic/clients/json/JsonpUtils.java (1 line): - line 373: // FIXME: we should have used createParser(object), but this doesn't work as it creates a java-client/src/main/java/co/elastic/clients/json/jsonb/JsonbJsonpMapper.java (1 line): - line 100: // TODO: Add a runtime check to use Yasson's JsonB extensions