Skip to content

Preparations for 1.0.2-RC1—incl. release notes. #417

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

Merged
merged 1 commit into from
Dec 1, 2017
Merged

Conversation

viktorklang
Copy link
Contributor

@reactive-streams/contributors This is the preparation for 1.0.2-RC1,

I'd like to issue it before the end of the week, so please provide feedback ASAP if you're interested in vetting the release notes etc.

@viktorklang viktorklang added this to the 1.0.2 milestone Dec 1, 2017
@viktorklang viktorklang self-assigned this Dec 1, 2017
@viktorklang viktorklang mentioned this pull request Dec 1, 2017
RELEASE-NOTES.md Outdated
- Specification
+ Glossary term added for `Thread-safe`
+ No breaking/semantical changes
+ Rule [clarifications](#specification-clarifications-1.0.2-RC1)
Copy link
Contributor

Choose a reason for hiding this comment

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

The . in these links are removed by GitHub's markdown and the URL becomes:

RELEASE-NOTES.md#specification-clarifications-102-rc1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice catch, thanks @akarnokd!

@@ -42,7 +42,7 @@ subprojects {
instructionReplace "Bundle-Vendor", "Reactive Streams SIG"
instructionReplace "Bundle-Description", "Reactive Streams API"
instructionReplace "Bundle-DocURL", "http://reactive-streams.org"
instructionReplace "Bundle-Version", "1.0.1"
instructionReplace "Bundle-Version", "1.0.2-RC1"
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps $version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

instructionReplace "Bundle-Version", $version ?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think String interpolation should work here (but I can be never sure with Gradle):

instructionReplace "Bundle-Version", "$version"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For some awkward reason "$version" will generate "1.0.1.RC1" iso "1.0.1-RC1" :S

@viktorklang viktorklang merged commit ebb3752 into master Dec 1, 2017
@viktorklang viktorklang deleted the 1.0.2 branch December 1, 2017 20:24
@@ -6,6 +6,5 @@ tests:
classes:
- org.reactivestreams.tck.IdentityProcessorVerificationDelegationTest
- org.reactivestreams.tck.PublisherVerificationTest
- org.reactivestreams.tck.BokenExampleTest
Copy link
Contributor

Choose a reason for hiding this comment

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

yeah thanks for removing

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