JAMES Server Nightly Build Report

2009-08-06 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below: -

[jira] Created: (JSPF-78) Use Generics

2009-08-06 Thread Norman Maurer (JIRA)
Use Generics Key: JSPF-78 URL: https://issues.apache.org/jira/browse/JSPF-78 Project: JAMES jSPF Issue Type: Task Components: Bundled Mechanisms & Modifiers, Core, Documentation & Site, Parser, Tester Repo

[jira] Created: (JSPF-79) Move over to java5

2009-08-06 Thread Norman Maurer (JIRA)
Move over to java5 --- Key: JSPF-79 URL: https://issues.apache.org/jira/browse/JSPF-79 Project: JAMES jSPF Issue Type: Task Components: Bundled Mechanisms & Modifiers, Core, Documentation & Site, Parser, Tester

[jira] Created: (JSPF-80) use static methods of OptionBuilder

2009-08-06 Thread Norman Maurer (JIRA)
use static methods of OptionBuilder --- Key: JSPF-80 URL: https://issues.apache.org/jira/browse/JSPF-80 Project: JAMES jSPF Issue Type: Improvement Components: Core Affects Versions: 0.9.7, 0.9.6

svn commit: r801665 - /james/jspf/trunk/pom.xml

2009-08-06 Thread norman
Author: norman Date: Thu Aug 6 15:11:32 2009 New Revision: 801665 URL: http://svn.apache.org/viewvc?rev=801665&view=rev Log: Move to java5 (JSPF-79) Modified: james/jspf/trunk/pom.xml Modified: james/jspf/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=801665&r

[jira] Resolved: (JSPF-80) use static methods of OptionBuilder

2009-08-06 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved JSPF-80. --- Resolution: Fixed Use static methods of OptionBuilder to eliminate warnings > use static methods of Opt

svn commit: r801664 - /james/jspf/trunk/tester/src/main/java/org/apache/james/jspf/tester/DNSTestingServerLauncher.java

2009-08-06 Thread norman
Author: norman Date: Thu Aug 6 15:08:36 2009 New Revision: 801664 URL: http://svn.apache.org/viewvc?rev=801664&view=rev Log: "Correct usage" of OptionBuilder to eliminate warnings (JSPF-80) Modified: james/jspf/trunk/tester/src/main/java/org/apache/james/jspf/tester/DNSTestingServerLauncher

svn commit: r801662 - /james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/impl/SPFQuery.java

2009-08-06 Thread norman
Author: norman Date: Thu Aug 6 15:04:18 2009 New Revision: 801662 URL: http://svn.apache.org/viewvc?rev=801662&view=rev Log: "Correct usage" of OptionBuilder to eliminate warnings (JSPF-80) Modified: james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/impl/SPFQuery.java Modified:

[jira] Created: (JSPF-81) Add missing SerialVersionUID in SPFResultException

2009-08-06 Thread Norman Maurer (JIRA)
Add missing SerialVersionUID in SPFResultException -- Key: JSPF-81 URL: https://issues.apache.org/jira/browse/JSPF-81 Project: JAMES jSPF Issue Type: Task Reporter: Norman Maurer

svn commit: r801666 - /james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/core/exceptions/SPFResultException.java

2009-08-06 Thread norman
Author: norman Date: Thu Aug 6 15:13:52 2009 New Revision: 801666 URL: http://svn.apache.org/viewvc?rev=801666&view=rev Log: add missing serialVersionUID (JSPF-81) Modified: james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/core/exceptions/SPFResultException.java Modified: jam

svn commit: r801717 - in /james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf: core/ impl/ policies/ policies/local/

2009-08-06 Thread norman
Author: norman Date: Thu Aug 6 16:55:18 2009 New Revision: 801717 URL: http://svn.apache.org/viewvc?rev=801717&view=rev Log: Start to generify (JSPF-78) Modified: james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/core/DNSResponse.java james/jspf/trunk/resolver/src/main/java

Re: Mailet API documentation

2009-08-06 Thread A. Rothman
4. MailAddress.equals breaks the equals contract and the equals/hashcode relationship - I added a doc explicitly stating this to avoid future bugs, but it would be much better to fix it (without breaking james, of course)... do you have an example of the breakage? From the ja

[jira] Created: (JSPF-82) Remove unneccessary synchronized statements

2009-08-06 Thread Norman Maurer (JIRA)
Remove unneccessary synchronized statements --- Key: JSPF-82 URL: https://issues.apache.org/jira/browse/JSPF-82 Project: JAMES jSPF Issue Type: Improvement Reporter: Norman Maurer

svn commit: r801761 - /james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/policies/local/FallbackPolicy.java

2009-08-06 Thread norman
Author: norman Date: Thu Aug 6 18:31:23 2009 New Revision: 801761 URL: http://svn.apache.org/viewvc?rev=801761&view=rev Log: Remove unnecessary synchronized statements (JSPF-82) Modified: james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/policies/local/FallbackPolicy.java Modif

SMTPServer fastfail rewrite

2009-08-06 Thread Norman Maurer
Hi all, after some very busy months I'm looking forward to spend some time coding on JAMES. More specific on the fastfail stuff ( and some parts of the SMTPServer ). I'm thinkin of something related to provide some different Interfaces which allows the easy writting of costum fastfail stuff. Someth

Container/DI

2009-08-06 Thread Norman Maurer
Hi all, so what was the last conclusion about the "next" used Container/DI Framework ? I think I remember something like Spring/ServiceMix ? What we want to use ? Is there some final decission ? During my work on Hupa I used Guice which is really a nice slim DI-Framework. Maybe it worth to think o

Re: Container/DI

2009-08-06 Thread Eric MacAdie
Regarding your J2EE comment: I am running James on a VPS account with about 300 MB of memory. So I do not want something too memory intensive. Perhaps Pico or Guice would be better if they are smaller. Eric MacAdie - Norman Maurer wrote: Hi all, so what was the last conclu

svn commit: r801794 - /james/server/sandbox/active/smtp_refactor/

2009-08-06 Thread norman
Author: norman Date: Thu Aug 6 19:47:37 2009 New Revision: 801794 URL: http://svn.apache.org/viewvc?rev=801794&view=rev Log: Add a sandbox for smtp server refactoring Added: james/server/sandbox/active/smtp_refactor/ - copied from r801793, james/server/trunk/

svn commit: r801798 - in /james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf: core/Inet6Util.java executor/IResponseQueue.java executor/StagedMultipleSPFExecutor.java

2009-08-06 Thread norman
Author: norman Date: Thu Aug 6 20:02:00 2009 New Revision: 801798 URL: http://svn.apache.org/viewvc?rev=801798&view=rev Log: more generify (JSPF-78) Modified: james/jspf/trunk/resolver/src/main/java/org/apache/james/jspf/core/Inet6Util.java james/jspf/trunk/resolver/src/main/java/org/a