akarnokd / RxJava2_9

RxJava 2 source code built with Java 8 through 14 environment for compatibility testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxJava 2 built with JDK 8 through 14

codecov.io

This repository is used for building RxJava 2 with JDK 8 through 14 in a CI environment.

It does not use the JDK 9 Flow API nor does this repo create maven jars.

This repo doesn't produce maven artifacts of the builds as the only purpose is to cross test RxJava and the mainstream/upcoming JDKs.

Build matrix

JDK runtime Target 6 Target 8 Target 9 Target 10 Target 11 Target 12 Target 13 Target 14
8 image image
9 image image image
10 image image image image
11 image image image image image
12 N/A image image image image image
13 N/A image image image image image image
14 N/A N/A image image image image image image

Note on JDK target support

With the newest JDKs, certain older compile targets are no longer supported:

  • JDK 12 dropped target 6 support
  • JDK 13 dropped target 7 support
  • JDK 14 dropped target 8 support

About

RxJava 2 source code built with Java 8 through 14 environment for compatibility testing

License:Apache License 2.0


Languages

Language:Java 100.0%Language:CSS 0.0%