[
https://issues.apache.org/jira/browse/GEODE-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220784#comment-16220784
]
ASF GitHub Bot commented on GEODE-3896:
---------------------------------------
jhuynh1 closed pull request #970: GEODE-3896: Remove Experimental tag from
LuceneSerializer
URL: https://github.com/apache/geode/pull/970
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
index 2101b70816..f21259dc23 100644
---
a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
+++
b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
@@ -28,7 +28,6 @@
*
* @param <T> The type of object supported by this lucene serializer
*/
-@Experimental
public interface LuceneSerializer<T> extends Declarable {
/**
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove experimental tag from LuceneSerializer
> ---------------------------------------------
>
> Key: GEODE-3896
> URL: https://issues.apache.org/jira/browse/GEODE-3896
> Project: Geode
> Issue Type: Bug
> Components: lucene
> Reporter: Jason Huynh
> Assignee: Jason Huynh
>
> The LuceneSerializer should not be marked as experimental
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)