Skip to content

Commit 8bef635

Browse files
committed
Remove test case template for Elasticsearch 2
Because I'm having trouble making it work on recent JDKs. It's so old we wouldn't consider bug reports like this anyway.
1 parent 96241d5 commit 8bef635

File tree

11 files changed

+4
-498
lines changed

11 files changed

+4
-498
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<module>orm/hibernate-orm-6</module>
1414
<module>envers/envers-5</module>
1515
<module>envers/envers-6</module>
16-
<module>search/hibernate-search-5/elasticsearch-2</module>
1716
<module>search/hibernate-search-5/elasticsearch-5</module>
1817
<module>search/hibernate-search-5/lucene</module>
1918
<module>search/hibernate-search-6/orm-elasticsearch</module>
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Hibernate Test Case Templates: Hibernate Search 5 with Elasticsearch 2
22

3-
This directory contains a test case template for Hibernate Search 5
3+
This directory used to contain a test case template for Hibernate Search 5
44
backed with an Elasticsearch 2 cluster.
55

6-
You can run the integration tests:
6+
As Elasticsearch 2 is very old, we will no longer be accepting test cases like this,
7+
and the test case template has been removed.
78

8-
* either using the command line with: `mvn verify`: it will automatically launch an instance of Elasticsearch 2;
9-
* or directly from your IDE. In this case, you need to run an instance of Elasticsearch separately using:
10-
`mvn elasticsearch:run`.
9+
Refer to other templates to submit a reproducer.

search/hibernate-search-5/elasticsearch-2/elasticsearch-maven-plugin/configuration/elasticsearch.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

search/hibernate-search-5/elasticsearch-2/pom.xml

Lines changed: 0 additions & 200 deletions
This file was deleted.

search/hibernate-search-5/elasticsearch-2/src/main/resources/log4j2.properties

Lines changed: 0 additions & 14 deletions
This file was deleted.

search/hibernate-search-5/elasticsearch-2/src/test/java/org/hibernate/search/bugs/SearchTestBase.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

search/hibernate-search-5/elasticsearch-2/src/test/java/org/hibernate/search/bugs/YourAnnotatedEntity.java

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)