This is an automated email from the ASF dual-hosted git repository.
chibenwa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
from 71e33d997f JAMES-4193 Correct boring ssl tls 1.3 cipher suite
sanitizing that led to disabled tls 1.3 (#3029)
new 214c689f21 JAMES-4203 Add Identity events
new 85cd12424c JAMES-4203 Identity events serialization
new 8b7faca047 JAMES-4203 Plug Ientity events into CustomIdentityDAO
new 54994e8fc6 JAMES-4203 Fix pre-existing warning in Data JMAP test suite
new bbd2df8c6b JAMES-4203 Scala fix
new 0fb42e04bc JAMES-4203 Correct memory app bundle
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/james/MemoryJamesServerMain.java | 11 +-
server/data/data-jmap-cassandra/pom.xml | 5 +
.../identity/CassandraCustomIdentityDAO.scala | 39 +++--
.../identity/CassandraCustomIdentityTest.java | 20 ++-
...sandraJMAPCurrentUploadUsageCalculatorTest.java | 2 +-
.../upload/CassandraUploadUsageRepositoryTest.java | 2 +-
server/data/data-jmap-postgres/pom.xml | 5 +
.../identity/PostgresCustomIdentityDAO.java | 58 +++++--
.../identity/PostgresCustomIdentityDAOTest.java | 18 +-
server/data/data-jmap/pom.xml | 5 +
.../james/jmap/api/identity/IdentityEvents.scala | 43 +++--
.../jmap/change/AccountIdRegistrationKey.scala | 0
.../memory/identity/MemoryCustomIdentityDAO.scala | 42 +++--
...MemoryJMAPCurrentUploadUsageCalculatorTest.java | 2 +-
.../upload/InMemoryUploadUsageRepositoryTest.java | 2 +-
.../api/identity/CustomIdentityDAOContract.scala | 126 ++++++++++++++
.../jmap/api/identity/IdentityRepositoryTest.scala | 8 +-
.../IdentityUserDeletionTaskStepTest.scala | 8 +-
.../memory/identity/MemoryCustomIdentityTest.scala | 20 ++-
.../jmap/change/IdentityEventsSerializer.scala | 156 +++++++++++++++++
.../james/jmap/change/JmapEventSerializer.scala | 7 +-
.../jmap/change/IdentityEventsSerializerTest.scala | 187 +++++++++++++++++++++
server/protocols/webadmin/webadmin-jmap/pom.xml | 5 +
.../data/jmap/UserIdentitiesRoutesTest.java | 8 +-
24 files changed, 704 insertions(+), 75 deletions(-)
copy
mpt/impl/imap-mailbox/external-james/src/test/java/org/apache/james/mpt/imapmailbox/external/james/host/external/ExternalJamesSmtpHostSystem.java
=>
server/data/data-jmap/src/main/scala/org/apache/james/jmap/api/identity/IdentityEvents.scala
(51%)
rename server/{protocols/jmap-rfc-8621 =>
data/data-jmap}/src/main/scala/org/apache/james/jmap/change/AccountIdRegistrationKey.scala
(100%)
create mode 100644
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/change/IdentityEventsSerializer.scala
create mode 100644
server/protocols/jmap-rfc-8621/src/test/scala/org/apache/james/jmap/change/IdentityEventsSerializerTest.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]