This is an automated email from the ASF dual-hosted git repository.

thurka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-vscode.git


The following commit(s) were added to refs/heads/master by this push:
     new b90fe99  nbcode tests fixed on JDK 11+
b90fe99 is described below

commit b90fe99c49b9495f38a692a6aeb3a702590ac153
Author: Tomas Hurka <[email protected]>
AuthorDate: Wed Jul 30 18:29:20 2025 +0200

    nbcode tests fixed on JDK 11+
---
 nbcode/integration/nbproject/project.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nbcode/integration/nbproject/project.properties 
b/nbcode/integration/nbproject/project.properties
index 5137752..cab860a 100644
--- a/nbcode/integration/nbproject/project.properties
+++ b/nbcode/integration/nbproject/project.properties
@@ -17,3 +17,6 @@
 
 javac.source=1.8
 javac.compilerargs=-Xlint -Xlint:-serial
+
+test.jms.flags=-ea --add-opens=java.base/java.net=ALL-UNNAMED 
--add-opens=java.base/java.lang.ref=ALL-UNNAMED 
--add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED 
--add-opens=java.desktop/javax.swing=ALL-UNNAMED 
--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
+


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to