[hibernate/hibernate-search] 00113f: [Jenkins release job] README.md updated by release...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: 00113fe0bfc3c69734044975b0293657ef76236e
https://github.com/hibernate/hibernate-search/commit/00113fe0bfc3c6973404...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths:
M README.md
Log Message:
-----------
[Jenkins release job] README.md updated by release build 5.8.0.Beta4
Commit: f3cab7747c4148d0a197c82dcb5975f953c9fb27
https://github.com/hibernate/hibernate-search/commit/f3cab7747c4148d0a197...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 5.8.0.Beta4
Commit: 89aa4a847e7b7829fc84d16998caf603a2a2a4fa
https://github.com/hibernate/hibernate-search/commit/89aa4a847e7b7829fc84...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths:
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M elasticsearch-aws/pom.xml
M elasticsearch/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/elasticsearch/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/engine-elasticsearch/pom.xml
M integrationtest/performance/engine-lucene/pom.xml
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M legacy/pom.xml
M modules/pom.xml
M orm/pom.xml
M pom.xml
M serialization/avro/pom.xml
M sharedtestresources/pom.xml
M testing/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 5.8.0.Beta4
Commit: a42401afa83dcf8c8d96ea1076d44005b88e096a
https://github.com/hibernate/hibernate-search/commit/a42401afa83dcf8c8d96...
Author: Jenkins <ci(a)hibernate.org>
Date: 2017-07-12 (Wed, 12 Jul 2017)
Changed paths:
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M elasticsearch-aws/pom.xml
M elasticsearch/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/elasticsearch/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/performance/engine-elasticsearch/pom.xml
M integrationtest/performance/engine-lucene/pom.xml
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M legacy/pom.xml
M modules/pom.xml
M orm/pom.xml
M pom.xml
M serialization/avro/pom.xml
M sharedtestresources/pom.xml
M testing/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
Compare: https://github.com/hibernate/hibernate-search/compare/14b5191233ca...a424...
7 years, 5 months
[hibernate/hibernate-search] 22ca4d: HSEARCH-2813 Upgrade JMH to version 1.19
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: 22ca4d2ece49ea1bb072f7cadf5016d1d5c4a763
https://github.com/hibernate/hibernate-search/commit/22ca4d2ece49ea1bb072...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-2813 Upgrade JMH to version 1.19
Commit: 2a181f73496373c05730acfbb97908308a89bedf
https://github.com/hibernate/hibernate-search/commit/2a181f73496373c05730...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
A integrationtest/performance/engine-lucene/README.md
A integrationtest/performance/engine-lucene/pom.xml
A integrationtest/performance/engine-lucene/src/main/java/org/hibernate/search/engineperformance/lucene/BaseIndexSetup.java
A integrationtest/performance/engine-lucene/src/main/java/org/hibernate/search/engineperformance/lucene/JMHBenchmarks.java
A integrationtest/performance/engine-lucene/src/main/java/org/hibernate/search/engineperformance/lucene/Launcher.java
A integrationtest/performance/engine-lucene/src/main/java/org/hibernate/search/engineperformance/lucene/QueryEngineHolder.java
A integrationtest/performance/engine-lucene/src/main/java/org/hibernate/search/engineperformance/lucene/model/BookEntity.java
A integrationtest/performance/engine-lucene/src/main/java/org/hibernate/search/engineperformance/lucene/setuputilities/SearchIntegratorCreation.java
R integrationtest/performance/engine/README.md
R integrationtest/performance/engine/pom.xml
R integrationtest/performance/engine/src/main/java/org/hibernate/search/engineperformance/BaseIndexSetup.java
R integrationtest/performance/engine/src/main/java/org/hibernate/search/engineperformance/JMHBenchmarks.java
R integrationtest/performance/engine/src/main/java/org/hibernate/search/engineperformance/Launcher.java
R integrationtest/performance/engine/src/main/java/org/hibernate/search/engineperformance/QueryEngineHolder.java
R integrationtest/performance/engine/src/main/java/org/hibernate/search/engineperformance/model/BookEntity.java
R integrationtest/performance/engine/src/main/java/org/hibernate/search/engineperformance/setuputilities/SearchIntegratorCreation.java
M pom.xml
Log Message:
-----------
HSEARCH-2813 Rename hibernate-search-performance-engine to hibernate-search-performance-engine-lucene
So we can introduce another test project for Elasticsearch
Commit: f2318686b988123bd28350661b5dbffa14ac482c
https://github.com/hibernate/hibernate-search/commit/f2318686b988123bd283...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
A integrationtest/performance/engine-elasticsearch/README.md
A integrationtest/performance/engine-elasticsearch/pom.xml
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/BaseIndexSetup.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/EngineHolder.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/JMHBenchmarks.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/Launcher.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/RandomHolder.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/datasets/ConstantTextDataset.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/datasets/Dataset.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/datasets/DatasetUtils.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/datasets/TextSampleDataset.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/model/BookEntity.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/setuputilities/ConnectionInfo.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/setuputilities/DatasetCreation.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/setuputilities/MailingListDigestParser.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/setuputilities/SearchIntegratorCreation.java
M pom.xml
Log Message:
-----------
HSEARCH-2813 Add engine performance tests using Elasticsearch
Commit: e2615b5d75db84a0051e8c02c2ff9bcb50618408
https://github.com/hibernate/hibernate-search/commit/e2615b5d75db84a0051e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/EngineHolder.java
M integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/JMHBenchmarks.java
M integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/Launcher.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/WriteCounters.java
M integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/setuputilities/SearchIntegratorCreation.java
Log Message:
-----------
HSEARCH-2813 Add support for asynchronous mode in Elasticsearch engine performance tests
Commit: acc9e640e443d02b1bc215e15716c5e98bdc37b8
https://github.com/hibernate/hibernate-search/commit/acc9e640e443d02b1bc2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M elasticsearch/src/main/java/org/hibernate/search/elasticsearch/work/impl/BulkWork.java
Log Message:
-----------
HSEARCH-2813 Improve error messages when receiving garbage from Elasticsearch
This won't change anything in real-world application, but it helps when
stubbing the Elasticsearch client in tests.
Commit: 93b91237e19785e9554e2e4fb1673b65f38549b9
https://github.com/hibernate/hibernate-search/commit/93b91237e19785e9554e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/EngineHolder.java
M integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/setuputilities/SearchIntegratorCreation.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/stub/BlackholeElasticsearchClient.java
A integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/stub/BlackholeElasticsearchClientFactory.java
Log Message:
-----------
HSEARCH-2813 Add a blackhole client to Elasticsearch engine performance tests
This should allow us to test the raw processing throughput of Hibernate
Search, without any consideration for the I/O costs.
Commit: 41b5218aac9a7f16080ce62ad1d15bfcb217616e
https://github.com/hibernate/hibernate-search/commit/41b5218aac9a7f16080c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
A jenkins/performance-elasticsearch.groovy
A jenkins/performance-lucene.groovy
Log Message:
-----------
HSEARCH-2813 Add JenkinsFiles for performance tests
Commit: 14b5191233ca3530acab296291b0a1bc56bf80f1
https://github.com/hibernate/hibernate-search/commit/14b5191233ca3530acab...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2017-07-11 (Tue, 11 Jul 2017)
Changed paths:
M integrationtest/performance/engine-elasticsearch/src/main/java/org/hibernate/search/engineperformance/elasticsearch/stub/BlackholeElasticsearchClient.java
Log Message:
-----------
HSEARCH-2813 Reuse Response instances when possible
Compare: https://github.com/hibernate/hibernate-search/compare/ee8eb8c16b08...14b5...
7 years, 5 months