Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Releases: Skullabs/tRip

2.1.0-Final

11 Jan 18:26
Compare
Choose a tag to compare
Version 2.1.0

2.0.2-Final

08 Aug 23:51
Compare
Choose a tag to compare

Bug Fixes

#38 Singleton classes for @produces (JSR-299) have its @PostConstruct annotated methods called more than once

2.0.1-Final

29 Jul 21:40
Compare
Choose a tag to compare

Bug Fixes

  • #37 Non Singleton instances are treated as Singleton on DefaultServiceProvider

2.0.0-Final

27 Jul 12:12
Compare
Choose a tag to compare

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

05 Feb 12:11
Compare
Choose a tag to compare

Minor bug fixes

1.2.3-Boilerplate

08 Feb 19:07
Compare
Choose a tag to compare
Version 1.2.3

1.2.2-Boilerplate

02 Feb 23:51
Compare
Choose a tag to compare
Initial boilerplate version

1.2.2-Final

08 Jan 18:35
Compare
Choose a tag to compare
  • #22 Maven synced with Maven Central Repository
  • A root project to easily create projects

1.2.1-Final

19 Dec 15:21
Compare
Choose a tag to compare
  • Backward compatibility with Java 6

1.2.0-Final

17 Nov 23:19
Compare
Choose a tag to compare

New features:

  • #21 Allow library developers to provide useful dependencies at startup time