Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HSEARCH-771, HSEARCH-774, HSEARCH-772 #93

Merged
merged 7 commits into from
May 26, 2011

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented May 26, 2011

Better isolate different tests, and move all to Java6 in preparation to Hibernate4

@hferentschik hferentschik merged commit 30e98b9 into hibernate:master May 26, 2011
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Feb 20, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Feb 20, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Feb 20, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Feb 20, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request May 17, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Jun 19, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Oct 16, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Oct 17, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Oct 17, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Oct 25, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
yrodiere pushed a commit to yrodiere/hibernate-search that referenced this pull request Oct 25, 2017
This commit has been extracted from https://github.com/mincong-h/gsoc-hsearch/tree/master/
It is the result of squashing commits
f8c7156 to a1cd1a6
(see git log below).

commit a1cd1a6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 17:35:27 2016 +0200

    hibernate#92 Exposing entities to index via batch job context

commit 257f8e6
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:35:15 2016 +0200

    hibernate#93 Avoiding usage of Class#forName()

commit 2f0c4a0
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 12:33:15 2016 +0200

    hibernate#91 Creating EntityIndexingStepData to share data within the entity indexing batch step;

    * It's set up before the item reader runs via a listener
    * Avoids concurrency issues of sharing the index sharding strategy via the IndexingContext

commit de0b0ca
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 10:28:57 2016 +0200

    hibernate#88 Cleaning up Maven dependencies

commit f8c7156
Author: Gunnar Morling <gunnar.morling@googlemail.com>
Date:   Tue Jul 5 09:59:49 2016 +0200

    hibernate#78 Flushing out pending index works after batch job has run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants