Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 2e133fbca251ece3fd69578864614d45c436bc04
https://github.com/hibernate/hibernate-search/commit/2e133fbca251ece3fd69...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/client/impl/GsonHttpEntityTest.java
Log Message:
-----------
HSEARCH-4239 Improve labelling of params in GsonHttpEntityTest
Commit: 63b7c8b8b01da3ae474e8fea32fe22ca427c82c0
https://github.com/hibernate/hibernate-search/commit/63b7c8b8b01da3ae474e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/client/impl/GsonHttpEntityTest.java
Log Message:
-----------
HSEARCH-4239 Test large objects in GsonHttpEntityTest
Commit: fff085c7a1c384ddd4f2bf12b2ec36adc23ca24c
https://github.com/hibernate/hibernate-search/commit/fff085c7a1c384ddd4f2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M
backend/elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/client/impl/ByteBufferContentEncoder.java
Log Message:
-----------
HSEARCH-4239 Fix ByteBufferContentEncoder writing to the wrong position in the
bytearray
This only affects the getContent() method of GsonHttpEntity, which is
only used in the AWS integration when signing content. In that case, we
were sometimes overwriting previous content in the buffer, which
resulted in an incorrect content hash and an incorrect signature.
Commit: 32cc18a8a89995d9ab4deb9174253a368544907f
https://github.com/hibernate/hibernate-search/commit/32cc18a8a89995d9ab4d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
A
integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/work/IndexIndexerLargeDocumentsIT.java
A integrationtest/backend/tck/src/main/resources/great_expectations.txt
Log Message:
-----------
HSEARCH-4239 Test indexing of large documents
Commit: 41c15d4fec6c51d931f88d979ba4526db24e0cab
https://github.com/hibernate/hibernate-search/commit/41c15d4fec6c51d931f8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M
backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/client/impl/GsonHttpEntityTest.java
Log Message:
-----------
HSEARCH-4239 Test reproducer for strings not being encoded correctly
Commit: be8063a16ecaaf3d8dc42f77a4b0b4d73aa6283e
https://github.com/hibernate/hibernate-search/commit/be8063a16ecaaf3d8dc4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4249 Test AWS Elasticsearch Service 7.10
Compare:
https://github.com/hibernate/hibernate-search/compare/d5bca5142270...be80...