PayaraMicro does not call @PreDestroy on EJB or ApplicationScoped
问题 I'm migrating a WAR application from PayaraServer to Payara Micro to reduce RAM usage. I just realise that @PreDestroy on EJBs are not called when stopping the instance with CTRL+C. Is there a correct way to close the payaramicro instance properly as I'd like to execute some operations. Thanks for your answers! Or which services in Payara Server to deactivate to use as much as RAM as PayaraMicro? I'm using the version 5.183, and I also tried the 5.192. 回答1: Which kind of EJB did you use? In