[JBoss JIRA] (ISPN-9481) Implement toString in EncoderCache.EntryWrapper
by Katia Aresti (JIRA)
[ https://issues.jboss.org/browse/ISPN-9481?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-9481:
-------------------------------
Description:
When we call
{code}
logger.info("Entries from Cache: {}", cache.entrySet());
{code}
Displays:
bq. Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper@5580d62f]
was:
When we call
{code}
logger.info("Entries from Cache: {}", cache.entrySet());
{code}
bq. Displays: Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper@5580d62f]
> Implement toString in EncoderCache.EntryWrapper
> -----------------------------------------------
>
> Key: ISPN-9481
> URL: https://issues.jboss.org/browse/ISPN-9481
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Katia Aresti
> Assignee: Katia Aresti
>
> When we call
> {code}
> logger.info("Entries from Cache: {}", cache.entrySet());
> {code}
> Displays:
> bq. Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper@5580d62f]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9481) Implement toString in EncoderCache.EntryWrapper
by Katia Aresti (JIRA)
[ https://issues.jboss.org/browse/ISPN-9481?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-9481:
-------------------------------
Description:
When we call
{code}
logger.info("Entries from Cache: {}", cache.entrySet());
{code}
bq. Displays: Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper@5580d62f]
was:
When we call
{{
logger.info("Entries from Cache: {}", cache.entrySet());
}}
We get : Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper@5580d62f]
> Implement toString in EncoderCache.EntryWrapper
> -----------------------------------------------
>
> Key: ISPN-9481
> URL: https://issues.jboss.org/browse/ISPN-9481
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Katia Aresti
> Assignee: Katia Aresti
>
> When we call
> {code}
> logger.info("Entries from Cache: {}", cache.entrySet());
> {code}
> bq. Displays: Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper@5580d62f]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9481) Implement toString in EncoderCache.EntryWrapper
by Katia Aresti (JIRA)
Katia Aresti created ISPN-9481:
----------------------------------
Summary: Implement toString in EncoderCache.EntryWrapper
Key: ISPN-9481
URL: https://issues.jboss.org/browse/ISPN-9481
Project: Infinispan
Issue Type: Enhancement
Reporter: Katia Aresti
Assignee: Katia Aresti
When we call
{{
logger.info("Entries from Cache: {}", cache.entrySet());
}}
We get : Entries from Cache: [org.infinispan.cache.impl.EncoderCache$EntryWrapper@5580d62f]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9480) misleading client side WARN message
by Wolf-Dieter Fink (JIRA)
[ https://issues.jboss.org/browse/ISPN-9480?page=com.atlassian.jira.plugin.... ]
Wolf-Dieter Fink updated ISPN-9480:
-----------------------------------
Security: (was: Red Hat Internal)
> misleading client side WARN message
> -----------------------------------
>
> Key: ISPN-9480
> URL: https://issues.jboss.org/browse/ISPN-9480
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod
> Reporter: Wolf-Dieter Fink
> Assignee: Adrian Nistor
>
> The client will log warn messages for @Indexed annotations
> WARN o.i.p.impl.AnnotatedDescriptorImpl : Encountered and ignored and unknown annotation "Indexed" on <some proto field>
> At client side there is no knowledge about indexing annotations. This is normal.
> The warning should not issued.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months