Remove cyclic dependencies
--------------------------
Key: IMAP-55
URL: https://issues.apache.org/jira/browse/IMAP-55
Project: JAMES Imap
Issue Type: Task
Components: Build System
Reporter: Stefano Bagnara
Assignee: Stefano Bagnara
Priority: Minor
Fix For: 0.1
There are currently 2 package cycles:
imap.message.request.base <-> imap.message.request.imap4rev1
mailboxmanager.impl <-> mailboxmanager.util
I'd like them to be removed:
2a) The imap.message.request could be mergerd into a single package (in base
there is an imap4rev1 class!).
2b) The mailboxmanage cycle is because of UidChangeTracker. Moving to to "impl"
should fix this too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]