]
Marián Labuda closed JBIDE-22057.
---------------------------------
Verified in JBDS 9.1.0.GA build B495.
Changes done to OpenShift application are thrown away when debugging
is enabled
-------------------------------------------------------------------------------
Key: JBIDE-22057
URL:
https://issues.jboss.org/browse/JBIDE-22057
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Marián Labuda
Assignee: Rob Stryker
Priority: Critical
Labels: openshift_v3, respin-b, server_adapter
Fix For: 4.3.1.CR1
When I have an OpenShift application and I do any changes locally which are either
incrementally or fully published, enabling of debugging discard those changes and start
debugging on something different.
I think this is caused because enabling debugging inject another env. vars to OpenShift
and it spin up a new pod but does not keep changes.