Enable multiview for XJB (JAXB customization files) by matthiasblaesing · Pull Request #9030 · apache/netbeans (original) (raw)
ah I see. If I understood it correctly, there was an attempt to reduce the surface area of that API and split it in two (pre-apache, see linked commit in #8927).
org.netbeans.api.progress would be the minimal/toolkit independent API. If I see this correctly it would be sufficient for this module since it uses only ProgressHandle and nothing more advanced. I likely forgot to add it as direct dependency to this module since I had to fix some manually.