mbien opened a new pull request, #8387:
URL: https://github.com/apache/netbeans/pull/8387

   I remember trying to bump the javac target on `java/form` a few times 
already but it failed since as soon `--release` was set it couldn't find the 
peer classes anymore. This tries to resolve it.
   
    - FormDesigner needs to access the `java.awt.peer` package
    - javac ant task should not upgrade to `--release` in that case since it 
will fail when `--add-exports` is used on JDK modules
    - keep `AbsoluteLayout.jar` on Java 8 level
   
   @lahodaj would this be the right approach?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to