An open API service indexing awesome lists of open source software.

https://github.com/lppedd/picocontainerx

A fork of PicoContainer 3 on the Gradle build system.
https://github.com/lppedd/picocontainerx

dependency-injection picocontainer

Last synced: 12 months ago
JSON representation

A fork of PicoContainer 3 on the Gradle build system.

Awesome Lists containing this project

README

          

## Fork improvements

- [ ] Clean-up sources
- [ ] Port missing fixes from PicoContainer 2.x
- [ ] Convert tests from JUnit 4 to JUnit 5
- [ ] Improve typings
- [ ] Evaluate the usefulness of JType
- [ ] Evaluate the state of JSR-330 support

----------

## Status

PicoContainer 3.x is in Git at Github and Codehaus (mirrors), and is a work in progress.

PicoContainer 3.x is good enough to use in production, but it is not finished yet.

## Goals over 2.x

The major piece that's taking a while to do is [JSR 330](http://jcp.org/en/jsr/detail?id=330) compatibility, and is more or less complete.

## 2.x

If you want the previous PicoContainer (2.x), it is still at Codehaus in Subversion:

Source here: [https://svn.codehaus.org/picocontainer/java/2.x/trunk](https://svn.codehaus.org/picocontainer/java/2.x/trunk)
Binaries here: [https://nexus.codehaus.org/content/repositories/releases/org/picocontainer/picocontainer/](https://nexus.codehaus.org/content/repositories/releases/org/picocontainer/picocontainer/)

## Web Site

The Website for PicoContainer itself is [picocontainer.com](http://picocontainer.com)

Presently, it is for the 2.x series of releases.