[JBoss JIRA] (ISPN-6812) JavaDoc still has references to NotifyingFuture
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-6812?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-6812:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Alpha3
Resolution: Done
> JavaDoc still has references to NotifyingFuture
> -----------------------------------------------
>
> Key: ISPN-6812
> URL: https://issues.jboss.org/browse/ISPN-6812
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.0.0.Alpha2
> Reporter: Alan Field
> Assignee: Tristan Tarrant
> Fix For: 9.0.0.Alpha3
>
>
> The following classes still refer to {{NotifyingFuture}} in the JavaDoc, even though the code has been changed to use {{CompletableFuture}} :
> {{AsyncCache.java}} (5 matches)
> {{DistributedExecutionCompletionService.java}} (5 matches)
> {{Cache.java}} (6 matches)
> It also looks like the {{FutureAssertion.java}} class is no longer needed?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6825) Stable and development docs should have "fixed" URLs
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-6825:
-------------------------------------
Summary: Stable and development docs should have "fixed" URLs
Key: ISPN-6825
URL: https://issues.jboss.org/browse/ISPN-6825
Project: Infinispan
Issue Type: Sub-task
Components: Documentation-Core
Reporter: Tristan Tarrant
Currently our docs are "versioned", i.e. every time we release a new minor or major we create a new URL. This hurts our search engine visibility. We should therefore publish the current stable and development branches with fixed urls.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6824) Enhance the user guide presentation
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-6824:
-------------------------------------
Summary: Enhance the user guide presentation
Key: ISPN-6824
URL: https://issues.jboss.org/browse/ISPN-6824
Project: Infinispan
Issue Type: Sub-task
Components: Documentation-Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Enhance the user guide as follows:
- make the left hand TOC collapsible and searchable
- add a version selector that allows switching between different versions
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6823) Generate PDF documentation
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-6823:
-------------------------------------
Summary: Generate PDF documentation
Key: ISPN-6823
URL: https://issues.jboss.org/browse/ISPN-6823
Project: Infinispan
Issue Type: Sub-task
Components: Documentation-Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
We can generate PDF versions of our documentation "books". These should be published to docs.jboss.org alongside the javadocs.
Ghostscript should be used to optimize the PDFs
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6822) Generate documentation from the Infinispan build
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6822?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6822:
----------------------------------
Parent: ISPN-6820
Issue Type: Sub-task (was: Feature Request)
> Generate documentation from the Infinispan build
> ------------------------------------------------
>
> Key: ISPN-6822
> URL: https://issues.jboss.org/browse/ISPN-6822
> Project: Infinispan
> Issue Type: Sub-task
> Components: Documentation-Core
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
>
> Currently the documentation is generated by the website publishing process which clones the git repo and applies asciidoctor to that repo. This process is quite slow.
> Instead we should use the maven asciidoctor plugin to generate the docs as part of the release process and publish them to maven as artifacts.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6822) Generate documentation from the Infinispan build
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-6822:
-------------------------------------
Summary: Generate documentation from the Infinispan build
Key: ISPN-6822
URL: https://issues.jboss.org/browse/ISPN-6822
Project: Infinispan
Issue Type: Feature Request
Components: Documentation-Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Currently the documentation is generated by the website publishing process which clones the git repo and applies asciidoctor to that repo. This process is quite slow.
Instead we should use the maven asciidoctor plugin to generate the docs as part of the release process and publish them to maven as artifacts.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6821) Add version information to all doc headers
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-6821:
-------------------------------------
Summary: Add version information to all doc headers
Key: ISPN-6821
URL: https://issues.jboss.org/browse/ISPN-6821
Project: Infinispan
Issue Type: Sub-task
Components: Documentation-Core
Reporter: Tristan Tarrant
The documentation pages currently do not show the version of Infinispan they refer to. This should be added to each header.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6819) SharedStoreInvalidationDuringRehashTest.testRehashWith[out]Preload random failures
by Dan Berindei (JIRA)
Dan Berindei created ISPN-6819:
----------------------------------
Summary: SharedStoreInvalidationDuringRehashTest.testRehashWith[out]Preload random failures
Key: ISPN-6819
URL: https://issues.jboss.org/browse/ISPN-6819
Project: Infinispan
Issue Type: Bug
Components: Core, Test Suite - Core
Affects Versions: 9.0.0.Alpha2
Reporter: Dan Berindei
Priority: Critical
Fix For: 9.0.0.Alpha3
{noformat}
java.lang.AssertionError: expected:<0> but was:<3>
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252)
at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.checkContentAndInvalidations(SharedStoreInvalidationDuringRehashTest.java:213)
at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.doTest(SharedStoreInvalidationDuringRehashTest.java:135)
at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.testRehashWithoutPreload(SharedStoreInvalidationDuringRehashTest.java:122)
{noformat}
http://ci.infinispan.org/project.html?tab=testDetails&testNameId=-7068250...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months