Skip to content

Commit

Permalink
SDGF-59: Add deprecation to Redis and Lucene
Browse files Browse the repository at this point in the history
  • Loading branch information
Udo Kohlmeyer committed Feb 27, 2023
1 parent b115a82 commit ad82412
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* @see LuceneIndexFactoryBean
* @see AbstractDependencyStructuringBeanFactoryPostProcessor
* @since 2.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public class LuceneIndexRegionBeanFactoryPostProcessor extends AbstractDependencyStructuringBeanFactoryPostProcessor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @see AbstractSingleBeanDefinitionParser
* @see LuceneIndexFactoryBean
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
class LuceneIndexParser extends AbstractSingleBeanDefinitionParser {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* @see AbstractSingleBeanDefinitionParser
* @see LuceneServiceFactoryBean
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
class LuceneServiceParser extends AbstractSingleBeanDefinitionParser {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @see org.apache.geode.cache.Region
* @see LuceneIndex
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@Target({ ElementType.FIELD, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* @see LuceneService
* @see LuceneServiceProvider
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public abstract class LuceneAccessor extends LuceneOperationsSupport implements InitializingBean {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
* @see IndexConfigurer
* @see AbstractFactoryBeanSupport
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public class LuceneIndexFactoryBean extends AbstractFactoryBeanSupport<LuceneIndex>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* @see LuceneResultStruct
* @see PageableLuceneQueryResults
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public interface LuceneOperations {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @see FactoryBean
* @see InitializingBean
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public class LuceneServiceFactoryBean extends AbstractFactoryBeanSupport<LuceneService> implements InitializingBean {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* @see LuceneResultStruct
* @see PageableLuceneQueryResults
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public class LuceneTemplate extends LuceneAccessorSupport implements LuceneOperations {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* @see org.apache.geode.cache.lucene.LuceneService
* @see org.apache.geode.cache.lucene.LuceneServiceProvider
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
public abstract class ProjectingLuceneAccessor extends LuceneTemplate
implements BeanClassLoaderAware, BeanFactoryAware, ProjectingLuceneOperations {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @see LuceneOperations
* @see LuceneQueryProvider
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public interface ProjectingLuceneOperations extends LuceneOperations {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* @see org.apache.geode.cache.lucene.LuceneResultStruct
* @see org.apache.geode.cache.lucene.PageableLuceneQueryResults
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public class ProjectingLuceneTemplate extends ProjectingLuceneAccessor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @author John Blum
* @see LuceneAccessor
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public abstract class LuceneAccessorSupport extends LuceneAccessor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @author John Blum
* @see LuceneOperations
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public abstract class LuceneOperationsSupport implements LuceneOperations {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* @see AbstractPageSupport
* @see ProjectingLuceneAccessor
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
public class LucenePage<T, K, V> extends AbstractPageSupport<T> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author John Blum
* @see ProjectingLuceneAccessor
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public abstract class ProjectingLuceneAccessorSupport extends ProjectingLuceneAccessor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author John Blum
* @see ProjectingLuceneOperations
* @since 1.1.0
* @deprecated To be removed in GemFire 10 integration
*/
@SuppressWarnings("unused")
public abstract class ProjectingLuceneOperationsSupport extends LuceneOperationsSupport
Expand Down

0 comments on commit ad82412

Please sign in to comment.