[JBoss JIRA] (ISPN-7782) Generate documentation code snippets from testsuite
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-7782?page=com.atlassian.jira.plugin.... ]
Donald Naro updated ISPN-7782:
------------------------------
Description:
The aim is to have code snippets in the documentation generated right from the testsuite to ensure that they are always correct.
was:The aim is to have code snippets in the documentation generated right from the testsuite to ensure that they are always correct.
> Generate documentation code snippets from testsuite
> ---------------------------------------------------
>
> Key: ISPN-7782
> URL: https://issues.jboss.org/browse/ISPN-7782
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation-Core
> Affects Versions: 9.0.0.Final
> Reporter: Jiří Holuša
> Assignee: Donald Naro
> Priority: Major
>
> The aim is to have code snippets in the documentation generated right from the testsuite to ensure that they are always correct.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-6607) extra closing tag symbol
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-6607?page=com.atlassian.jira.plugin.... ]
Donald Naro reassigned ISPN-6607:
---------------------------------
Assignee: Donald Naro (was: Martin Vrabel)
> extra closing tag symbol
> -------------------------
>
> Key: ISPN-6607
> URL: https://issues.jboss.org/browse/ISPN-6607
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Reporter: Martin Vrabel
> Assignee: Donald Naro
> Priority: Trivial
>
> in section 8.2.2 [#http://infinispan.org/docs/8.2.x/user_guide/user_guide.html#_sample_xml_configuration_2]
> the closing tag after .jpa.entity.Vehicle"{color:#d04437}>{color} should not be there
> {code}
> <local-cache name="vehicleCache">
> <persistence passivation="false">
> <jpa-store xmlns="urn:infinispan:config:store:jpa:7.0"
> persistence-unit="org.infinispan.persistence.jpa.configurationTest"
> entity-class="org.infinispan.persistence.jpa.entity.Vehicle">
> />
> </persistence>
> </local-cache>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-6607) extra closing tag symbol
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-6607?page=com.atlassian.jira.plugin.... ]
Donald Naro updated ISPN-6607:
------------------------------
Sprint: DataGrid Sprint #34
> extra closing tag symbol
> -------------------------
>
> Key: ISPN-6607
> URL: https://issues.jboss.org/browse/ISPN-6607
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Reporter: Martin Vrabel
> Assignee: Donald Naro
> Priority: Trivial
>
> in section 8.2.2 [#http://infinispan.org/docs/8.2.x/user_guide/user_guide.html#_sample_xml_configuration_2]
> the closing tag after .jpa.entity.Vehicle"{color:#d04437}>{color} should not be there
> {code}
> <local-cache name="vehicleCache">
> <persistence passivation="false">
> <jpa-store xmlns="urn:infinispan:config:store:jpa:7.0"
> persistence-unit="org.infinispan.persistence.jpa.configurationTest"
> entity-class="org.infinispan.persistence.jpa.entity.Vehicle">
> />
> </persistence>
> </local-cache>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-9994) Explanations for XSiteRepl "Taking a site back online" is out of date and confusion
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-9994?page=com.atlassian.jira.plugin.... ]
Donald Naro reassigned ISPN-9994:
---------------------------------
Assignee: Donald Naro
> Explanations for XSiteRepl "Taking a site back online" is out of date and confusion
> -----------------------------------------------------------------------------------
>
> Key: ISPN-9994
> URL: https://issues.jboss.org/browse/ISPN-9994
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Affects Versions: 9.4.8.Final
> Environment: http://infinispan.org/docs/stable/user_guide/user_guide.html#taking_a_sit...
> Reporter: Wolf-Dieter Fink
> Assignee: Donald Naro
> Priority: Major
>
> The chapter 26.3.2 statement is that bringSiteOnline() need to be invoked for all nodes. This is not (longer) correct, it need to be invoked for all caches.
> The new GlobalXSiteAdminOperations component will do this at once.
> Another thing is that the bringStiteOnline() will only enable the repl, but not do a full update so only new put's will go to the other site.
> pushState(site) will bring the site online and transfer the state.
> Also the wording could be confusion, sometimes it is mentioned to invoke the method on master and sometimes on backup.
> It should be clear that the invocation is needed on the current active site - the site which contain the up-to-date caches - otherwise the result is that the correct site is overriden with the outdated caches!
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-9994) Explanations for XSiteRepl "Taking a site back online" is out of date and confusion
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-9994?page=com.atlassian.jira.plugin.... ]
Donald Naro updated ISPN-9994:
------------------------------
Issue Type: Enhancement (was: Bug)
> Explanations for XSiteRepl "Taking a site back online" is out of date and confusion
> -----------------------------------------------------------------------------------
>
> Key: ISPN-9994
> URL: https://issues.jboss.org/browse/ISPN-9994
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation-Core
> Affects Versions: 9.4.8.Final
> Environment: http://infinispan.org/docs/stable/user_guide/user_guide.html#taking_a_sit...
> Reporter: Wolf-Dieter Fink
> Assignee: Donald Naro
> Priority: Major
>
> The chapter 26.3.2 statement is that bringSiteOnline() need to be invoked for all nodes. This is not (longer) correct, it need to be invoked for all caches.
> The new GlobalXSiteAdminOperations component will do this at once.
> Another thing is that the bringStiteOnline() will only enable the repl, but not do a full update so only new put's will go to the other site.
> pushState(site) will bring the site online and transfer the state.
> Also the wording could be confusion, sometimes it is mentioned to invoke the method on master and sometimes on backup.
> It should be clear that the invocation is needed on the current active site - the site which contain the up-to-date caches - otherwise the result is that the correct site is overriden with the outdated caches!
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-9658) Update Documentation for Event filtering and conversion
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-9658?page=com.atlassian.jira.plugin.... ]
Donald Naro updated ISPN-9658:
------------------------------
Issue Type: Enhancement (was: Bug)
> Update Documentation for Event filtering and conversion
> -------------------------------------------------------
>
> Key: ISPN-9658
> URL: https://issues.jboss.org/browse/ISPN-9658
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation-Core
> Affects Versions: 9.4.0.Final
> Reporter: Lina Schad
> Assignee: Donald Naro
> Priority: Major
>
> The part of the documentation regarding event filtering and conversion (subsection in 3.3.1) points to the KeyFilter and also contains an example that uses it. The JavaDocs mark this class as deprecated since version 9.3 and replaced by Predicate. It would be nice to have an example with the Predicate instead of the deprecated KeyFilter.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-9658) Update Documentation for Event filtering and conversion
by Donald Naro (Jira)
[ https://issues.jboss.org/browse/ISPN-9658?page=com.atlassian.jira.plugin.... ]
Donald Naro reassigned ISPN-9658:
---------------------------------
Assignee: Donald Naro
> Update Documentation for Event filtering and conversion
> -------------------------------------------------------
>
> Key: ISPN-9658
> URL: https://issues.jboss.org/browse/ISPN-9658
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Affects Versions: 9.4.0.Final
> Reporter: Lina Schad
> Assignee: Donald Naro
> Priority: Major
>
> The part of the documentation regarding event filtering and conversion (subsection in 3.3.1) points to the KeyFilter and also contains an example that uses it. The JavaDocs mark this class as deprecated since version 9.3 and replaced by Predicate. It would be nice to have an example with the Predicate instead of the deprecated KeyFilter.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months