-
Notifications
You must be signed in to change notification settings - Fork 480
Task(Indices) Create a new mechanism to track stored indices and their version #34146 #34169
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
base: main
Are you sure you want to change the base?
Conversation
…tCMS/core into issue-34146-versioned-indices
| ContentDriveHelperContentletAPIComparisonTest.class, | ||
| AppsAPIImplTest.class, | ||
| Task251103AddStylePropertiesColumnInMultiTreeTest.class, | ||
| Task251212AddVersionColumnIndicesTableTest.class, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this test at the end of the list
| */ | ||
| @ApplicationScoped | ||
| @RunWith(JUnit4WeldRunner.class) | ||
| public class VersionedIndicesAPITest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class has not been added to the test suite
| * It provides functionality for loading, saving, removing, and inspecting indices and their versions. | ||
| * It also includes utilities for constructing indices objects from database query results. | ||
| */ | ||
| public interface IndicesFactory { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we are creating an IndicesFactory and Impl, we should deprecate the old one, shouldn't we?
Proposed Changes
This PR fixes: #34146