You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Ask for a review of the pull request; when it is approved, the Travis CI build will upload the resulting jar file
47
-
to the [SonaType Staging Repository](https://oss.sonatype.org/#stagingRepositories).
48
-
This will cause the jar file to be released to the
38
+
1. Create a pull request with your changes.
39
+
2. Ask for a review of the pull request; when it is approved, the Travis CI build will upload the resulting SNAPSHOT jar file
40
+
to the [SonaType Staging Repository](https://oss.sonatype.org/#stagingRepositories)
41
+
3. Once merged to master, one can use github https://github.com/ExpediaDotCom/haystack-client-java/releases or manual tagging to the next semantic version
42
+
4. This will cause the build to run for the new tagged version. This will cause the jar files to be released to the
Check the [Quick Start](../opentracing-spring-haystack-web-starter#quick-start) section of the README file in [opentracing-spring-haystack-web-starter](../opentracing-spring-haystack-web-starter) module
Copy file name to clipboardExpand all lines: integrations/opentracing-spring-haystack-web-starter/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,16 @@ Add the following dependency to your application
46
46
</dependency>
47
47
```
48
48
49
+
Alternately, one can use `opentracing-spring-haystack-cloud-starter` instead. It is convenience starter that includes opentracing-spring-haystack-starter, opentracing-spring-web-starter and opentracing-spring-cloud-starter. This allows one to take advantage of opentracing instrumentation provided for Spring Cloud.
0 commit comments