Skip to content

Releases: christian-schlichtherle/service-wight

Service Wight 0.6.0

28 Jan 02:33
Compare
Choose a tag to compare
  • Spins off module service-wight-annotation from service-wight-core.
  • Renames package global.namespace.service.wight.annotations to global.namespace.service.wight.annotation.
  • Rids warning about source code compatibility for Java 7.
  • Requires Java 8.

Service Wight 0.5.2

14 Oct 15:31
Compare
Choose a tag to compare

Improves diagnostic messages.

Service Wight 0.5.1

14 Oct 14:54
Compare
Choose a tag to compare

Improves Javadoc and changes type parameter names to match documentation in README.md.

Service Wight 0.5.0

14 Oct 14:58
Compare
Choose a tag to compare

Transformations are now called Filters.
Adds documentation in README.md.

Service Wight 0.4.0

22 Apr 05:51
Compare
Choose a tag to compare

The globbal.namespace.service.wight.function package has been removed. Instead, global.namespace.service.wight.ServiceLocator now solely depends on java.util.function.Supplier and ...UnaryOperator. This enables specifying service interfaces without any dependency on service-wight-core - see Avoiding Dependencies.

Service Wight 0.3.1

22 Apr 05:54
Compare
Choose a tag to compare

global.namespace.service.wight.function.Mapping now extends java.util.function.UnaryOperator.

Service Wight 0.3.0

19 Apr 17:22
Compare
Choose a tag to compare

Simplifies the API (YAGNI).

Service Wight 0.2.0

19 Apr 04:33
Compare
Choose a tag to compare

This release relaxes requirements for containers. You can compose them of factories with mappings or containers with decorators.

Service Wight 0.1.0

19 Apr 03:33
Compare
Choose a tag to compare

This is the first release of Service Wight. The code is forked and completely refactored from TrueCommons Annotations and TrueCommons Services 2.5.0.