Skip to content

Conversation

@brokkoli71
Copy link
Member

@brokkoli71 brokkoli71 commented Nov 21, 2025

Changes:

Minor changes:

  • adds v2.Group.setAttributes
  • adds some missing api Javadocs

TODO:

  • implement concurrent MemoryStore
  • add Tests
  • Array.create and Group.create with no store/path arguments should default to a new MemoryStore

@brokkoli71 brokkoli71 self-assigned this Nov 21, 2025
@brokkoli71 brokkoli71 marked this pull request as ready for review November 24, 2025 10:29
@brokkoli71 brokkoli71 mentioned this pull request Dec 5, 2025
8 tasks

List<String> resolveKeys(String[] keys) {
ArrayList<String> resolvedKeys = new ArrayList<>();
for(String key:keys){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a code formatter set up?

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.

Add MemoryStore

3 participants