This is an automated email from the ASF dual-hosted git repository.
btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from f9004d4 Fix for Apache GitHub label 'IMAP' - must be lowercase
alphanumerical and <= 35 characters!
new 4a4a2d6 JAMES-2929 JDBCMailRepository broken: SQL and JDBC code out
of sync
new 89fd4d4 JAMES-2929 format fix only: XML indentation, trailing spaces
new b217a70 JAMES-2828 JDBC Mail Repository fails to save message into
PostgreSQL when per recipient headers are absent
new 63d8419 JAMES-2936 add a method to check for empty names in the
hierarchy in a mailbox path
new f278151 JAMES-2936 reject path with empty names in the hierachy when
creating mailbox
new 3d21b8b JAMES-2936 reject path with empty names in the hierachy when
renaming mailbox and sanitize new name
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:
.../run/spring/destination/conf/sqlResources.xml | 154 +++-
...> HasEmptyMailboxNameInHierarchyException.java} | 8 +-
.../apache/james/mailbox/model/MailboxPath.java | 7 +
.../apache/james/mailbox/MailboxManagerTest.java | 114 ++-
.../james/mailbox/model/MailboxPathTest.java | 56 ++
.../james/mailbox/store/StoreMailboxManager.java | 75 +-
server/app/src/main/resources/sqlResources.xml | 795 +++++++++++----------
.../mailrepository/jdbc/JDBCMailRepository.java | 2 +-
.../src/test/resources/sqlResources-mail.xml | 556 +++++++-------
.../data-jdbc/src/test/resources/sqlResources.xml | 567 ++++++++-------
10 files changed, 1316 insertions(+), 1018 deletions(-)
copy
mailbox/api/src/main/java/org/apache/james/mailbox/exception/{TooLongMailboxNameException.java
=> HasEmptyMailboxNameInHierarchyException.java} (81%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]