The import org.eclipse.smarthome.config.discovery cannot be resolved

As per the title… I’m seeing this error in the Eclipse IDE when attempting the following…

import org.eclipse.smarthome.config.discovery.DiscoveryService;
import org.eclipse.smarthome.config.discovery.AbstractDiscoveryService;
import org.eclipse.smarthome.config.discovery.DiscoveryResultBuilder;

I’m wondering if this has anything to do with the recent changes and whether these imports should now be org.openhab.something ??

It shouldn’t be related to that. Changing those packages will be considered breaking changes so they shouldn’t be changed until OH 3. Unfortunately I don’t have any advice for how to fix the problem.

The packages also need to be in the MANIFEST.MF file in the Import-Package section.