]
Fred Bricon reassigned JBIDE-22456:
-----------------------------------
Assignee: Fred Bricon
DCP v1 API is phasing out, need to migrate to v2, ensure old JBDS
versions will survive
---------------------------------------------------------------------------------------
Key: JBIDE-22456
URL:
https://issues.jboss.org/browse/JBIDE-22456
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 4.3.0.Final, 4.3.1.Final, 4.4.0.Alpha2
Reporter: Fred Bricon
Assignee: Fred Bricon
Priority: Blocker
Quoting [~paul.robinson]
{quote}
I noticed that JBDS is using this query to lookup available Quickstarts:
http://dcp.jboss.org/v1/rest/search?content_provider=jboss-developer&...
Fred, will keep me honest here.
I think you want to be aware of this as part of the decommissioning of DCP1
(
dcp.jboss.org) now that we've moved to DCP2 (
dcp2.jboss.org).
I presume this introduces challenges as we have installed software using this deprecated
API on a deprecated server?
{quote}
{quote}
Looks like you can just switch the server and protocol bits of the URL:
http://dcp2.jboss.org/v2/rest/search?content_provider=jboss-developer&...
{quote}
Unfortunately it seems we can't parse the new query output. We need to investigate
whether the ouput can be made compatible with JBDS 9, or fall back to another solution
(serve hard coded results? another alternative)