[JBoss JIRA] (JBIDE-23900) Refactor OpenShift server adapter to isolate EAP/Wildfly and NodeJS specific stuff
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23900?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23900:
------------------------------------------
Among other issues there is duplication of code where the environment variables are set:
{code:title=https://github.com/jbosstools/jbosstools-openshift/blob/master/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/core/server/behavior/OpenShiftLaunchController.java#L211}
deploymentConfig.setEnvironmentVariable(DEV_MODE_KEY, String.valueOf(debugContext.isDebugEnabled()));
{code}
is duplicate to
{code:title=https://github.com/jbosstools/jbosstools-openshift/blob/master/plugins/org.jboss.tools.openshift.core/src/org/jboss/tools/openshift/internal/core/server/debug/OpenShiftDebugUtils.java#L184}
dc.setEnvironmentVariable(DEV_MODE, Boolean.TRUE.toString());
{code}
> Refactor OpenShift server adapter to isolate EAP/Wildfly and NodeJS specific stuff
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-23900
> URL: https://issues.jboss.org/browse/JBIDE-23900
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.3.Final
> Reporter: Jeff MAURY
> Assignee: Dmitrii Bocharov
> Fix For: 4.4.4.AM1
>
>
> We should isolate EAP/Wildfly and NodeJS specific stuff for the server adapter into separate classes / extensions
> We should also provide a mechanism for the sever adapter to be stack agnostic so that we can add more stacks by just addding an extension
> This will be probably required by FUSE integration
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-24015) Add Mockito for Docker Integration tests
by Josef Kopriva (JIRA)
Josef Kopriva created JBIDE-24015:
-------------------------------------
Summary: Add Mockito for Docker Integration tests
Key: JBIDE-24015
URL: https://issues.jboss.org/browse/JBIDE-24015
Project: Tools (JBoss Tools)
Issue Type: Task
Components: integration-tests
Affects Versions: 4.4.4.AM1
Reporter: Josef Kopriva
Add Mockito to Docker integration tests to run integration tests on eclipse slaves.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBIDE-23975) Aerogear New and Noteworthy for 4.4.3.Final
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23975?page=com.atlassian.jira.plugi... ]
Jeff MAURY closed JBIDE-23975.
------------------------------
Resolution: Rejected
> Aerogear New and Noteworthy for 4.4.3.Final
> -----------------------------------------------------
>
> Key: JBIDE-23975
> URL: https://issues.jboss.org/browse/JBIDE-23975
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: aerogear-hybrid, cordovasim
> Reporter: Jeff MAURY
> Assignee: Gorkem Ercan
> Priority: Critical
> Fix For: 4.4.3.Final
>
>
> Gorkem Ercan,
> Search for your component's New and Noteworthy issues:
> Queries:
> * [Completed Aerogear JIRAs marked N&N|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+...]
> * [All Completed JIRAs marked N&N|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+...]
> * [N&N Task JIRAs for this milestone|https://issues.jboss.org/issues/?jql=summary+%7E+%22New+and+Not...]
> * [All N&N Task JIRAs|https://issues.jboss.org/issues/?jql=summary+%7E+%22New+and+Notewor...]
> If no N&N issues are found for Aerogear, check if there are issues that SHOULD have been labelled with *Labels =* _new_and_noteworthy_, and add them.
> Document the ones relevant for Aerogear by submitting a pull request against:
> * https://github.com/jbosstools/jbosstools-website/tree/master/documentatio...
> If your PR's commit comment is of the form... {code}JBIDE-23968 #comment Create N&N for Aerogear 4.4.3.Final #close{code}... and your github user's email address is the same as your JIRA one, then this JIRA should be closed automatically when the PR is applied.
> If there is nothing new or noteworthy for Aerogear for this milestone, please *reject* and *close* this issue.
> ----
> If there is nothing new or noteworthy for 4.4.3.Final since the AM3 release of Aerogear, please *reject* and *close* this issue. The final N&N page will be aggregated from all previous N&N documents.
> If you want to _add a comment to the final document_ then submit a PR to create a separate <component>-news-4.4.3.Final.adoc file here:
> * https://github.com/jbosstools/jbosstools-website/tree/master/documentatio...
> The final N&N page will be aggregated from all previous N&N documents plus this *.Final.adoc.
> However, if you want to _replace all previous N&Ns by a *new* document_, then submit a PR to create a *new* <component>-news-4.4.3.Final.adoc file, adding: {code}page-include-previous: false{code}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months