Re: [VOTE] Release Apache Commons JCS 2.2 based on RC1

2017-08-05 Thread Romain Manni-Bucau
2017-08-05 19:41 GMT+02:00 Amey Jadiye : > Correct me if I'm wrong, but I see we have individual jars released for > each modules. > > commons-jcs-jcache > commons-jcs-core > commons-jcs-jcache-tck > .. > .. > > > and I see other than jcs few other projects have dependancy on jcache [1], > would t

Re: [RNG] Generating for enums

2017-08-05 Thread Gary Gregory
Yeah, sorry, I forgot about the hard coded enuf. Gary On Aug 5, 2017 11:37 AM, "Gilles" wrote: > On Sat, 5 Aug 2017 09:47:20 -0700, Gary Gregory wrote: > >> On Fri, Aug 4, 2017 at 1:59 PM, Gilles >> wrote: >> >> Hi Gary. >>> >>> On Fri, 4 Aug 2017 11:10:57 -0700, Gary Gregory wrote: >>> >>> Fo

Re: [RNG] Generating for enums

2017-08-05 Thread Gilles
On Sat, 5 Aug 2017 09:47:20 -0700, Gary Gregory wrote: On Fri, Aug 4, 2017 at 1:59 PM, Gilles wrote: Hi Gary. On Fri, 4 Aug 2017 11:10:57 -0700, Gary Gregory wrote: For example, I have a enum like: public enum CardinalDirection (NORTH,SOUTH,EAST,WEST) and I want to say traveler.travel(n

Re: [VOTE] Release Apache Commons JCS 2.2 based on RC1

2017-08-05 Thread Amey Jadiye
Correct me if I'm wrong, but I see we have individual jars released for each modules. commons-jcs-jcache commons-jcs-core commons-jcs-jcache-tck .. .. and I see other than jcs few other projects have dependancy on jcache [1], would that be and issue ? and this is not major version release. http

Re: [RNG] Generating for enums

2017-08-05 Thread Gary Gregory
On Fri, Aug 4, 2017 at 1:59 PM, Gilles wrote: > Hi Gary. > > On Fri, 4 Aug 2017 11:10:57 -0700, Gary Gregory wrote: > >> For example, I have a enum like: >> >> public enum CardinalDirection (NORTH,SOUTH,EAST,WEST) >> >> and I want to say >> >> traveler.travel(nextRandomDirection()); >> >> where >

Re: [VOTE] Release Apache Commons JCS 2.2 based on RC1

2017-08-05 Thread Romain Manni-Bucau
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 | Blog | Old Blog

Re: [VOTE] Release Apache Commons JCS 2.2 based on RC1

2017-08-05 Thread Amey Jadiye
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 ... SUCCE

Re: [VOTE] Release Apache Commons JCS 2.2 based on RC1

2017-08-05 Thread Oliver Heger
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

Re: [all/travis-ci] Regarding potential Travis-CI solutions

2017-08-05 Thread sebb
[I don't know anything about Travis, so this may be a non-starter.] The ASF Jenkins jobs can be set up with environment variables that point to different JDKs. If there is something similar for Travis, then the script could use those. It would then be up to the Travis maintainers to ensure that th

[GitHub] commons-fileupload pull request #:

2017-08-05 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-fileupload/commit/86a79bceac4a267819de986ca814f11b48d81da3#commitcomment-23494230 In src/test/java/org/apache/commons/fileupload/ProgressListenerTest.java: In src/test/java/org/apache/comm