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

Bumps Infinispan to 8.2.3 (iss #12) #13

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

vdzhuvinov
Copy link

Bumps Infinispan to 8.3.2 to use org.infinispan.configuration.parsing.Parser instead of Parser80.

Not sure if the schema should be bumped as well? org.infinispan.test.TestingUtil doesn't include 8.2 as valid schema version.

/**
* The instances of this class, keyed by Infinispan cache name.
*/
private static Map<String,RedisStore> instances = new Hashtable<>();
Copy link
Member

Choose a reason for hiding this comment

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

formatting (no space after the comma)

* @return The instances of this class as an unmodifiable map, keyed by
* Infinispan cache name.
*/
public static Map<String,RedisStore> getInstances() {
Copy link
Member

Choose a reason for hiding this comment

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

formatting

@@ -37,8 +51,13 @@
@Override
public void init(InitializationContext ctx)
{
RedisStore.log.info("Redis cache store initialising");
RedisStore.log.info("Initialising Redis store for cache " + ctx.getCache().getName());
Copy link
Member

Choose a reason for hiding this comment

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

Just a note for the future: it would be nice if info and above logging should use jboss logging loggers for i18n.

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