]
Fred Bricon reassigned JBIDE-22458:
-----------------------------------
Fix Version/s: 4.4.0.Alpha3
Story Points: 1
Sprint: devex #115 May 2016
Assignee: Fred Bricon
JBoss Help should use DCP v2
-----------------------------
Key: JBIDE-22458
URL:
https://issues.jboss.org/browse/JBIDE-22458
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, common/jst/core
Affects Versions: 4.4.0.Alpha1
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.4.0.Alpha3
The DCPv1 search service is being phased out in favor of DCPv2. The JBoss Help feature
needs to migrate to v2 as well.
- the search url needs to be changed to
http://dcp2.jboss.org/v2/rest/search?size=100&query={expression}&...
in org.jboss.tools.central/plugin.xml
- The JSON Parser needs to be updated to the new result format (fields are returned as
arrays, we need to get the 1st element now). See
https://github.com/jbosstools/jbosstools-base/blob/e0b10e225f070bc11aa1bf...
Bad news is JBDS 9/ JBT 4.3 help search will break as soon as DCPv1 is decommissioned,
since the search URL is hard coded in the plugin.xml