Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL of RSocket Demo Client in Readme #939

Closed
wants to merge 3 commits into from
Closed

Conversation

jexp
Copy link

@jexp jexp commented Oct 3, 2020

The URL has changed, see: https://rsocket-demo.herokuapp.com

The URL has changed, see: https://rsocket-demo.herokuapp.com

Signed-off-by: Michael Hunger <[email protected]>
@jexp
Copy link
Author

jexp commented Oct 3, 2020

Also added the M2 and the repository spring-milestone for reactor to the readme

fixes #940

Signed-off-by: Michael Hunger <[email protected]>
@@ -40,6 +42,7 @@ Example:
```groovy
repositories {
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
maven { url 'https://repo.spring.io/milestone' }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }

We usually depend on the snapshots or reactor, thus if such occasion happens, it is better to specify a snapshot repo

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this does not fix #940 since this section is related to the snapshots, but M1 now specified as a release one, so I would suggest adding a similar section for release and keep it until we have a GA for 1.1.0

@rstoyanchev
Copy link
Contributor

This should be addressed now. Thanks for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants