[picocontainer-scm] picocontainer-git branch, master, updated. 76b609da1b489b3746a28e380386857dceace5ae
git-yCVjj/[email protected] (git version control) Sun, 16 Jan 2011 06:41:41 -0600 (CST)
| Newsgroups | gmane.comp.java.picocontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "picocontainer-git".
The branch, master has been updated
via 76b609da1b489b3746a28e380386857dceace5ae (commit)
from 2439303c70144597fe0138de2f27038bc3dbafdb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 76b609da1b489b3746a28e380386857dceace5ae
Author: Michael Rimov <[email protected]>
Date: Sun Jan 16 04:40:32 2011 -0800
-Refactor MultiException to allow more context in the error messages and rework multiple exceptions being added.
-New Publisher helper class to make simple Publishing of components to parent container.
-Minor testing additions for exceptional cases that weren't being covered before.
-----------------------------------------------------------------------
Summary of changes:
.../java/org/picocontainer/modules/Publisher.java | 54 ++++++++++++++++++
.../modules/defaults/DefaultModuleSystem.java | 16 +++---
.../modules/deployer/AbstractPicoComposer.java | 2 +-
.../modules/ModuleBuilderTestCase.java | 32 +++++++++++
.../picocontainer/modules/PublisherTestCase.java | 57 ++++++++++++++++++++
.../defaults/DefaultModuleSystemTestCase.java | 10 +++-
.../deployer/DefaultModuleLayoutTestCase.java | 43 ++++++++++++++-
.../testmodules/moduleOne/Composition.java | 16 +++---
.../META-INF/composition.js | 10 ++--
.../picocontainer/PicoClassNotFoundException.java | 3 +
.../tck/AbstractPicoContainerTest.java | 3 +-
.../picocontainer/script/util/MultiException.java | 49 ++++++++++++-----
.../script/util/MultiExceptionTestCase.java | 2 +-
13 files changed, 257 insertions(+), 40 deletions(-)
create mode 100644 modules/src/main/java/org/picocontainer/modules/Publisher.java
create mode 100644 modules/src/test/java/org/picocontainer/modules/PublisherTestCase.java
hooks/post-receive
--
picocontainer-git
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>