[jira] [Commented] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2017-10-14 Thread Bruno P. Kinoshita (JIRA)

[ 
https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16204837#comment-16204837
 ] 

Bruno P. Kinoshita commented on JCS-184:


[~rmannibucau] gotcha. Should I set the fix version of this one to 2.2.1 then, 
and update changes.xml?

> Unexpected dispose() in CompositeCacheManager.release()
> ---
>
> Key: JCS-184
> URL: https://issues.apache.org/jira/browse/JCS-184
> Project: Commons JCS
>  Issue Type: Bug
>  Components: Composite Cache
>Affects Versions: jcs-2.2
>Reporter: at
>Assignee: Bruno P. Kinoshita
> Fix For: jcs-3.0
>
>
> If debug-logging is *not* enabled the return-statement is ignored and the 
> code falls-through to cache.dispose().
> See Line 739 in 
> http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.2/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/control/CompositeCacheManager.java?revision=1803806=markup



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2017-10-14 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16204622#comment-16204622
 ] 

Romain Manni-Bucau commented on JCS-184:


[~tv] there is a 2.2.x which will be the starting point for the release - 
http://svn.apache.org/repos/asf/commons/proper/jcs/branches/commons-jcs-2.2.x/

> Unexpected dispose() in CompositeCacheManager.release()
> ---
>
> Key: JCS-184
> URL: https://issues.apache.org/jira/browse/JCS-184
> Project: Commons JCS
>  Issue Type: Bug
>  Components: Composite Cache
>Affects Versions: jcs-2.2
>Reporter: at
>Assignee: Bruno P. Kinoshita
> Fix For: jcs-3.0
>
>
> If debug-logging is *not* enabled the return-statement is ignored and the 
> code falls-through to cache.dispose().
> See Line 739 in 
> http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.2/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/control/CompositeCacheManager.java?revision=1803806=markup



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2017-10-14 Thread Thomas Vandahl (JIRA)

[ 
https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16204610#comment-16204610
 ] 

Thomas Vandahl commented on JCS-184:


There is a 2.2 branch which 2.2.1 should be released from (I dunno, which one 
[~rmannibucau] chose). As this is clearly a bug fix, it could be ported over to 
the 2.2 branch. But we should ask Romain first.

> Unexpected dispose() in CompositeCacheManager.release()
> ---
>
> Key: JCS-184
> URL: https://issues.apache.org/jira/browse/JCS-184
> Project: Commons JCS
>  Issue Type: Bug
>  Components: Composite Cache
>Affects Versions: jcs-2.2
>Reporter: at
>Assignee: Bruno P. Kinoshita
> Fix For: jcs-3.0
>
>
> If debug-logging is *not* enabled the return-statement is ignored and the 
> code falls-through to cache.dispose().
> See Line 739 in 
> http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.2/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/control/CompositeCacheManager.java?revision=1803806=markup



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] commons-lang pull request #299: Add module-info for Java 9

2017-10-14 Thread britter
Github user britter commented on a diff in the pull request:

https://github.com/apache/commons-lang/pull/299#discussion_r144693421
  
--- Diff: .travis.yml ---
@@ -17,12 +17,10 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk7
--- End diff --

I think we should discuss this on the developer mailing list.


---


[jira] [Resolved] (IO-553) Make code style of hasBOM() consistent with getBOMCharsetName()

2017-10-14 Thread Benedikt Ritter (JIRA)

 [ 
https://issues.apache.org/jira/browse/IO-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benedikt Ritter resolved IO-553.

Resolution: Fixed

Fixed in 5f88079956ba7fc4551a5fc51dc28d82e33dc65f

> Make code style of hasBOM() consistent with getBOMCharsetName() 
> 
>
> Key: IO-553
> URL: https://issues.apache.org/jira/browse/IO-553
> Project: Commons IO
>  Issue Type: Improvement
>  Components: Streams/Writers
>Reporter: Benedikt Ritter
>Assignee: Benedikt Ritter
> Fix For: 2.6
>
>
> See https://github.com/apache/commons-io/pull/43



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (IO-553) Make code style of hasBOM() consistent with getBOMCharsetName()

2017-10-14 Thread Benedikt Ritter (JIRA)
Benedikt Ritter created IO-553:
--

 Summary: Make code style of hasBOM() consistent with 
getBOMCharsetName() 
 Key: IO-553
 URL: https://issues.apache.org/jira/browse/IO-553
 Project: Commons IO
  Issue Type: Improvement
  Components: Streams/Writers
Reporter: Benedikt Ritter
Assignee: Benedikt Ritter
 Fix For: 2.6


See https://github.com/apache/commons-io/pull/43



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (IO-507) Add a ByteOrderUtils class

2017-10-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IO-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16204598#comment-16204598
 ] 

ASF GitHub Bot commented on IO-507:
---

Github user britter closed the pull request at:

https://github.com/apache/commons-io/pull/46


> Add a ByteOrderUtils class
> --
>
> Key: IO-507
> URL: https://issues.apache.org/jira/browse/IO-507
> Project: Commons IO
>  Issue Type: New Feature
>  Components: Utilities
> Environment: Apache Maven 3.3.9 
> (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
> Maven home: E:\Java\apache-maven-3.3.9\bin\..
> Java version: 1.7.0_79, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_79\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>Reporter: Gary Gregory
>Assignee: Gary Gregory
> Fix For: 2.6
>
>
> Add a ByteOrderFactory class to parse Strings and return JRE ByteOrder 
> instances.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (COMPRESS-423) Add support to FB's ZStandard

2017-10-14 Thread Andre F de Miranda (JIRA)

[ 
https://issues.apache.org/jira/browse/COMPRESS-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16204514#comment-16204514
 ] 

Andre F de Miranda commented on COMPRESS-423:
-

I should be able to submit a patch later this weekend.

Kind regards

> Add support to FB's ZStandard
> -
>
> Key: COMPRESS-423
> URL: https://issues.apache.org/jira/browse/COMPRESS-423
> Project: Commons Compress
>  Issue Type: Improvement
>Reporter: Andre F de Miranda
>
> Give Commons Compress already supports Google's brotli it would be great if 
> it also supported Facebook's ZStandard.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)