[infinispan-issues] [JBoss JIRA] (ISPN-9592) Lockdown query internals
Nistor Adrian (Jira)
issues at jboss.org
Mon Jun 15 04:42:02 EDT 2020
[ https://issues.redhat.com/browse/ISPN-9592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nistor Adrian updated ISPN-9592:
--------------------------------
Labels: SesarchNG (was: )
> Lockdown query internals
> ------------------------
>
> Key: ISPN-9592
> URL: https://issues.redhat.com/browse/ISPN-9592
> Project: Infinispan
> Issue Type: Task
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Labels: SesarchNG
> Fix For: 12.0.0.Final
>
>
> Many things in query implementation are left public although they are very prone to creating insidious bugs if accessed externally. These are not proper extension points and should be made package local or provided strictly via SearchManagerImplementor.
> * Move SearchManager.purge(Class) method to SearchManagerImplementor
> * DefaultSearchWorkCreator should be moved to org.infinispan.query.backend and made package local
> * TransactionalEventTransactionContext is not used, can be removed, and its non-tx counterpart (NoTransactionContext) no longer has to be public
> * all public methods in QueryInterceptor must be reviewed and made package local ASAP
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list