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

   ### Apache NetBeans version
   
   Apache NetBeans 18
   
   ### What happened
   
   In netbeans 17, when saving a changed class in a vaadin/spring boot project, 
the application and the browser is automatically refreshed
   In netbeans 18 there is no more automatic refresh. I have to stop then start 
again the application.
   
   ### How to reproduce
   
   1- download basic vaadin application in 
https://vaadin.com/docs/latest/guide/quick-start
   2- unzip and open in netbeans (this is a maven project)
   3- Run class com.example.application.Application
     --> A very simple "say hello" web application should open in browser (mine 
is firefox)
   4- Edit class com.example.application.views.main.MainView
   5- add line this.add(new H1("basic change")); as first line of constructor : 
       public MainView() {
           this.add(new H1("basic change222"));
           name = new TextField("Your name");
           ...
   6- save Mainview class
   
   --> In netbeans 17, saving the class triggers a refresh in the embeded 
webserver (tomcat) and the browser (firefox)
   --> in netbeans 18, nothing happens
   
   ### Did this work correctly in an earlier version?
   
   Apache NetBeans 17
   
   ### Operating System
   
   windows 10 ; windows 11
   
   ### JDK
   
   openJDK 20
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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