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.
- Host: GitHub
- URL: https://github.com/lppedd/picocontainerx
- Owner: lppedd
- License: bsd-3-clause
- Created: 2021-04-20T16:45:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T17:03:46.000Z (over 4 years ago)
- Last Synced: 2025-04-05T23:29:52.486Z (over 1 year ago)
- Topics: dependency-injection, picocontainer
- Language: Java
- Homepage:
- Size: 719 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.