/context_lib0

Tools to help manage context propagation in the jvm

Primary LanguageScalaCreative Commons Zero v1.0 UniversalCC0-1.0

Build Status Released Version

Overview

A Set of libraries (tools) to help manage Context and its propagation (implicit) into a Java or Scala application.

Build

  • build localy
    ./gradlew assemble
    
  • publish to local maven repository
    ./gradlew publishToMavenLocal
    
  • release
    git tag -a "${version}" -m "release"
    git push --tags