Skip to content

1.x: Fix Completable using JDK 7 suppressed exceptions feature#3692

Merged
zsxwing merged 1 commit into
ReactiveX:1.xfrom
akarnokd:CompletableJDK6Fix
Feb 11, 2016
Merged

1.x: Fix Completable using JDK 7 suppressed exceptions feature#3692
zsxwing merged 1 commit into
ReactiveX:1.xfrom
akarnokd:CompletableJDK6Fix

Conversation

@akarnokd
Copy link
Copy Markdown
Member

The upgraded gradle switched my IDE to use a JDK 6 library I have installed all along and these popped up immediately.

@akarnokd akarnokd added the Bug label Feb 10, 2016
@zsxwing
Copy link
Copy Markdown
Member

zsxwing commented Feb 11, 2016

👍

1 similar comment
@stevegury
Copy link
Copy Markdown
Member

👍

zsxwing added a commit that referenced this pull request Feb 11, 2016
1.x: Fix Completable using JDK 7 suppressed exceptions feature
@zsxwing zsxwing merged commit 094630f into ReactiveX:1.x Feb 11, 2016
@zsxwing
Copy link
Copy Markdown
Member

zsxwing commented Feb 11, 2016

Although nebula gradle plugin requires Java 7, I'm still wondering if we can setup a build to compile codes with Java 6 to avoid such issue. E.g., I can just use find src/main/java/* -name *.java | xargs javac to compile them using Java 6 and see if any error.

@akarnokd akarnokd deleted the CompletableJDK6Fix branch February 11, 2016 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants