Hmm, clirr shouldn't be applied to jcache since the compat guarantee is
done by jcache itself, not jcs where the module is just internals.


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2017-08-05 17:51 GMT+02:00 Amey Jadiye <ameyjad...@gmail.com>:

> Even for me build and tests working fine.
>
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Commons JCS ................................. SUCCESS [
> 10.196 s]
> [INFO] Apache Commons JCS :: Core ......................... SUCCESS [04:49
> min]
> [INFO] Apache Commons JCS :: JCache ....................... SUCCESS [
>  8.909 s]
> [INFO] Apache Commons JCS :: JCache TCK ................... SUCCESS [
>  4.089 s]
> [INFO] Apache Commons JCS :: JCache Extras ................ SUCCESS [
>  7.295 s]
> [INFO] Apache Commons JCS :: JCache OpenJPA ............... SUCCESS [
> 11.501 s]
> [INFO] Apache Commons JCS :: Distribution ................. SUCCESS [
>  0.875 s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 05:33 min
> [INFO] Finished at: 2017-08-05T21:15:08+05:30
> [INFO] Final Memory: 60M/895M
> [INFO]
> ------------------------------------------------------------------------
>
>
> However Clirr is not good .... and findbug is also not good.
>
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public boolean containsKey(java.io.Serializable)' has been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public java.io.Serializable get(java.io.Serializable)' has been
> removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public java.io.Serializable getAndPut(java.io.Serializable,
> java.io.Serializable)' has been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public java.io.Serializable getAndRemove(java.io.Serializable)'
> has
> been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public java.io.Serializable getAndReplace(java.io.Serializable,
> java.io.Serializable)' has been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public java.lang.Object invoke(java.io.Serializable,
> javax.cache.processor.EntryProcessor, java.lang.Object[])' has been
> removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public void put(java.io.Serializable, java.io.Serializable)' has
> been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public boolean putIfAbsent(java.io.Serializable,
> java.io.Serializable)' has been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public boolean remove(java.io.Serializable)' has been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public boolean remove(java.io.Serializable, java.io.Serializable)'
> has been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public boolean replace(java.io.Serializable, java.io.Serializable,
> java.io.Serializable)' has been removed
> [ERROR] 7002: org.apache.commons.jcs.jcache.proxy.ClassLoaderAwareCache:
> Method 'public boolean replace(java.io.Serializable, java.io.Serializable)'
> has been removed
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Commons JCS ................................. SUCCESS [
>  4.329 s]
> [INFO] Apache Commons JCS :: Core ......................... SUCCESS [
>  6.061 s]
> [INFO] Apache Commons JCS :: JCache ....................... FAILURE [
>  3.886 s]
> [INFO] Apache Commons JCS :: JCache TCK ................... SKIPPED
> [INFO] Apache Commons JCS :: JCache Extras ................ SKIPPED
> [INFO] Apache Commons JCS :: JCache OpenJPA ............... SKIPPED
> [INFO] Apache Commons JCS :: Distribution ................. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 16.543 s
> [INFO] Finished at: 2017-08-05T21:15:44+05:30
> [INFO] Final Memory: 34M/272M
> [INFO]
> ------------------------------------------------------------------------
>
>
> Regards,
> Amey
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
> On Sat, Aug 5, 2017 at 7:57 PM, Oliver Heger <oliver.he...@oliver-heger.de
> >
> wrote:
>
> >
> >
> > Am 04.08.2017 um 17:32 schrieb Gary Gregory:
> > > Hi All:
> > >
> > > Can these failures be explained:
> > >
> > > Failed tests:
> > >   RemoteCacheNoWaitUnitTest.testRemove:136 Wrong number updated.
> > > expected:<1> but was:<0>
> > >   RemoteCacheNoWaitUnitTest.testUpdate:62 Wrong number updated.
> > > expected:<1> but was:<0>
> > >
> > > Tests run: 402, Failures: 2, Errors: 0, Skipped: 0
> >
> > I do not see these failures. Running 'mvn clean install' with both JDK
> > 1.6 and 1.7 was successful (on Windows 10).
> >
> > A timing issue?
> >
> > Oliver
> >
> > >
> > > [INFO]
> > > ------------------------------------------------------------
> ------------
> > > [INFO] Reactor Summary:
> > > [INFO]
> > > [INFO] Apache Commons JCS ................................. SUCCESS [
> > > 40.503 s]
> > > [INFO] Apache Commons JCS :: Core ......................... FAILURE
> > [04:01
> > > min]
> > > [INFO] Apache Commons JCS :: JCache ....................... SKIPPED
> > > [INFO] Apache Commons JCS :: JCache TCK ................... SKIPPED
> > > [INFO] Apache Commons JCS :: JCache Extras ................ SKIPPED
> > > [INFO] Apache Commons JCS :: JCache OpenJPA ............... SKIPPED
> > > [INFO] Apache Commons JCS :: Distribution ................. SKIPPED
> > > [INFO]
> > > ------------------------------------------------------------
> ------------
> > > [INFO] BUILD FAILURE
> > > [INFO]
> > > ------------------------------------------------------------
> ------------
> > > [INFO] Total time: 04:43 min
> > > [INFO] Finished at: 2017-08-04T08:23:53-07:00
> > > [INFO] Final Memory: 54M/460M
> > >
> > > Using:
> > >
> > > Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> > > 2017-04-03T12:39:06-07:00)
> > > Maven home: C:\Java\apache-maven-3.5.0\bin\..
> > > Java version: 1.7.0_80, vendor: Oracle Corporation
> > > Java home: C:\Program Files\Java\jdk1.7.0_80\jre
> > > Default locale: en_US, platform encoding: Cp1252
> > > OS name: "windows 8.1", version: "6.3", arch: "amd64", family:
> "windows"
> > >
> > > Also CLIRR checks fail with:
> > >
> > > [INFO] --- clirr-maven-plugin:2.8:check (default-cli) @
> > commons-jcs-jcache
> > > ---
> > > [INFO] artifact org.apache.commons:commons-jcs-jcache: checking for
> > updates
> > > from central
> > > [INFO] Comparing to version: 2.1
> > > Downloading:
> > > https://repo.maven.apache.org/maven2/org/apache/commons/
> > commons-jcs-jcache/2.1/commons-jcs-jcache-2.1.jar
> > > Downloaded:
> > > https://repo.maven.apache.org/maven2/org/apache/commons/
> > commons-jcs-jcache/2.1/commons-jcs-jcache-2.1.jar
> > > (100 kB at 187 kB/s)
> > > Downloading:
> > > https://repo.maven.apache.org/maven2/org/apache/commons/
> > commons-jcs-jcache/2.1/commons-jcs-jcache-2.1.pom
> > > Downloaded:
> > > https://repo.maven.apache.org/maven2/org/apache/commons/
> > commons-jcs-jcache/2.1/commons-jcs-jcache-2.1.pom
> > > (4.3 kB at 86 kB/s)
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public boolean containsKey(java.io.Serializable)' has been
> > removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public java.io.Serializable get(java.io.Serializable)' has been
> > > removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public java.io.Serializable getAndPut(java.io.Serializable,
> > > java.io.Serializable)' has been removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public java.io.Serializable getAndRemove(java.io.
> Serializable)'
> > has
> > > been removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public java.io.Serializable getAndReplace(java.io.
> Serializable,
> > > java.io.Serializable)' has been removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public java.lang.Object invoke(java.io.Serializable,
> > > javax.cache.processor.EntryProcessor, java.lang.Object[])' has been
> > removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public void put(java.io.Serializable, java.io.Serializable)'
> has
> > > been removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public boolean putIfAbsent(java.io.Serializable,
> > > java.io.Serializable)' has been removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public boolean remove(java.io.Serializable)' has been removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public boolean remove(java.io.Serializable,
> > java.io.Serializable)'
> > > has been removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public boolean replace(java.io.Serializable,
> > java.io.Serializable,
> > > java.io.Serializable)' has been removed
> > > [ERROR] 7002: org.apache.commons.jcs.jcache.
> proxy.ClassLoaderAwareCache:
> > > Method 'public boolean replace(java.io.Serializable,
> > java.io.Serializable)'
> > > has been removed
> > > [INFO]
> > > ------------------------------------------------------------
> ------------
> > >
> > > Gary
> > >
> > > On Wed, Aug 2, 2017 at 6:32 AM, Thomas Vandahl <t...@apache.org> wrote:
> > >
> > >> I would like to release the [jcs] component to resolve some overdue
> bugs
> > >>
> > >> Apache Commons JCS 2.2 RC1 is available for review at:
> > >>   https://dist.apache.org/repos/dist/dev/commons/jcs/ (r20728).
> > >>
> > >> Maven artifacts are at:
> > >>   https://repository.apache.org/content/repositories/
> > orgapachecommons-1256
> > >> .
> > >>
> > >> The Subversion tag is:
> > >>
> > >> https://svn.apache.org/repos/asf/commons/proper/jcs/tags/
> > commons-jcs-2.2
> > >> (r1803806).
> > >>
> > >> The release notes are at:
> > >>
> > >> https://svn.apache.org/repos/asf/commons/proper/jcs/tags/
> > >> commons-jcs-2.2/RELEASE-NOTES.txt
> > >> (r1803806).
> > >>
> > >> The staged site is available as a tarball at
> > >>
> > >> https://dist.apache.org/repos/dist/dev/commons/jcs/commons-
> > >> jcs-site-2.2.tar.gz
> > >> (r20723).
> > >>
> > >> Please review the release candidate and vote.
> > >>
> > >>   [ ] +1 Release these artifacts
> > >>   [ ] +0 OK, but...
> > >>   [ ] -0 OK, but really should fix...
> > >>   [ ] -1 I oppose this release because...
> > >>
> > >> Bye, Thomas
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > >> For additional commands, e-mail: dev-h...@commons.apache.org
> > >>
> > >>
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >
>

Reply via email to