Frédéric Brégier
Frédéric Brégier
This framework should be able to be binary compatible with Java 6 as Netty does. This merge request allows minor changes to be able to be compatible. Also it upgrades...
As Netty does, we would like to have Java6 compatibility. So I would like to propose minor changes such that it is compatible from Java 6.
InputStream was not taking into account when using sending it with ReastEasy client to a Rest service. Why: The previous implementation was putting all bytes in one buffer, leading either...
When I called something like: ``` Map map = Map.of("keytest", "keyvalue"); Bucket result = storage.create(BucketInfo.newBuilder(bucket).setLabels(map).build()); ``` result has no labels (`result.getLabels()` is null). If I recall the bucket, I've got...
Adding options to configure the service Storage such as ConnectTimeout and some other configurations
In my project, I like to be able to test what is going on if the connection is down with the remote service, such as here the Storage service. However,...
Je réouvre l'issue #19 close apparemment sans réponse puisque la réponse initiale était "on a ouvert un bug en interne pour améliorer les API" et donc supposait un feedback. Un...
Cette erreur n'arrive pas en 2.15.3, mais arrive en 3.0.1: 13:28:54.526 [pool-1-thread-1] ERROR fr.gouv.vitam.common.retryable.Retryable - [frederic-X510UQ:UnknownRole:42087724] [frederic-X510UQ:UnknownRole:42087724] Retryable='fr.gouv.vitam.common.external.client.AbstractCommonClient$$Lambda$148/0x0000000840375840@ab3b448' - Will retry, attempt '1' in '1' SECONDS. javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to...
Découpage en deux Issues sur les deux clients Cette erreur n'arrive pas en 2.15.3, mais arrive en 3.0.1: 13:19:05.212 [IngestManager-1] WARN org.waarp.vitam.ingest.IngestManager - org.waarp.vitam.ingest.IngestManager.getStatusOfATR(IngestManager.java:542) : Issue since ingest client produces...