[jbosstools-issues] [JBoss JIRA] (JBIDE-22505) Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more

Andre Dietisheim (JIRA) issues at jboss.org
Thu Jun 2 08:19:00 EDT 2016


Andre Dietisheim created JBIDE-22505:
----------------------------------------

             Summary: Deploy Docker Image wizard: ImageSearch changed in API, wont compile any more
                 Key: JBIDE-22505
                 URL: https://issues.jboss.org/browse/JBIDE-22505
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: openshift
    Affects Versions: 4.4.0.Alpha2
            Reporter: Andre Dietisheim
            Priority: Blocker


ImageSearch broke API at some point. Current 2.0.0.201606010301 that we use in OpenShift wont allow 
{code}
new ImageSearch(IDockerConnection conn, String name)
{code} 

The new API now is: 
{code}
new ImageSearch(IDockerConnection conn, String name, IRegistry reg)
{code}

reg cant be set to *null*, even though it now compiles and you can open up the search dialog. But searches wont find anything, the results stay empty.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list