https://github.com/smallrye/smallrye-context-propagation
SmallRye implementation of MicroProfile Context Propagation
https://github.com/smallrye/smallrye-context-propagation
microprofile
Last synced: 9 months ago
JSON representation
SmallRye implementation of MicroProfile Context Propagation
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-context-propagation
- Owner: smallrye
- License: apache-2.0
- Created: 2018-09-12T13:05:19.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T07:56:25.000Z (9 months ago)
- Last Synced: 2025-04-12T03:52:55.747Z (9 months ago)
- Topics: microprofile
- Language: Java
- Homepage:
- Size: 900 KB
- Stars: 29
- Watchers: 6
- Forks: 24
- Open Issues: 19
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-java - SmallRye Context Propagation
README
:microprofile-context: https://github.com/eclipse/microprofile-context-propagation/
:ci: https://github.com/smallrye/smallrye-context-propagation/actions?query=workflow%3A%22SmallRye+Build%22
:sonar: https://sonarcloud.io/dashboard?id=io.smallrye%3Asmallrye-context-propagation
image:https://github.com/smallrye/smallrye-context-propagation/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}]
image:https://sonarcloud.io/api/project_badges/measure?project=io.smallrye%3Asmallrye-context-propagation&metric=alert_status["Quality Gate Status", link={sonar}]
image:https://img.shields.io/github/license/smallrye/smallrye-context-propagation.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye/smallrye-context-propagation?color=green[]
= SmallRye Context Propagation
== Instructions
Compile and test the project:
[source,bash]
----
mvn verify
----
=== Releasing
- Make a `release-` branch
- Modify `.github/project.yml` as seen in https://github.com/smallrye/smallrye-context-propagation/pull/196/files to bump the release number
- Push that branch on the `origin` repository (not your personal fork)
- Make a PR for it
- Get someone to review it
- Merge it
- The rest should be automated and it will hit Maven Central
=== Contributing
Please refer to our Wiki for the https://github.com/smallrye/smallrye-parent/wiki[Contribution Guidelines].
=== Links
* http://github.com/smallrye/smallrye-context-propagation/[Project Homepage]
* {microprofile-context}[Eclipse MicroProfile Context Propagation]