svn commit: r572294 - /james/jspf/trunk/src/main/java/org/apache/james/jspf/policies/SPFRetriever.java

2007-09-03 Thread bago
Author: bago Date: Mon Sep 3 05:39:50 2007 New Revision: 572294 URL: http://svn.apache.org/viewvc?rev=572294&view=rev Log: Minor change to SPFRetriever: added a constant to switch from SPF+TXT resolution to TXT only (rarely useful when testing fallback behaviour) Modified: james/jspf/trunk

svn commit: r572301 - in /james/jspf/trunk: pom.xml src/main/appended-resources/supplemental-models.xml stage/uk.nominet/jars/dnsjnio-0.9.7.jar stage/uk.nominet/jars/dnsjnio-0.9.8.jar

2007-09-03 Thread bago
Author: bago Date: Mon Sep 3 05:50:54 2007 New Revision: 572301 URL: http://svn.apache.org/viewvc?rev=572301&view=rev Log: Update dnsjnio to the new ASLv2 licensed/java 1.4 compatible 0.9.8 release (JSPF-41) Added: james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-0.9.8.jar (with props) Remo

[jira] Resolved: (JSPF-52) Check NOTICE/LICENSE generation expecially wrt dnsjnio/MPL newly introduced dependency

2007-09-03 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara resolved JSPF-52. - Resolution: Fixed dnsjnio 0.9.8 has kindly be relicensed to ASLv2. LICENSE/NOTICE generation has bee

[jira] Resolved: (JSPF-41) Support asynchronous, SEDA like, lookups

2007-09-03 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/JSPF-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara resolved JSPF-41. - Resolution: Fixed It took a while for every sub task to be completed, but we finally did it and we

[jSPF] planning jSPF 0.9.5 release

2007-09-03 Thread Stefano Bagnara
Hi all, now that dnsjava released version 2.0.5 and dnsjnio released version 0.9.8 (kindly relicensed from MPL to ASLv2!!) the 2 blocking outstanding issues have been fixed. Every issue in the current 0.9.5 road map is Fixed: https://issues.apache.org/jira/browse/JSPF?report=com.atlassian.jira.pl

Re: [jSPF] planning jSPF 0.9.5 release

2007-09-03 Thread Norman Maurer
Hi Stefano, that are great news :) I will try to review the code too to check if we miss something. It should be no problem for me todo the signing stuff etc.. bye Norman Ps: Thx for your update Stefano Bagnara schrieb: Hi all, now that dnsjava released version 2.0.5 and dnsjnio released v

Updates on the cornerstone/excalibur issue

2007-09-03 Thread Stefano Bagnara
This is just to update on what happened in the last weeks about the cornerstone releases we are waiting since mid july. You probably remember the big issue with no active PMC members in the excalibur team leading to never ending votes. The cornerstone jars are ready since 50 days, but unfortunate

svn commit: r572400 - in /james/server/sandbox/spring-integration/spring-deployment: ./ src/main/config/

2007-09-03 Thread berndf
Author: berndf Date: Mon Sep 3 11:27:24 2007 New Revision: 572400 URL: http://svn.apache.org/viewvc?rev=572400&view=rev Log: update configuration files to latest from TRUNK and document how to do this Modified: james/server/sandbox/spring-integration/spring-deployment/HOW-TO.txt james/s

Re: Updates on the cornerstone/excalibur issue

2007-09-03 Thread Serge Knystautas
On 9/3/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > As soon as I will be officially an Excalibur PMC member and the vote > will be tallied I will commit the new dependencies. Great, thanks for the update. -- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com

svn commit: r572428 - /james/server/sandbox/spring-integration/spring-deployment/build.xml

2007-09-03 Thread berndf
Author: berndf Date: Mon Sep 3 14:36:56 2007 New Revision: 572428 URL: http://svn.apache.org/viewvc?rev=572428&view=rev Log: add deployment packaging to ant build (in progress) Modified: james/server/sandbox/spring-integration/spring-deployment/build.xml Modified: james/server/sandbox/sprin

[jira] Commented: (MIME4J-22) [JW#2]

2007-09-03 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524584 ] Stefano Bagnara commented on MIME4J-22: --- In MimeTokenStream you added +/** + * Creates a new instance o

[jira] Updated: (MIME4J-22) [JW#2] Let BodyDescriptor provide full blown access to the headers

2007-09-03 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara updated MIME4J-22: -- Summary: [JW#2] Let BodyDescriptor provide full blown access to the headers (was: [JW#2] ) > [

svn commit: r572439 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/RootInputStream.java

2007-09-03 Thread bago
Author: bago Date: Mon Sep 3 15:29:14 2007 New Revision: 572439 URL: http://svn.apache.org/viewvc?rev=572439&view=rev Log: Javadoc syntax fix (thanks to Jochen Wiedmann) Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/RootInputStream.java Modified: james/mime4j/trunk/sr

svn commit: r572440 - in /james/mime4j/trunk/src: main/java/org/apache/james/mime4j/util/StringArrayMap.java test/java/org/apache/james/mime4j/util/StringArrayMapTest.java

2007-09-03 Thread bago
Author: bago Date: Mon Sep 3 15:30:57 2007 New Revision: 572440 URL: http://svn.apache.org/viewvc?rev=572440&view=rev Log: Introduced StringArrayMap as an utility class for mime4j users (MIME4J-24) Patch submitted by Jochen Wiedmann. Added: james/mime4j/trunk/src/main/java/org/apache/james/

[jira] Resolved: (MIME4J-24) [JW#4] Provide utility classes for the Mime4j user

2007-09-03 Thread Stefano Bagnara (JIRA)
[ https://issues.apache.org/jira/browse/MIME4J-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefano Bagnara resolved MIME4J-24. --- Resolution: Fixed Fix Version/s: 0.4 Assignee: Stefano Bagnara Patch applied.

Re: MIME4J-VARIOUS

2007-09-03 Thread Stefano Bagnara
Jochen Wiedmann ha scritto: > Hi, > > as Robert currently seems to be unavailable, could someone else please > jump in and review (and possibly apply) his and/or my MIME4J related > patches? See > >MIME4J-24 Provide utility classes for the Mime4j user Applied. >MIME4J-23 Drop lazy synta

svn commit: r572448 - /james/jspf/trunk/src/test/java/org/apache/james/jspf/AbstractYamlTest.java

2007-09-03 Thread bago
Author: bago Date: Mon Sep 3 16:34:21 2007 New Revision: 572448 URL: http://svn.apache.org/viewvc?rev=572448&view=rev Log: Remove redundant code from test class. Modified: james/jspf/trunk/src/test/java/org/apache/james/jspf/AbstractYamlTest.java Modified: james/jspf/trunk/src/test/java/or

svn commit: r572449 - in /james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver: DNSTestingServer.java DNSTestingServerLauncher.java

2007-09-03 Thread bago
Author: bago Date: Mon Sep 3 16:37:22 2007 New Revision: 572449 URL: http://svn.apache.org/viewvc?rev=572449&view=rev Log: Created a fake dnsserver launcher class. This class allow running a fake dnsserver on the given interface/port reading the given yaml file and the given test suite descripti