Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Fixes parsing of top-level inherited XML attributes (iss #4) #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vdzhuvinov
Copy link

This fixes the missing parsing of the top-level XML attributes inherited by redis-store from cache-store.

All tests pass.

Cheers,
Vladimir

@@ -225,6 +225,11 @@ private void parseRedisStoreAttributes(XMLExtendedStreamReader reader, RedisStor
builder.maxRedirections(Integer.parseInt(value));
break;
}

default: {
Parser80.parseStoreAttribute(reader, i, builder);
Copy link
Member

Choose a reason for hiding this comment

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

I'd bump the requirement to Infinispan 8.2 so you can use Parser

Copy link
Author

Choose a reason for hiding this comment

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

Thanks, we also on 8.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants