svn commit: r578455 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ test/org/apache/commons/configuration/

2007-09-22 Thread oheger
Author: oheger Date: Sat Sep 22 08:12:16 2007 New Revision: 578455 URL: http://svn.apache.org/viewvc?rev=578455&view=rev Log: CONFIGURATION-290: DefaultConfigurationBuilder now passes registered entity IDs to the XML configurations it loads Modified: commons/proper/configuration/trunk/src/j

svn commit: r578477 - in /commons/proper/configuration/trunk/xdocs: changes.xml userguide/howto_configurationbuilder.xml userguide/howto_xml.xml

2007-09-22 Thread oheger
Author: oheger Date: Sat Sep 22 12:10:48 2007 New Revision: 578477 URL: http://svn.apache.org/viewvc?rev=578477&view=rev Log: CONFIGURATION-290: documentation updates Modified: commons/proper/configuration/trunk/xdocs/changes.xml commons/proper/configuration/trunk/xdocs/userguide/howto_c

svn commit: r578494 - in /commons/proper/fileupload/trunk/src: changes/changes.xml java/org/apache/commons/fileupload/FileUploadBase.java java/org/apache/commons/fileupload/MultipartStream.java

2007-09-22 Thread jochen
Author: jochen Date: Sat Sep 22 13:45:22 2007 New Revision: 578494 URL: http://svn.apache.org/viewvc?rev=578494&view=rev Log: A FileSizeLimitExceededException was deferred until the complete file has been uploaded. PR: FILEUPLOAD-145 Modified: commons/proper/fileupload/trunk/src/changes/chang

svn commit: r578496 - in /commons/proper/fileupload/trunk/src: changes/changes.xml java/org/apache/commons/fileupload/FileUploadBase.java

2007-09-22 Thread jochen
Author: jochen Date: Sat Sep 22 13:58:02 2007 New Revision: 578496 URL: http://svn.apache.org/viewvc?rev=578496&view=rev Log: A FileSizeLimitExceededException is now thrown immediately, if the attachments headers contain a content-length value, which exceeds the configured limit. Modified: co

svn commit: r578501 - in /commons/proper/email/trunk/src: java/org/apache/commons/mail/HtmlEmail.java test/org/apache/commons/mail/mocks/MockHtmlEmailConcrete.java

2007-09-22 Thread bspeakmon
Author: bspeakmon Date: Sat Sep 22 14:18:49 2007 New Revision: 578501 URL: http://svn.apache.org/viewvc?rev=578501&view=rev Log: - rename inlineImages field to inlineEmbeds - restore 1.0 version of inlineImages field and add deprecation warnings Modified: commons/proper/email/trunk/src/java/o

svn commit: r578505 - in /commons/proper/email/trunk: RELEASE-NOTES.txt xdocs/release_1_1.xml

2007-09-22 Thread bspeakmon
Author: bspeakmon Date: Sat Sep 22 14:26:26 2007 New Revision: 578505 URL: http://svn.apache.org/viewvc?rev=578505&view=rev Log: - update release notes to mention deprecation of inlineImages field Modified: commons/proper/email/trunk/RELEASE-NOTES.txt commons/proper/email/trunk/xdocs/rele

svn commit: r578516 - in /commons/proper/jci/trunk/compilers: janino/src/main/java/org/apache/commons/jci/compilers/JaninoJavaCompiler.java javac/src/test/java/org/apache/commons/jci/compilers/JavacJa

2007-09-22 Thread tcurdt
Author: tcurdt Date: Sat Sep 22 15:16:44 2007 New Revision: 578516 URL: http://svn.apache.org/viewvc?rev=578516&view=rev Log: fix unreported problems in janino, report jre and system for javac Modified: commons/proper/jci/trunk/compilers/janino/src/main/java/org/apache/commons/jci/compilers

svn commit: r578521 - /commons/proper/jci/trunk/core/src/test/java/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java

2007-09-22 Thread tcurdt
Author: tcurdt Date: Sat Sep 22 16:00:18 2007 New Revision: 578521 URL: http://svn.apache.org/viewvc?rev=578521&view=rev Log: use 1.4 Modified: commons/proper/jci/trunk/core/src/test/java/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java Modified: commons/proper/jci/trunk/cor

svn commit: r578529 - in /commons/proper/jci/trunk: compilers/javac/src/test/java/org/apache/commons/jci/compilers/JavacJavaCompilerTestCase.java core/src/test/java/org/apache/commons/jci/compilers/Ab

2007-09-22 Thread tcurdt
Author: tcurdt Date: Sat Sep 22 17:00:04 2007 New Revision: 578529 URL: http://svn.apache.org/viewvc?rev=578529&view=rev Log: test cross references only on 1.5 Modified: commons/proper/jci/trunk/compilers/javac/src/test/java/org/apache/commons/jci/compilers/JavacJavaCompilerTestCase.java