[picocontainer-dev] Status of Git repo and PicoContainer 3.x development

Paul Hammant <[email protected]> Thu, 15 Apr 2010 16:08:55 -0500
Newsgroups gmane.comp.java.picocontainer.devel
Message-ID <[email protected]>
Folks,

Look at http://xircles.codehaus.org/projects/picocontainer/repo - we have
two repos.
Pico 2.x (and before) is in the subversion repo
Pico 3.x (and onwards) is in the Git repo.  It is also mirrored to GitHub
here :- http://github.com/paul-hammant/picocontainer

Pico 3.x so far is a bunch of small scale refactorings, with a smaller
number of improvements to things like MethodInjection (it can work through a
series of methods with multiple args each now).

One biggie for Pico 3.x will be JSR 330 compatibility.  Because I'm dumber
than Bob Lee developer I decided to do a proof that passed the TCK that in
itself was not a container.  See
http://git.codehaus.org/gitweb.cgi?p=picocontainer-git.git;a=blob_plain;f=pico/jsr330-tck/src/test/StoneageSimulationJsr330Tests.java;hb=HEAD(yeesh,
not a nice URL).  If someone wants to help there is where to start
:)

I'm also working on Mockpico (a wrapper for mockito).  Its close to
shippable. If anyone wants to pass comment on the fluent interface, now is
your moment :-
http://github.com/paul-hammant/mockpico/blob/master/src/test/java/com/thoughtworks/mockpico/MockpicoTestCase.java(yay
nice URL)

Regards,

- Paul