-
Bug
-
Resolution: Done
-
Critical
-
10.2.0.AM1
-
None
While attempting to build and debug some other projects, I discovered that attempting to change the camel version (right-click on Fuse project, Configure->Change Camel Version) creates an infinite repeating number of thread interrupted exceptions like these:
!ENTRY org.fusesource.ide.projecttemplates 4 0 2017-11-16 12:29:44.233 !MESSAGE sleep interrupted !STACK 0 java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at org.fusesource.ide.projecttemplates.actions.ui.SwitchCamelVersionWizard$1.lambda$0(SwitchCamelVersionWizard.java:55) at java.lang.Thread.run(Thread.java:748) !ENTRY org.fusesource.ide.projecttemplates 4 0 2017-11-16 12:29:44.238 !MESSAGE sleep interrupted !STACK 0 java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at org.fusesource.ide.projecttemplates.actions.ui.SwitchCamelVersionWizard$1.lambda$0(SwitchCamelVersionWizard.java:55) at java.lang.Thread.run(Thread.java:748)
- is caused by
-
FUSETOOLS-2536 Provide a progress bar instead of spinning cursor when "switching camel version"
- Closed