zeppelinux commented on issue #4836: URL: https://github.com/apache/camel-quarkus/issues/4836#issuecomment-1530572227
No worries @ppalaga, Thanks for looking into it! I'm making some minor change in the existing method implementation (no signature change), for example if you change the org.primefaces.showcase.view.ajax.BasicView.java line 65 by removing generics `countries = new HashMap()` and reload the page - no full restart should be triggered, i.e. you should see: ``` 2023-05-01 16:29:33,253 WARN [io.qua.dep.dev.JavaCompilationProvider] (vert.x-worker-thread-1) /Users/me/IdeaProjects/tmp/quarkus-faces/src/main/java/org/primefaces/showcase/view/ajax/BasicView.java uses unchecked or unsafe operations., line -1 in /Users/me/IdeaProjects/tmp/quarkus-faces/src/main/java/org/primefaces/showcase/view/ajax/BasicView.java 2023-05-01 16:29:33,256 WARN [io.qua.dep.dev.JavaCompilationProvider] (vert.x-worker-thread-1) Recompile with -Xlint:unchecked for details., line -1 in /Users/me/IdeaProjects/tmp/quarkus-faces/src/main/java/org/primefaces/showcase/view/ajax/BasicView.java 2023-05-01 16:29:33,351 INFO [io.qua.dep.dev.RuntimeUpdatesProcessor] (vert.x-worker-thread-1) Application restart not required, replacing classes via instrumentation 2023-05-01 16:29:33,462 INFO [io.qua.dep.dev.RuntimeUpdatesProcessor] (vert.x-worker-thread-1) Live reload performed via instrumentation, no restart needed, total time: 1.446s 2023-05-01 16:29:33,980 INFO [org.pri.sho.uti.VirtualMachine] (executor-thread-1) Used: 158.1 MB Free: 2.0 GB Max: 2.1 GB ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org