amitjoy / osgifx

An easy-to-use desktop application to manage OSGi frameworks remotely
http://osgifx.com
Apache License 2.0
33 stars 7 forks source link

Remove deprecated use of Maybe #748

Closed amitjoy closed 6 months ago

amitjoy commented 7 months ago

Due to issues with futures, promises. And tunneling exception away from the call stack may cause confusing stack trace that misses the whereabout of the exception.

amitjoy commented 6 months ago

done