[JBoss JIRA] (ISPN-7351) Support @Named in CDI extension
by Seto Kaiba (JIRA)
[ https://issues.jboss.org/browse/ISPN-7351?page=com.atlassian.jira.plugin.... ]
Seto Kaiba commented on ISPN-7351:
----------------------------------
Maybe extends @ConfigureCache("name-cache") as @Qualifier would be great.
Just a small suggest.
I mean the code as below.
{code:java}
@ConfigureCache("name-cache")
@Produces
public Configuration nameCacheConfig() {
ConfigurationBuilder builder = new ConfigurationBuilder();
builder.storeAsBinary().enable();
return builder.build();
}
@Inject
@ConfigureCache("name-cache")
Cache<String, String> nameCache;
{code}
> Support @Named in CDI extension
> -------------------------------
>
> Key: ISPN-7351
> URL: https://issues.jboss.org/browse/ISPN-7351
> Project: Infinispan
> Issue Type: Feature Request
> Components: CDI Integration
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
>
> Currently our users have to create lots and lots of {{@Qualifier}} type of annotations. It would be desirable to support {{@Named("driver")}} type of annotations.
> Useful links:
> * {{@Named}} Javadoc: http://docs.oracle.com/javaee/6/api/javax/inject/Named.html
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7352) StringBasedStoreMultinodeIT Test Failures caused by Eviction config
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-7352:
----------------------------------
Summary: StringBasedStoreMultinodeIT Test Failures caused by Eviction config
Key: ISPN-7352
URL: https://issues.jboss.org/browse/ISPN-7352
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.0.0.Beta1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.0.0.Beta2
StringBasedStoreMultinodeIT consistently fails due to `jdbc-string-multinode-fetch-state.xml` containing an old reference to the deprecated eviction config.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7350) InfinispanIndexProvider should provide sensible defaults for index caches
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-7350:
-------------------------------------
Summary: InfinispanIndexProvider should provide sensible defaults for index caches
Key: ISPN-7350
URL: https://issues.jboss.org/browse/ISPN-7350
Project: Infinispan
Issue Type: Enhancement
Components: Lucene Directory
Affects Versions: 9.0.0.Beta1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.0.0.Final
InfinispanIndexProvider should provide sensible defaults for index caches when they haven't been provided by the user. A warning should also be logged when doing so, so that the user knows about this.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months