Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: c02cc1dfed75a1c39827f15c0f1361b3f9055b7a
https://github.com/hibernate/hibernate-search/commit/c02cc1dfed75a1c39827...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M
backend/elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/client/impl/HttpAsyncContentProducerInputStream.java
Log Message:
-----------
HSEARCH-4254 Fix HttpAsyncContentProducerInputStream truncating the data
In very specific circumstances, we used to forget to return part
of the buffer...
Commit: 5e6b74fa551b6a84f5054b33d1cc76a5ec5d14f0
https://github.com/hibernate/hibernate-search/commit/5e6b74fa551b6a84f505...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/client/impl/GsonHttpEntityTest.java
Log Message:
-----------
HSEARCH-4254 Reproducer for an encoding issue in GsonHttpEntity
Compare:
https://github.com/hibernate/hibernate-search/compare/722be64e07dd...5e6b...