[JBoss JIRA] (ISPN-11775) Get or Create Cache with Default Template
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-11775:
----------------------------------
Summary: Get or Create Cache with Default Template
Key: ISPN-11775
URL: https://issues.redhat.com/browse/ISPN-11775
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod
Affects Versions: 11.0.0.Dev04, 10.1.6.Final
Reporter: Katia Aresti
Assignee: Katia Aresti
Fix For: 11.0.0.CR1, 10.1.7.Final
The remote admin api allows creating caches with the default templates but not the getOrCreate
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11774) REST connector misinterprets % in query path elements
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-11774:
----------------------------------
Summary: REST connector misinterprets % in query path elements
Key: ISPN-11774
URL: https://issues.redhat.com/browse/ISPN-11774
Project: Infinispan
Issue Type: Bug
Affects Versions: 11.0.0.Dev04, 10.1.6.Final
Reporter: Tristan Tarrant
Assignee: Gustavo Fernandes
Fix For: 10.1.7.Final, 11.0.0.Dev05
The REST resource manager performs a QueryStringDecoder.decodeComponent on path elements that have already bee decoded by Netty. This causes a path like `a%25bc` to be converted to `a%bc` but then converted again to `a�`
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11773) Package org.infinispan.context is missing from javadocs of 10.1.x and 11 releases
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/ISPN-11773?page=com.atlassian.jira.plugi... ]
Nistor Adrian updated ISPN-11773:
---------------------------------
Status: Open (was: New)
> Package org.infinispan.context is missing from javadocs of 10.1.x and 11 releases
> ---------------------------------------------------------------------------------
>
> Key: ISPN-11773
> URL: https://issues.redhat.com/browse/ISPN-11773
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.1.7.Final, 11.0.0.Dev05
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 11.0.0.CR1, 10.1.8.Final
>
>
> The new release of the custom infinispan doclet fixes the handling of @private/@public javadoc tags which are very strict now. Packages that are not specifically annotated are excluded, as it was meant to be from the beginning, but the exclusion was slightly broken.
> We need to add `@public` to all packages that we find to be unintentionally left out.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11773) Package org.infinispan.context is missing from javadocs of 10.1.x and 11 releases
by Nistor Adrian (Jira)
Nistor Adrian created ISPN-11773:
------------------------------------
Summary: Package org.infinispan.context is missing from javadocs of 10.1.x and 11 releases
Key: ISPN-11773
URL: https://issues.redhat.com/browse/ISPN-11773
Project: Infinispan
Issue Type: Bug
Components: Documentation
Affects Versions: 11.0.0.Dev05, 10.1.7.Final
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Fix For: 11.0.0.CR1, 10.1.8.Final
The new release of the custom infinispan doclet fixes the handling of @private/@public javadoc tags which are very strict now. Packages that are not specifically annotated are excluded, as it was meant to be from the beginning, but the exclusion was slightly broken.
We need to add `@public` to all packages that we find to be unintentionally left out.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11554) Off-heap state transfer does not preserve the timestamp of entries
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11554?page=com.atlassian.jira.plugi... ]
Pedro Ruivo updated ISPN-11554:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.1.8.Final
Resolution: Done
> Off-heap state transfer does not preserve the timestamp of entries
> ------------------------------------------------------------------
>
> Key: ISPN-11554
> URL: https://issues.redhat.com/browse/ISPN-11554
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.4.18.Final, 10.1.5.Final, 11.0.0.Dev03
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.1.8.Final, 11.0.0.Dev04
>
>
> The ISPN-4075 fix made state transfer preserve the timestamp of mortal/transient entries with OBJECT and BINARY storage, but not with OFF_HEAP storage.
> {{OffHeapEntryFactoryImpl.create()}} doesn't even receive the entry's created/last access timestamps, instead it always writes {{timeService.wallClockTime()}}.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11554) Off-heap state transfer does not preserve the timestamp of entries
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11554?page=com.atlassian.jira.plugi... ]
Pedro Ruivo closed ISPN-11554.
------------------------------
> Off-heap state transfer does not preserve the timestamp of entries
> ------------------------------------------------------------------
>
> Key: ISPN-11554
> URL: https://issues.redhat.com/browse/ISPN-11554
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.4.18.Final, 10.1.5.Final, 11.0.0.Dev03
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Dev04, 10.1.8.Final
>
>
> The ISPN-4075 fix made state transfer preserve the timestamp of mortal/transient entries with OBJECT and BINARY storage, but not with OFF_HEAP storage.
> {{OffHeapEntryFactoryImpl.create()}} doesn't even receive the entry's created/last access timestamps, instead it always writes {{timeService.wallClockTime()}}.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11554) Off-heap state transfer does not preserve the timestamp of entries
by Pedro Ruivo (Jira)
[ https://issues.redhat.com/browse/ISPN-11554?page=com.atlassian.jira.plugi... ]
Pedro Ruivo reopened ISPN-11554:
--------------------------------
> Off-heap state transfer does not preserve the timestamp of entries
> ------------------------------------------------------------------
>
> Key: ISPN-11554
> URL: https://issues.redhat.com/browse/ISPN-11554
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.4.18.Final, 10.1.5.Final, 11.0.0.Dev03
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Dev04
>
>
> The ISPN-4075 fix made state transfer preserve the timestamp of mortal/transient entries with OBJECT and BINARY storage, but not with OFF_HEAP storage.
> {{OffHeapEntryFactoryImpl.create()}} doesn't even receive the entry's created/last access timestamps, instead it always writes {{timeService.wallClockTime()}}.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months