crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 426 forks source link

Remove legacy support #484

Open om26er opened 4 years ago

om26er commented 4 years ago

We don't need the legacy support script anymore. Android Studio 4.0 enables old Android versions to use CompleteableFuture, so we can now support them without any scripts/hackery. Without any maintenance effort.

See https://developer.android.com/studio/releases#4-0-0-desugar

om26er commented 4 years ago

Sorry that was a false alarm. While Android Studio 4.0 did enable more Java8 APIs in Android, some are still missing for us to complete the transition. Some APIs for java.util.concurrent are supported but not all (yet). We'll revisit this once that's the case. Upstream issue https://issuetracker.google.com/issues/153794291