svn commit: r1725214 [1/2] - in /james/project/trunk/server: ./ container/cassandra-guice/src/main/java/org/apache/james/jmap/ container/cassandra-guice/src/main/java/org/apache/james/modules/protocol

2016-01-18 Thread aduprat
Author: aduprat Date: Mon Jan 18 10:18:15 2016 New Revision: 1725214 URL: http://svn.apache.org/viewvc?rev=1725214=rev Log: JAMES-1655 JWT implementation. Contributed by Duprat extract interface AuthenticationStrategy from AuthenticationFilter, and add an impl. for JWT

svn commit: r1725224 - in /james/project/trunk/dockerfiles/compilation: java-6/Dockerfile java-8/Dockerfile

2016-01-18 Thread aduprat
Author: aduprat Date: Mon Jan 18 10:53:45 2016 New Revision: 1725224 URL: http://svn.apache.org/viewvc?rev=1725224=rev Log: JAMES-1653 Solves docker compilation image creation issue. Contributed by Tellier Modified:

svn commit: r1725227 - /james/project/trunk/mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test

2016-01-18 Thread aduprat
Author: aduprat Date: Mon Jan 18 10:53:57 2016 New Revision: 1725227 URL: http://svn.apache.org/viewvc?rev=1725227=rev Log: JAMES-1653 Sieve announced capability string is not deterministic. Contributed by Tellier Modified:

svn commit: r1725225 - /james/project/trunk/server/data/data-library/src/test/java/org/apache/james/rrt/lib/MappingsImplTest.java

2016-01-18 Thread aduprat
Author: aduprat Date: Mon Jan 18 10:53:51 2016 New Revision: 1725225 URL: http://svn.apache.org/viewvc?rev=1725225=rev Log: JAMES-1653 Fixes ClassNotFound errors when using assertj-guava with Java 6. Contributed by Tellier Modified:

svn commit: r1725221 - in /james/project/trunk/server: container/util/src/main/java/org/apache/james/util/scanner/ mailet/mailets/src/main/java/org/apache/james/transport/mailets/managesieve/ protocol

2016-01-18 Thread aduprat
Author: aduprat Date: Mon Jan 18 10:53:34 2016 New Revision: 1725221 URL: http://svn.apache.org/viewvc?rev=1725221=rev Log: JAMES-1653 Code is not java-6 compliant - contributed by Raphael Rouazana. Contributed by Tellier Modified:

[GitHub] james-project pull request: James 1653 Solving Java 6 compilation

2016-01-18 Thread aduprat
Github user aduprat commented on the pull request: https://github.com/apache/james-project/pull/28#issuecomment-172496759 Merged, should be closed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

svn commit: r1725223 - /james/project/trunk/server/app/pom.xml

2016-01-18 Thread aduprat
Author: aduprat Date: Mon Jan 18 10:53:39 2016 New Revision: 1725223 URL: http://svn.apache.org/viewvc?rev=1725223=rev Log: JAMES-1653 We should not depend on cassandra jars if the cassandra profile is not used. Contributed by Tellier Modified:

svn commit: r1725228 - /james/project/trunk/dockerfiles/compilation/java-6/compile.sh

2016-01-18 Thread aduprat
Author: aduprat Date: Mon Jan 18 10:55:25 2016 New Revision: 1725228 URL: http://svn.apache.org/viewvc?rev=1725228=rev Log: Copy build result to destination folder. Contributed by Duprat Modified: james/project/trunk/dockerfiles/compilation/java-6/compile.sh Modified:

svn commit: r1725214 [2/2] - in /james/project/trunk/server: ./ container/cassandra-guice/src/main/java/org/apache/james/jmap/ container/cassandra-guice/src/main/java/org/apache/james/modules/protocol

2016-01-18 Thread aduprat
Added: james/project/trunk/server/protocols/jmap/src/test/java/org/apache/james/jmap/BypassAuthOnRequestMethodTest.java URL: http://svn.apache.org/viewvc/james/project/trunk/server/protocols/jmap/src/test/java/org/apache/james/jmap/BypassAuthOnRequestMethodTest.java?rev=1725214=auto

[jira] [Resolved] (JAMES-1655) JWT implementation

2016-01-18 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Duprat resolved JAMES-1655. --- Resolution: Fixed merged > JWT implementation > -- > > Key:

[jira] [Resolved] (JAMES-1652) Support OAuth2 implementation in JMAP protocol

2016-01-18 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Duprat resolved JAMES-1652. --- Resolution: Fixed > Support OAuth2 implementation in JMAP protocol >

[jira] [Closed] (JAMES-1653) Some code is not Java 6 compliant

2016-01-18 Thread JIRA
[ https://issues.apache.org/jira/browse/JAMES-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raphaël Ouazana closed JAMES-1653. -- Resolution: Fixed > Some code is not Java 6 compliant > - > >

[jira] [Closed] (JAMES-1648) Jmap GetMessages should handle properties parameter to answer partial Messages objetss

2016-01-18 Thread JIRA
[ https://issues.apache.org/jira/browse/JAMES-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raphaël Ouazana closed JAMES-1648. -- Resolution: Fixed > Jmap GetMessages should handle properties parameter to answer partial >

svn commit: r1725240 - in /james/project/trunk/server: ./ protocols/jmap-integration-testing/ protocols/jmap-integration-testing/src/test/java/org/apache/james/jmap/methods/ protocols/jmap/ protocols/

2016-01-18 Thread aduprat
Author: aduprat Date: Mon Jan 18 11:42:07 2016 New Revision: 1725240 URL: http://svn.apache.org/viewvc?rev=1725240=rev Log: JAMES-1648 Handle header filtering. Contributed by Ouazana Added:

[jira] [Created] (JAMES-1657) JMAP getMessageList should take mailboxIds, not mailboxNames

2016-01-18 Thread Matthieu Baechler (JIRA)
Matthieu Baechler created JAMES-1657: Summary: JMAP getMessageList should take mailboxIds, not mailboxNames Key: JAMES-1657 URL: https://issues.apache.org/jira/browse/JAMES-1657 Project: James

[jira] [Closed] (JAMES-1657) JMAP getMessageList should take mailboxIds, not mailboxNames

2016-01-18 Thread Matthieu Baechler (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthieu Baechler closed JAMES-1657. Resolution: Fixed fix merged on trunk > JMAP getMessageList should take mailboxIds, not