[JBoss JIRA] (JBIDE-25736) deprecate features from JBoss Tools with low usage / low development
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25736?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-25736:
------------------------------------
For deprecation, I am -1 for webservices and javaee, we need [~rpdavis] comment and approval.
for the removal, based on the number of installation, I would keep them as deprecated
> deprecate features from JBoss Tools with low usage / low development
> --------------------------------------------------------------------
>
> Key: JBIDE-25736
> URL: https://issues.jboss.org/browse/JBIDE-25736
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim, build, cdi, forge, jsf, livereload, portal-gatein, seam2, webservices
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM2
>
>
> This issue is to consider *deprecating* the following parts of JBoss Tools. Suggest we mark them deprecated in feature.properties, and add/update connectors in Central to be similarly marked.
> * jbosstools-portlet
> * jbosstools-aerogear
> * jbosstools-browsersim
> * jbosstools-livereload
> * jbosstools-webservices
> * jbosstools-javaee
> * -jbosstools-forge-
> These projects could be *removed*, since they were deprecated some time ago:
> * jbosstools-freemarker
> * jbosstools-arquillian
> For supporting arguments, see this doc (RH only, sorry):
> https://docs.google.com/spreadsheets/d/1PTep1KGK2DVbmaWGwQOPhtbSsyROL_PY6...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25747) Integration tests: BrowserContainsText is not stable
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25747?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-25747.
---------------------------------
Resolution: Duplicate Issue
Closing as duplicate of linked JIRA.
> Integration tests: BrowserContainsText is not stable
> -----------------------------------------------------
>
> Key: JBIDE-25747
> URL: https://issues.jboss.org/browse/JBIDE-25747
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Vojtech Prusa
> Fix For: 4.5.3.AM2
>
>
> Moved over from github [issue #1664|https://github.com/jbosstools/jbosstools-openshift/issues/1664]:
> Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
> Solution imo can be by override method arguments to add
> private boolean refresh; with
> {code}
> public BrowserContainsText(String url, String text, boolean refresh) { ... }
> {code}
> where page refresh will happen only when by default refresh=true .
> PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25747) Integration tests: BrowserContainsText is not stable
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25747?page=com.atlassian.jira.plugi... ]
Josef Kopriva commented on JBIDE-25747:
---------------------------------------
Thanks [~adietish], this is a duplicate of linked JIRA and PR is here: https://github.com/jbosstools/jbosstools-openshift/pull/1665
> Integration tests: BrowserContainsText is not stable
> -----------------------------------------------------
>
> Key: JBIDE-25747
> URL: https://issues.jboss.org/browse/JBIDE-25747
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Vojtech Prusa
> Fix For: 4.5.3.AM2
>
>
> Moved over from github [issue #1664|https://github.com/jbosstools/jbosstools-openshift/issues/1664]:
> Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
> Solution imo can be by override method arguments to add
> private boolean refresh; with
> {code}
> public BrowserContainsText(String url, String text, boolean refresh) { ... }
> {code}
> where page refresh will happen only when by default refresh=true .
> PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25747) Integration tests: BrowserContainsText is not stable
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25747?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-25747:
----------------------------------
Fix Version/s: 4.5.3.AM2
> Integration tests: BrowserContainsText is not stable
> -----------------------------------------------------
>
> Key: JBIDE-25747
> URL: https://issues.jboss.org/browse/JBIDE-25747
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Vojtech Prusa
> Fix For: 4.5.3.AM2
>
>
> Moved over from github [issue #1664|https://github.com/jbosstools/jbosstools-openshift/issues/1664]:
> Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
> Solution imo can be by override method arguments to add
> private boolean refresh; with
> {code}
> public BrowserContainsText(String url, String text, boolean refresh) { ... }
> {code}
> where page refresh will happen only when by default refresh=true .
> PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25680) Forced refreshing of browser prevents login using different account providers
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25680?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-25680.
---------------------------------
Closing - PR is merged.
> Forced refreshing of browser prevents login using different account providers
> -----------------------------------------------------------------------------
>
> Key: JBIDE-25680
> URL: https://issues.jboss.org/browse/JBIDE-25680
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Vojtech Prusa
> Assignee: Vojtech Prusa
> Priority: Minor
> Fix For: 4.5.3.AM2
>
>
> Condition test BrowserContainsText is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
> Solution imo can be by override method arguments to add
> private boolean refresh; with
> public BrowserContainsText(String url, String text, boolean refresh) { ... }
> where page refresh will happen only when by default refresh=true .
> PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25680) Forced refreshing of browser prevents login using different account providers
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25680?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-25680:
----------------------------------
Fix Version/s: 4.5.3.AM2
> Forced refreshing of browser prevents login using different account providers
> -----------------------------------------------------------------------------
>
> Key: JBIDE-25680
> URL: https://issues.jboss.org/browse/JBIDE-25680
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Vojtech Prusa
> Assignee: Vojtech Prusa
> Priority: Minor
> Fix For: 4.5.3.AM2
>
>
> Condition test BrowserContainsText is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
> Solution imo can be by override method arguments to add
> private boolean refresh; with
> public BrowserContainsText(String url, String text, boolean refresh) { ... }
> where page refresh will happen only when by default refresh=true .
> PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25747) Integration tests: BrowserContainsText is not stable
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25747?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-25747:
----------------------------------
Component/s: integration-tests
> Integration tests: BrowserContainsText is not stable
> -----------------------------------------------------
>
> Key: JBIDE-25747
> URL: https://issues.jboss.org/browse/JBIDE-25747
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Andre Dietisheim
> Assignee: Vojtech Prusa
>
> Moved over from github [issue #1664|https://github.com/jbosstools/jbosstools-openshift/issues/1664]:
> Condition test [BrowserContainsText|https://github.com/jbosstools/jbosstools-openshift/bl...] is not stable for pages where JS is loading data after page is loaded. G.e. redirecting OSIO login page using different account provider (jboss developer) results in refreshing already loaded page (Red Hat login page) instead of refreshing page for which there was a redirection attempt (jboss developer). In case of trying to set URL in code validity of page is lost (most likely because CSFR token is originally sent with redirecting using JS .click() ).
> Solution imo can be by override method arguments to add
> private boolean refresh; with
> {code}
> public BrowserContainsText(String url, String text, boolean refresh) { ... }
> {code}
> where page refresh will happen only when by default refresh=true .
> PR in progress..
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month