This repository was archived by the owner on Feb 4, 2025. It is now read-only.
·
16 commits
to master
since this release
IrisAOPJ-v0.1.1
Version of IrisAOPJ after the first sprint of the group Alexandre, Daniel, Rodrigo.
Fixes:
- Fix issue of a different feature model from the delta version.
Features:
- Send and Receive e-mail messages.
- Multiple folders (though we are not able to create new folders).
- Address book (optional).
- Relational database (now using SQLite, instead of PGSQL).
- Lucene persistence.
- Tags.
- Enhanced configurability
Known issues
(a) it is necessary to clear the ~/.iris/lucene_idx folder, otherwise the unit test
testFind(br.unb.cic.iris.persistence.lucene.TestAddressBookDAO) fails.
(b) in some situations, there exist duplicated folders using the lucene persistence. I suppose that unit tests are populating the same lucene database as the production version. so, remember to clear the lucene_idx directory.
(c) the lucene implementation does not implement several methods related to persistence