]
Jeff MAURY commented on JBIDE-25504:
------------------------------------
Here's what I did:
* install a brand new Fedora 26 VM
* install java-1.8.0-openjdk package
* installed DevStudio 12.0.0.AM3
* imported the two projects as Maven projects at once
The two projects have the Utility facet but the Deployment Assembly for
camel-ose-springboot-xml list penguins 3 times and the warning 'Cannot find entry:
penguins' is displayed 3 times as well.
!fedora26-screenshot-1.png|thumbnail!
Support hot deploy for workspace dependencies for SpringBoot
applications on OpenShift
--------------------------------------------------------------------------------------
Key: JBIDE-25504
URL:
https://issues.jboss.org/browse/JBIDE-25504
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.5.2.AM2
Reporter: Jeff MAURY
Assignee: Andre Dietisheim
Labels: openshift, openshift_v3, server_adapter
Fix For: 4.6.0.AM2
Attachments: fedora26-screenshot-1.png, springboot-dependencies.zip
When a SpringBoot application is being deployed on OpenShift with the server adapter, we
should support the following use case:
* the SpringBoot app has a dependency which is avalailable in the workspace
* when a modifiction is done on the dependency code, it should be synced to OpenShift by
the server adapter