This repository has been archived by the owner on May 10, 2019. It is now read-only.
Releases: Skullabs/tRip
Releases · Skullabs/tRip
2.1.0-Final
Version 2.1.0
2.0.2-Final
Bug Fixes
#38 Singleton classes for @produces (JSR-299) have its @PostConstruct annotated methods called more than once
2.0.1-Final
Bug Fixes
- #37 Non Singleton instances are treated as Singleton on DefaultServiceProvider
2.0.0-Final
Enhancements:
- #28 Remove "naming" support
- #29 Remove ServiceProvider methods that are not relevant to the SPI API
- #31 Make ServiceProviderException a RuntimeException
- #32 Make tRip 2.0 Java 8 compliant
- #33 Add JSR 330 support
- #34 Add @PostConstruct support for singleton implementations
- #35 Non-managed classes should be instantiated every time ServiceProvider.load is called or a injection point requires it as dependency
1.2.3-Final
Minor bug fixes
1.2.3-Boilerplate
Version 1.2.3
1.2.2-Boilerplate
Initial boilerplate version
1.2.2-Final
- #22 Maven synced with Maven Central Repository
- A root project to easily create projects
1.2.1-Final
- Backward compatibility with Java 6
1.2.0-Final
New features:
- #21 Allow library developers to provide useful dependencies at startup time