-
Notifications
You must be signed in to change notification settings - Fork 535
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
Release 1.0.3 #453
Comments
What would need to be done is to make sure that everyone tries current |
@reactive-streams/contributors ? |
Is there a maven reachable build of master? I need one for the gradle dependency. |
@akarnokd No, we don't publish non-release artifacts. Easiest is probably to publish locally and test against that. |
Done. RxJava 2.2.9 snapshot passes the TCK. |
@viktorklang I missed this notification, will look into it on Monday |
Thanks @patriknw! |
@viktorklang Do you have an instruction of how to build a local snapshot of the tck? I tried adding |
@patriknw This should do it: |
|
@patriknw Hmmm... @akarnokd how do you usually test the jars? I'll update the version number of the artifacts in master so that doesn't need to be done manually. |
This time, I built RS, copied the jars into the RxJava main folder and added them as file dependencies to the RxJava build.gradle. (The usual |
Ok, I have tried reactive-streams-tck (and reactive-streams-examples) jars in lib directory of |
I'll open an issue to try to fix the gradle file.
…On Mon, May 27, 2019 at 10:54 AM David Karnok ***@***.***> wrote:
This time, I built RS, copied the jars into the RxJava main folder and
added them as file dependencies to the RxJava build.gradle. *(The usual
publish and publishToMavenLocal suggested by SO didn't work and I didn't
want to mess with RS' gradle file.)*
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#453?email_source=notifications&email_token=AAACU57GGFOC5ATLZNCWSI3PXOOUNA5CNFSM4HK5TEE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWJG6FY#issuecomment-496135959>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAACU52733WUQ3Z4IKASOGLPXOOUNANCNFSM4HK5TEEQ>
.
--
Cheers,
√
|
@patriknw Is there any progress on this on the Issue? We might want to issue a 1.0.3-RC1 to make it easier for people to check it out. @reactive-streams/contributors Is anybody up for cutting a 1.0.3-RC1? :-) |
It has stalled on our side because we didn’t get any response in akka/akka#27033 |
@reactive-streams/contributors It would be interesting to get your thoughts on this comment: akka/akka#27033 (comment) |
required_spec208_mustBePreparedToReceiveOnNextSignalsAfterHavingCall is the test in question which was changed in #441. The Assumptions / request for education on
|
Hi @Scottmitch, I'm currently on vacation so it'll take a bit of time before I can get to this properly (all of this is currently swapped out of my memory) :) |
I've attempted to address this in #462 by clarifying the docs to allow |
@Scottmitch Do you have any feedback on @jroper's proposal? |
@viktorklang - done. are there any other blockers? |
@Scottmitch Not that I know if. If we can get #462 merged then I think we are green for the RC1. |
@Scottmitch I'm aiming to cut RC1 today or tomorrow. |
any updates @viktorklang? |
@Scottmitch Yep, I've spent a bit of time in meetings, I'm doing a dry-run this evening and if all goes well I'll push it. |
@Scottmitch Preparing release-notes for 1.0.3-RC1 |
@Scottmitch I'm waiting for keys to sync, release has been staged. |
@Scottmitch Still waiting for keysync, might have to wait until tomorrow morning, it's midnight here soon. |
@Scottmitch @reactive-streams/contributors 1.0.3-RC1 is currently making its way to Maven Central. Time to try the RC1 out (primarily the TCK) |
RxJava 3.0.0-RC2 snapshot passes with a full spectrum of JDKs on CI and with JDK 13 & 14 locally. |
Thanks!
--
Cheers,
√
|
@Scottmitch Any feedback so far? |
@reactive-streams/contributors If there are no issues reported by Friday then this release will be promoted to 1.0.3, so please test and report. |
@DougLea Doug, let me know if you have any feedback on the RC1 |
All seems OK with me. I assume that people have been checking tck updates with jdk9+ SubmissionPublisher? |
FWIW, that's part of the bridge tests and passed on release. |
Tests ok in Akka |
Looks ok on our side too @viktorklang |
Please don't forget to deploy the JavaDocs as well: |
@akarnokd Will do, currently working on updating the website. |
I have trouble linking to the javadocs as it seems http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/package-list 1.0.2 works http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/package-list Could be an anomaly due to Java 8 and Java 9 differ in how they generate docs. Maybe you could just copy over the file from 1.0.2. |
Weird, it looks like it is here:
http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/package-summary.html
…On Fri, Aug 23, 2019 at 12:28 PM David Karnok ***@***.***> wrote:
I have trouble linking to the javadocs as it seems package-list is
missing or inaccessible:
http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/package-list
1.0.2 works
http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/package-list
Could be an anomaly
<https://stackoverflow.com/questions/49457896/cant-link-to-jdk10-in-javadoc-comments#comment86001140_49498219>
due to Java 8 and Java 9 differ in how they generate docs. Maybe you could
just copy over the file from 1.0.2.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#453?email_source=notifications&email_token=AAACU5ZPXJ7UND2KHUOCQYTQF7JWNA5CNFSM4HK5TEE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5ACD7A#issuecomment-524296700>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAACU54LFEUKJYUGV4RB3Q3QF7JWNANCNFSM4HK5TEEQ>
.
--
Cheers,
√
|
Due to modules in Java 9 they changed how |
Weird, I’ll manually add package-list files then.
--
Cheers,
√
|
@akarnokd package-list's added! |
Excellent! The warning is now gone both local & Travis CI. |
@reactive-streams/contributors How many are in favor of scheduling a release of all the work that has been done since 1.0.2? :)
The text was updated successfully, but these errors were encountered: