You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/17 15:37:27 UTC

[GitHub] [netbeans] twothorns opened a new issue, #4981: Missing Open Actions in DataSystem API Platform Applications

twothorns opened a new issue, #4981:
URL: https://github.com/apache/netbeans/issues/4981

   ### Apache NetBeans version
   
   Apache NetBeans 15
   
   ### What happened
   
   Upgraded from Netbeans 12 to 15 (and JDK 1.8 to 19) and now the Open actions are missing from the File menu on builds of pre-existing and new 'Java with Ant' platform applicatrions using the DataSystem API.
   
   ### How to reproduce
   
   Create the vanilla application from the 'File Type Integration Turorial' (https://netbeans.apache.org/tutorials/60/nbm-filetype.html).  This will create a File Type application with no way of opening a file.
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 12.6 or earlier
   
   ### Operating System
   
   Windows 10 version 10.0 running on amd64
   
   ### JDK
   
   JDK-19.0.1
   
   ### Apache NetBeans packaging
   
   Apache NetBeans platform
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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-unsubscribe@netbeans.apache.org.apache.org

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


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

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


[GitHub] [netbeans] neilcsmith-net closed issue #4981: Missing Open Actions in DataSystem API Platform Applications

Posted by "neilcsmith-net (via GitHub)" <gi...@apache.org>.
neilcsmith-net closed issue #4981: Missing Open Actions in DataSystem API Platform Applications
URL: https://github.com/apache/netbeans/issues/4981


-- 
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-unsubscribe@netbeans.apache.org

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


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

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


[GitHub] [netbeans] mbien commented on issue #4981: Missing Open Actions in DataSystem API Platform Applications

Posted by GitBox <gi...@apache.org>.
mbien commented on issue #4981:
URL: https://github.com/apache/netbeans/issues/4981#issuecomment-1318986552

   any exceptions in the log? Try starting your application on JDK 11 and check for java module system warnings. Those warnings are errors on more recent JDKs.
   
   https://dev.java/learn/strong-encapsulation-(of-jdk-internals)/
   
   It often helps to not upgrade several major versions at once - this rarely works out of the box.


-- 
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-unsubscribe@netbeans.apache.org

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


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

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