[JBoss JIRA] (ISPN-8320) Javadoc comments contain malformed HTML
by Adrian Nistor (Jira)
[ https://issues.jboss.org/browse/ISPN-8320?page=com.atlassian.jira.plugin.... ]
Adrian Nistor commented on ISPN-8320:
-------------------------------------
This first PR solves only a small set of the problems. Please do not close the jira yet.
> Javadoc comments contain malformed HTML
> ---------------------------------------
>
> Key: ISPN-8320
> URL: https://issues.jboss.org/browse/ISPN-8320
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Affects Versions: 9.1.0.Final
> Reporter: Dan Berindei
> Priority: Trivial
>
> In Java 8, {{javadoc}} started reporting malformed HTML tags in Javadoc comments. Our distribution build is ignoring the errors, and the normal build doesn't generate Javadoc at all. However, invoking {{mvn javadoc:javadoc}} directly fails:
> {noformat}
> [INFO] [ERROR] Exit code: 1 - /home/dan/Work/infinispan/target/checkout/checkstyle/src/main/java/org/infinispan/checkstyle/filters/ExcludeTestPackages.java:17: error: malformed HTML
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-8320) Javadoc comments contain malformed HTML
by Adrian Nistor (Jira)
[ https://issues.jboss.org/browse/ISPN-8320?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8320:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6355
> Javadoc comments contain malformed HTML
> ---------------------------------------
>
> Key: ISPN-8320
> URL: https://issues.jboss.org/browse/ISPN-8320
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Affects Versions: 9.1.0.Final
> Reporter: Dan Berindei
> Priority: Trivial
>
> In Java 8, {{javadoc}} started reporting malformed HTML tags in Javadoc comments. Our distribution build is ignoring the errors, and the normal build doesn't generate Javadoc at all. However, invoking {{mvn javadoc:javadoc}} directly fails:
> {noformat}
> [INFO] [ERROR] Exit code: 1 - /home/dan/Work/infinispan/target/checkout/checkstyle/src/main/java/org/infinispan/checkstyle/filters/ExcludeTestPackages.java:17: error: malformed HTML
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9644) Add a method like putForExternalRead that does not suppress exceptions
by Bartosz Popiela (Jira)
Bartosz Popiela created ISPN-9644:
-------------------------------------
Summary: Add a method like putForExternalRead that does not suppress exceptions
Key: ISPN-9644
URL: https://issues.jboss.org/browse/ISPN-9644
Project: Infinispan
Issue Type: Feature Request
Reporter: Bartosz Popiela
It would be reasonable to add a method like org.infinispan.Cache#putForExternalRead that does not suppress exceptions or make it configurable.
I use this operation to put an item to a cache that is read heavily. Recently I got a significant decrease in performance due to the serialization related exception that caused the application to hit the database each time the cache is being read. The exception had been logged at trace level, which made it difficult to find.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9644) Add a method like putForExternalRead that does not suppress exceptions
by Bartosz Popiela (Jira)
[ https://issues.jboss.org/browse/ISPN-9644?page=com.atlassian.jira.plugin.... ]
Bartosz Popiela updated ISPN-9644:
----------------------------------
Affects Version/s: 9.4.0.Final
> Add a method like putForExternalRead that does not suppress exceptions
> -----------------------------------------------------------------------
>
> Key: ISPN-9644
> URL: https://issues.jboss.org/browse/ISPN-9644
> Project: Infinispan
> Issue Type: Feature Request
> Affects Versions: 9.4.0.Final
> Reporter: Bartosz Popiela
> Priority: Major
>
> It would be reasonable to add a method like org.infinispan.Cache#putForExternalRead that does not suppress exceptions or make it configurable.
> I use this operation to put an item to a cache that is read heavily. Recently I got a significant decrease in performance due to the serialization related exception that caused the application to hit the database each time the cache is being read. The exception had been logged at trace level, which made it difficult to find.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9643) Jacoco support for Infinispan
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-9643?page=com.atlassian.jira.plugin.... ]
Diego Lovison updated ISPN-9643:
--------------------------------
Description:
The jacoco should support IT ( Integration Tests ) and UT ( Unit Tests ).
Infinispan has a mix of tests, in the same project, we have junit and testng.
We should be able to generate jacoco-ut.exec and jacoco-it.exec
During this task, there is the opportunity to merge, remove surefire and failsafe plugin from sub-projects
was:
The jacoco should support IT ( Integration Tests ) and UT ( Unit Tests ).
Infinispan has a mix of tests, in the same project, we have junit and testng.
We should be able to generate jacoco-ut.exec and jacoco-it.exec
During this task, there is the opportunity to merge, remove surefire and failsafe plugin.
> Jacoco support for Infinispan
> -----------------------------
>
> Key: ISPN-9643
> URL: https://issues.jboss.org/browse/ISPN-9643
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Diego Lovison
> Priority: Major
>
> The jacoco should support IT ( Integration Tests ) and UT ( Unit Tests ).
> Infinispan has a mix of tests, in the same project, we have junit and testng.
> We should be able to generate jacoco-ut.exec and jacoco-it.exec
> During this task, there is the opportunity to merge, remove surefire and failsafe plugin from sub-projects
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (ISPN-9643) Jacoco support for Infinispan
by Diego Lovison (Jira)
Diego Lovison created ISPN-9643:
-----------------------------------
Summary: Jacoco support for Infinispan
Key: ISPN-9643
URL: https://issues.jboss.org/browse/ISPN-9643
Project: Infinispan
Issue Type: Enhancement
Reporter: Diego Lovison
The jacoco should support IT ( Integration Tests ) and UT ( Unit Tests ).
Infinispan has a mix of tests, in the same project, we have junit and testng.
We should be able to generate jacoco-ut.exec and jacoco-it.exec
During this task, there is the opportunity to merge, remove surefire and failsafe plugin.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months