You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by jh...@apache.org on 2023/01/18 20:23:59 UTC

[james-project] branch james-3877 updated (d05ff423fd -> 64f8e7470f)

This is an automated email from the ASF dual-hosted git repository.

jhelou pushed a change to branch james-3877
in repository https://gitbox.apache.org/repos/asf/james-project.git


    omit d05ff423fd fixup! [JAMES-3877] enables configuration of jdbc pool max connections
    omit a7aa5f133a [JAMES-3877] enables configuration of jdbc pool max connections
     add f748329c48 JAMES-3756 DelegatedAccount/set destroy (#1398)
     add 64f8e7470f [JAMES-3877] enables configuration of jdbc pool max connections

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d05ff423fd)
            \
             N -- N -- N   refs/heads/james-3877 (64f8e7470f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../james/jmap/rfc8621/RFC8621MethodsModule.java   |   2 +
 ... DistributedDelegatedAccountSetMethodTest.java} |   6 +-
 .../contract/DelegatedAccountSetContract.scala     | 385 +++++++++++++++++++++
 .../rfc8621/contract/probe/DelegationProbe.scala   |   6 +-
 ...va => MemoryDelegatedAccountSetMethodTest.java} |   6 +-
 .../apache/james/jmap/delegation/DelegateGet.scala |  21 +-
 .../jmap/delegation/DelegatedAccountSet.scala      |  13 +
 .../james/jmap/json/DelegationSerializer.scala     |   9 +-
 .../method/DelegatedAccountDeletePerformer.scala   |  77 +++++
 ...ethod.scala => DelegatedAccountSetMethod.scala} |  38 +-
 10 files changed, 529 insertions(+), 34 deletions(-)
 copy server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/distributed/{DistributedDelegateSetMethodTest.java => DistributedDelegatedAccountSetMethodTest.java} (94%)
 create mode 100644 server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/DelegatedAccountSetContract.scala
 copy server/protocols/jmap-rfc-8621-integration-tests/memory-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/memory/{MemoryDelegateSetMethodTest.java => MemoryDelegatedAccountSetMethodTest.java} (92%)
 create mode 100644 server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/delegation/DelegatedAccountSet.scala
 create mode 100644 server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/method/DelegatedAccountDeletePerformer.scala
 copy server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/method/{DelegateSetMethod.scala => DelegatedAccountSetMethod.scala} (64%)


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