Re: Can't get XML Schema registration to work

2019-02-07 Thread Stefan Winter
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

Auto-Complete and Fix-Imports not working for test dependencies on JPMS Maven project

2019-01-29 Thread Stefan Winter
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