ReactiveX / RxSwing

RxJava bindings for Swing
Apache License 2.0
98 stars 23 forks source link

Rxjava2: Initial migration to RxJava2 #61

Closed UeliKurmann closed 7 years ago

UeliKurmann commented 7 years ago

This is an initial migration to RxJava2 and could be a base for a RxSwing2 stream.

UeliKurmann commented 7 years ago

The travis build failed because JDK 1.7 is used. Is this configured in travis?

akarnokd commented 7 years ago

You have to change .travis.yml

jdk:
  - oraclejdk8
# force upgrade Java8 as per https://github.com/travis-ci/travis-ci/issues/4042 (fixes compilation issue)
addons:
  apt:
    packages:
      - oracle-java8-installer