[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 09:07:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13246969#comment-13246969 ] 

Andre Dietisheim commented on JBIDE-22505:
------------------------------------------

[~xcoulon]tested it, works for me. Thanks!

> 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: docker, openshift
>    Affects Versions: 4.4.0.Alpha2
>            Reporter: Andre Dietisheim
>            Assignee: Xavier Coulon
>            Priority: Blocker
>              Labels: deploy_docker_wizard, openshift_v3
>             Fix For: 4.4.0.Final
>
>
> 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