Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidb/context_lib0
Tools to help manage context propagation in the jvm
https://github.com/davidb/context_lib0
Last synced: 7 days ago
JSON representation
Tools to help manage context propagation in the jvm
- Host: GitHub
- URL: https://github.com/davidb/context_lib0
- Owner: davidB
- License: cc0-1.0
- Created: 2017-06-10T23:26:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T19:14:27.000Z (over 7 years ago)
- Last Synced: 2024-11-13T18:37:33.550Z (2 months ago)
- Language: Scala
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status][ci-img]][ci] [![Released Version][maven-img]][maven]
# 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
```[ci-img]: https://travis-ci.org/davidB/context_lib0.svg?branch=master
[ci]: https://travis-ci.org/davidB/context_lib0
[maven-img]: https://img.shields.io/maven-central/v/io.opentracing.contrib/java-span-reporter.svg?maxAge=2592000
[maven]: http://search.maven.org/#search%7Cga%7C1%7Cjava-span-reporter