You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2017/12/08 07:33:10 UTC

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

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, using legacy compatibility layer
```

Using guava 19.0, this message is no more printed


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8cd4035f
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8cd4035f
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/8cd4035f

Branch: refs/heads/master
Commit: 8cd4035ff12fe2d099e6a9702206077c659d9f22
Parents: 21188d0
Author: benwa <bt...@linagora.com>
Authored: Thu Dec 7 14:39:45 2017 +0700
Committer: benwa <bt...@linagora.com>
Committed: Thu Dec 7 14:42:59 2017 +0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/8cd4035f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 608b4be..c273fa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -643,7 +643,7 @@
         <assertj.version>3.3.0</assertj.version>
         <es.version>2.2.1</es.version>
         <es-reporter.version>2.2.0</es-reporter.version>
-        <guava.version>18.0</guava.version>
+        <guava.version>19.0</guava.version>
 
         <apache-commons-io.version>1.3.2</apache-commons-io.version>
         <jutf7.version>1.0.0</jutf7.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


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

Posted by ad...@apache.org.
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: http://git-wip-us.apache.org/repos/asf/james-project/diff/1fb731af

Branch: refs/heads/master
Commit: 1fb731afbef9613d223d3b89f9a091dd4cbaf076
Parents: e7b962a 8cd4035
Author: Antoine Duprat <ad...@linagora.com>
Authored: Fri Dec 8 08:32:37 2017 +0100
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Fri Dec 8 08:32:37 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org