You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we can see the majority of reactive-libraries are Java 8 based.
So we should provide solution for users who stay on that Java version (at least at end of life for Java 8 release).
I suggest to prepare library with JEP-266 changes and reassemble library with Java 8 binary compatibility. At this point only java.util.concurrent.Flow is proposed to include into that external library.
The text was updated successfully, but these errors were encountered:
As we can see the majority of reactive-libraries are Java 8 based.
So we should provide solution for users who stay on that Java version (at least at end of life for Java 8 release).
I suggest to prepare library with JEP-266 changes and reassemble library with Java 8 binary compatibility. At this point only
java.util.concurrent.Flow
is proposed to include into that external library.The text was updated successfully, but these errors were encountered: