[GitHub] [camel-quarkus] zeppelinux commented on issue #4836: Camel (3.0.0-M1) dependencies in the Quarkus 3 project break the dev mode

2023-05-01 Thread via GitHub


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



[GitHub] [camel-quarkus] zeppelinux commented on issue #4836: Camel (3.0.0-M1) dependencies in the Quarkus 3 project break the dev mode

2023-04-28 Thread via GitHub


zeppelinux commented on issue #4836:
URL: https://github.com/apache/camel-quarkus/issues/4836#issuecomment-1528186242

   @ppalaga it still fails on the same "Failed to replace classes... " 
exception. Without camel in the pom same change in the same class results in 
this:
Application restart not required, replacing classes via instrumentation
   2023-04-28 16:16:46,744 INFO  [io.qua.dep.dev.RuntimeUpdatesProcessor] 
(vert.x-worker-thread-1) Live reload performed via instrumentation, no restart 
needed, total time: 1.192s


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



[GitHub] [camel-quarkus] zeppelinux commented on issue #4836: Camel (3.0.0-M1) dependencies in the Quarkus 3 project break the dev mode

2023-04-26 Thread via GitHub


zeppelinux commented on issue #4836:
URL: https://github.com/apache/camel-quarkus/issues/4836#issuecomment-1524107128

   Hi @ppalaga, to reproduce checkout 
https://github.com/melloware/quarkus-faces and add this to the pom.xml
   
   
   org.apache.camel.quarkus
   camel-quarkus-direct
   3.0.0-M1
   
   
   Then try to modify any .java file and re-load the page or invoke some ajax 
action


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