[jira] [Created] (JAMES-2255) getMessagesList.position range is shorter than the one from JMAP specs

2017-12-07 Thread Quynh Nguyen (JIRA)
Quynh Nguyen created JAMES-2255: --- Summary: getMessagesList.position range is shorter than the one from JMAP specs Key: JAMES-2255 URL: https://issues.apache.org/jira/browse/JAMES-2255 Project: James

[1/2] james-project git commit: Upgrade Guava to 19.0

2017-12-07 Thread aduprat
Repository: james-project Updated Branches: refs/heads/master e7b962af1 -> 1fb731afb Upgrade Guava to 19.0 Using Guava 18.0, Datastax prints a log message saying it uses a compatibility layer : ``` 14:22:22.707 [INFO ] c.d.d.c.GuavaCompatibility - Detected Guava < 19 in the classpath,

[2/2] james-project git commit: Merge remote-tracking branch 'btellier/guava-19'

2017-12-07 Thread aduprat
Merge remote-tracking branch 'btellier/guava-19' Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1fb731af Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1fb731af Diff:

[jira] [Commented] (JAMES-2199) Improve usage of SLF4J

2017-12-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16283153#comment-16283153 ] ASF GitHub Bot commented on JAMES-2199: --- Github user chibenwa commented on the issue:

[jira] [Created] (JAMES-2254) Introduce RPM packaging

2017-12-07 Thread JIRA
Raphaƫl Ouazana created JAMES-2254: -- Summary: Introduce RPM packaging Key: JAMES-2254 URL: https://issues.apache.org/jira/browse/JAMES-2254 Project: James Server Issue Type: Improvement

[jira] [Updated] (JAMES-2253) addFooter mailet doesn't work for multipart mail

2017-12-07 Thread Taro App (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taro App updated JAMES-2253: Attachment: AddFooter.patch Attached is the patch to fix the issue by modifying AddFooter.java. This

[jira] [Created] (JAMES-2253) addFooter mailet doesn't work for multipart mail

2017-12-07 Thread Taro App (JIRA)
Taro App created JAMES-2253: --- Summary: addFooter mailet doesn't work for multipart mail Key: JAMES-2253 URL: https://issues.apache.org/jira/browse/JAMES-2253 Project: James Server Issue Type: Bug

james-project git commit: JAMES-2250 Delete redundant null checks

2017-12-07 Thread aduprat
Repository: james-project Updated Branches: refs/heads/master 21188d00e -> e7b962af1 JAMES-2250 Delete redundant null checks The instanceof operator results in true iff the value of the expression is not null and could be cast to the specified reference type without raising a