[JBoss JIRA] (ISPN-4865) Missing artifact sources during javadoc generation on distribution
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4865?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-4865:
------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2991
> Missing artifact sources during javadoc generation on distribution
> ------------------------------------------------------------------
>
> Key: ISPN-4865
> URL: https://issues.jboss.org/browse/ISPN-4865
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 7.0.0.Final
>
>
> {{mvn clean install -Dmaven.test.skip.exec=true -Pdistribution -s maven-settings.xml}}
> Fails with:
> {code}
> [INFO] Infinispan Distribution ............................ FAILURE [ 31.539 s]
> [INFO] Infinispan ......................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 46.833 s
> [INFO] Finished at: 2014-10-20T20:22:20+00:00
> [INFO] Final Memory: 73M/261M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10:javadoc (javadoc) on project infinispan-distribution: An error has occurred in JavaDocs report generation: Failed to resolve one or more javadoc source/resource artifacts:
> [ERROR]
> [ERROR] Missing:
> [ERROR] ----------
> [ERROR] 1) antlr:antlr:jar:sources:2.7.7
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR]
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.7 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file
> [ERROR]
> [ERROR] Alternatively, if you host your own repository you can deploy the file there:
> [ERROR] mvn deploy:deploy-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.7 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR]
> [ERROR] Path to dependency:
> [ERROR] 1) org.infinispan:infinispan-distribution:pom:7.0.0-SNAPSHOT
> [ERROR] 2) antlr:antlr:jar:sources:2.7.7
> [ERROR]
> [ERROR] ----------
> [ERROR] 1 required artifact is missing.
> [ERROR]
> [ERROR] for artifact:
> [ERROR] org.infinispan:infinispan-distribution:pom:7.0.0-SNAPSHOT
> [ERROR]
> [ERROR] from the specified remote repositories:
> [ERROR] redhat-earlyaccess-repository-group (http://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=true),
> [ERROR] jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/, releases=true, snapshots=true),
> [ERROR] jboss-public-repository (https://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=true),
> [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4865) Missing artifact sources during javadoc generation on distribution
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4865?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-4865:
------------------------------------
Fix Version/s: 7.0.0.Final
> Missing artifact sources during javadoc generation on distribution
> ------------------------------------------------------------------
>
> Key: ISPN-4865
> URL: https://issues.jboss.org/browse/ISPN-4865
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 7.0.0.Final
>
>
> {{mvn clean install -Dmaven.test.skip.exec=true -Pdistribution -s maven-settings.xml}}
> Fails with:
> {code}
> [INFO] Infinispan Distribution ............................ FAILURE [ 31.539 s]
> [INFO] Infinispan ......................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 46.833 s
> [INFO] Finished at: 2014-10-20T20:22:20+00:00
> [INFO] Final Memory: 73M/261M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10:javadoc (javadoc) on project infinispan-distribution: An error has occurred in JavaDocs report generation: Failed to resolve one or more javadoc source/resource artifacts:
> [ERROR]
> [ERROR] Missing:
> [ERROR] ----------
> [ERROR] 1) antlr:antlr:jar:sources:2.7.7
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR]
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.7 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file
> [ERROR]
> [ERROR] Alternatively, if you host your own repository you can deploy the file there:
> [ERROR] mvn deploy:deploy-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.7 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR]
> [ERROR] Path to dependency:
> [ERROR] 1) org.infinispan:infinispan-distribution:pom:7.0.0-SNAPSHOT
> [ERROR] 2) antlr:antlr:jar:sources:2.7.7
> [ERROR]
> [ERROR] ----------
> [ERROR] 1 required artifact is missing.
> [ERROR]
> [ERROR] for artifact:
> [ERROR] org.infinispan:infinispan-distribution:pom:7.0.0-SNAPSHOT
> [ERROR]
> [ERROR] from the specified remote repositories:
> [ERROR] redhat-earlyaccess-repository-group (http://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=true),
> [ERROR] jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/, releases=true, snapshots=true),
> [ERROR] jboss-public-repository (https://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=true),
> [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4865) Missing artifact sources during javadoc generation on distribution
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4865?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-4865:
---------------------------------------
Assignee: Gustavo Fernandes
> Missing artifact sources during javadoc generation on distribution
> ------------------------------------------------------------------
>
> Key: ISPN-4865
> URL: https://issues.jboss.org/browse/ISPN-4865
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.CR1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> {{mvn clean install -Dmaven.test.skip.exec=true -Pdistribution -s maven-settings.xml}}
> Fails with:
> {code}
> [INFO] Infinispan Distribution ............................ FAILURE [ 31.539 s]
> [INFO] Infinispan ......................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 46.833 s
> [INFO] Finished at: 2014-10-20T20:22:20+00:00
> [INFO] Final Memory: 73M/261M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10:javadoc (javadoc) on project infinispan-distribution: An error has occurred in JavaDocs report generation: Failed to resolve one or more javadoc source/resource artifacts:
> [ERROR]
> [ERROR] Missing:
> [ERROR] ----------
> [ERROR] 1) antlr:antlr:jar:sources:2.7.7
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR]
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.7 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file
> [ERROR]
> [ERROR] Alternatively, if you host your own repository you can deploy the file there:
> [ERROR] mvn deploy:deploy-file -DgroupId=antlr -DartifactId=antlr -Dversion=2.7.7 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR]
> [ERROR] Path to dependency:
> [ERROR] 1) org.infinispan:infinispan-distribution:pom:7.0.0-SNAPSHOT
> [ERROR] 2) antlr:antlr:jar:sources:2.7.7
> [ERROR]
> [ERROR] ----------
> [ERROR] 1 required artifact is missing.
> [ERROR]
> [ERROR] for artifact:
> [ERROR] org.infinispan:infinispan-distribution:pom:7.0.0-SNAPSHOT
> [ERROR]
> [ERROR] from the specified remote repositories:
> [ERROR] redhat-earlyaccess-repository-group (http://maven.repository.redhat.com/earlyaccess/all/, releases=true, snapshots=true),
> [ERROR] jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/, releases=true, snapshots=true),
> [ERROR] jboss-public-repository (https://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=true),
> [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4882) HotRod authentication fails with an authorization-enabled clustered container
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-4882:
-------------------------------------
Summary: HotRod authentication fails with an authorization-enabled clustered container
Key: ISPN-4882
URL: https://issues.jboss.org/browse/ISPN-4882
Project: Infinispan
Issue Type: Feature Request
Components: Security, Server
Affects Versions: 7.0.0.CR2
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Blocker
Fix For: 7.0.0.Final
If authorization is enabled on a clustered container, the hotrod server silently fails when attempting to retrieve the topology information without using a privileged action.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-4813) JMX returns wrong number of cache entries
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4813?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-4813:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> JMX returns wrong number of cache entries
> -----------------------------------------
>
> Key: ISPN-4813
> URL: https://issues.jboss.org/browse/ISPN-4813
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management, Remote Protocols, Server
> Reporter: Vojtech Juranek
> Assignee: Galder Zamarreño
> Labels: testsuite_stability
> Fix For: 7.0.0.Final
>
>
> Number of cache entries ({{numberOfEntries}}) provided by JMX is wrong. {{HotRodRemoteCacheIT#testPutAsyc}} fails with assert error (see bellow), because JMX returns wrong number of entries in the cache. When debugging the test, number of entries in the cache is correct (100 - obrained e.g. by {{cache.getBulk().size()}}), but JMX return wrong number (100). Even on cleared cache JMX return that it contains 3 entries. When the {{clear}} operation is called via JMX, JMX show correct number (0).
> {noformat}
> java.lang.AssertionError: expected:<100> but was:<103>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at org.infinispan.server.test.client.hotrod.AbstractRemoteCacheIT.testPutAsync(AbstractRemoteCacheIT.java:574)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (ISPN-3792) Optional Cache.putForExternalRead expiration arguments
by Karl von Randow (JIRA)
[ https://issues.jboss.org/browse/ISPN-3792?page=com.atlassian.jira.plugin.... ]
Karl von Randow commented on ISPN-3792:
---------------------------------------
[~dan.berindei] Thanks for your comment. I use an invalidation cache across my cluster, and I use it for caching fragments of HTML where some of those fragments have different retention characteristics. I specify the retention characteristics with the fragment, and I have lots of such fragments, so rather than making an individual cache for each of them I would like to use one cache and simply vary the metadata.
I need to use PFER because it's an invalidation cache. I think PFER is more essential than just Hibernate 2LC; I think it's essential for any invalidation cache.
I can absolutely see your point about more methods in the Cache interface. If it were possible to use a flag to achieve the same result, I would. I think the only thing not achievable by flags is the transaction suspend - which I don't need, but I agree with the sentiment of it, and some of my caches are transactional.
I would be completely happy with just the method in AdvancedCache.
I do think it's worth considering whether PFER is more important than that when using invalidation though. If you don't use it you pretty quickly get into a dysfunctional cache scenario with each cluster member invalidating the other. It seems that invalidation caches are more likely than not external read caches!
> Optional Cache.putForExternalRead expiration arguments
> ------------------------------------------------------
>
> Key: ISPN-3792
> URL: https://issues.jboss.org/browse/ISPN-3792
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core
> Reporter: Vladimir Dzhuvinov
> Assignee: Mircea Markus
> Priority: Optional
>
> BasicCache has optional lifespan and idle time arguments for its put methods, I was hoping to have that for putForExternalRead as well.
> Cheers,
> Vladimir
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months