Not only a new logo -- also a new website! The Apache NetBeans community is happy to announce https://t.co/EMZCi19yLg. A lot of work still to be done and https://t.co/inpyMBUj3j will be rerouted.
@Payara_Fish I run the project in NetBeans dispatching PayaraMicro programatically but I need to put payara-micro.jar and validation-api.jar into project. At runtime, Id like to remove 2 jars but Micro cmd arises this error: Application ... has no deployed JAX-RS applications
@Payara_Fish is it possible to run PayaraMicro and pass arguments for my app? I have a main class to make some specific startup configs, and these configs depend on the args[] passed to main method of main class
@Payara_Fish is it possible to speedup PayaraMicro startup, my app starts after 31s, I'd like to configure Micro to doesn't load some modules unused, like Hazelcast/MultcastJoiner/Cache/Cluster/JMX/etc in development time
OK, because actual NB plugin has support just for @Payara_Fish complete server, and I use a "main class" to startup Micro programatically https://t.co/e1oGM9UifG
@Payara_Fish is it possible to configure @netbeans to run PayaraMicro just like a normal PayaraServer, and type just F6 to deploy and run the ms webapp?