Hi Thomas,
I just tried it on my local Netbeans 10 and it works when you make the System
ID a full URL.
So in your XML put:
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd
http://www.some-domai
Hello Netbeans Team,
first of all congrats to Netbeans 10 and the successful transition to Apache!
Ran into an issue on a Maven project with Java 11 and JPMS:
On test sources the Java editor's auto-complete and Fix-Imports functions do
not take the test dependency classpath into account.
The s