Hi everybody. After the first proposal to integrate the native linux notification system https://github.com/apache/netbeans/pull/1948, I started to work in the notifications module to expose an API.
My idea is to allow to extend the notifications system and integrate it with the native notifications system via a future module or a external plugin without break the current behavior. I created a Draft PR with the first draft of the notifications API to receive your feedback about that. https://github.com/apache/netbeans/pull/2142 Regards