Releases: Petikoch/Java_MVVM_with_Swing_and_RxJava_Examples
Releases · Petikoch/Java_MVVM_with_Swing_and_RxJava_Examples
Added Example 7a
Better traceability
Usage of the PreserveFullStackTraceOperator
operator gives better traceability across asynchronous Scheduler boundaries
Example 6a with exception handling
Added an additional example -> 6a, which shows some possible ways of exception handling.
Fix threading issue
- fix #1 thru usage of "AsyncUtils" instead of "long living" observeOn(Scheduler.IO))
- update dependencies
- fix docs
Backpressure handling for some parts of RxViewModel2SwingViewBinder
Added reasonable default backpressure handling for some parts of RxViewModel2SwingViewBinder