[JBoss JIRA] (JBIDE-25303) Server adapter: support hot-deployment on OpenShift for SpringBoot app
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25303?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25303:
-------------------------------------
Sprint: devex #143 January 2018, devex #146 March 2018 (was: devex #143 January 2018)
> Server adapter: support hot-deployment on OpenShift for SpringBoot app
> ----------------------------------------------------------------------
>
> Key: JBIDE-25303
> URL: https://issues.jboss.org/browse/JBIDE-25303
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.5.1.Final
> Reporter: Aurélien Pupier
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.5.3.AM3
>
> Attachments: Image+Pasted+at+2018-1-16+10-58.png, docker-explorer-inspect-image.png, fuse-on-openshift.zip, project-deployment-assembly.png, screenshot-1.png, spring-boot-demo.zip
>
>
> currently, Springboot jar projects (such as Fuse Integration Services) are rsynced with a zipped jar file.
> The requirements are:
> - rsync unpacked jar
> - rsync without the jar name as folder
> - it will will work only if springboot devtool are included (so maybe need some dialog guiding user to do i in case it is not activated)
> use case "Develop SpringBoot application deployed on OpenShift as any other applications in JBoss Tools":
> - there is a SpringBoot app deployed on OpenShift
> - the developer want to develop evolution of the SpringBoot app
> -- when he/she modifies the project, the application needs to be automatically updated on OpenShift instance
> -- Remote java debug should be available when the OpenShift server adapter is in debug mode.
> Steps:
> # EXEC: create a project in your OpenShift server (ex. camel-ose-springboot)
> # EXEC: Import project within fuse-on-openshift.zip into your workspace
> # EXEC: open launch configuration and change:
> ** -Dkubernetes.master= so that it first your cdk instance
> ** -Dkubernetes.namespace= to the name of the project that you create in step 1.
> ** -Dfabric8.generator.from=fabric8/s2i-java
> # EXEC: run the launch config (that is included in the project), so that the project gets deployed to OpenShift (cdk)
> # ASSERT: your project in OpenShift now contains a service **camel-ose-springboot-xml**, the pod for it is running.
> # EXEC: in OpenShift Explorer: select this service and create a server adapter for it (*Server Adapter..* in the context menu for the service)
> # ASSERT: server adapter is created and is *[started]*
> # EXEC: in OpenShift Explorer: pick *Pod Log...* in the context menu for the pod of your service)
> # ASSERT: pod log is opened in "Console" view and shows an output with random numbers in the end
> {code}
> simple-route - >>> 455
> simple-route - >>> 695
> simple-route - >>> 935
> {code}
> # EXEC: In Project Explorer: open class MyTransformer and change the transform method
> # ASSERT: "Console" view is opened and shows how the server adapter is publishing the MyTransformer class to the pod
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25586) OpenJDK9 + OpenShift Tooling: Cannot connect to OpenShift on CDK
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25586?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25586:
------------------------------------------
[~jkopriva] Is this still happening for you? I definitely can't reproduce it (I'm on MacOS though, if this would matter in any way).
> OpenJDK9 + OpenShift Tooling: Cannot connect to OpenShift on CDK
> ----------------------------------------------------------------
>
> Key: JBIDE-25586
> URL: https://issues.jboss.org/browse/JBIDE-25586
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 4.5.2.Final
> Environment: FC27
> OpenJDK 9.0.1
> CDK v3.3.0-rc.1-1
> eclipse.buildId=11.2.0.GA-v20180115-0516-B1866
> java.version=9.0.1
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> Reporter: Josef Kopriva
> Assignee: Rob Stryker
> Priority: Critical
> Labels: cdk, connection
> Fix For: 4.5.3.AM3
>
>
> But, connecting to online openshift instance works.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25644) Delete Resources: Scrollbars are not visible, scrolling stops working after resize
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25644?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25644:
-------------------------------------
Fix Version/s: 4.5.3.Final
(was: 4.5.3.AM3)
> Delete Resources: Scrollbars are not visible, scrolling stops working after resize
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-25644
> URL: https://issues.jboss.org/browse/JBIDE-25644
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.Final
> Environment: F27 + DevStudio 11.2.0.GA, Build id: GA-v20180122-2025-B1884
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: delete_resources
> Fix For: 4.5.3.Final
>
> Attachments: image-2018-01-24-15-34-06-459.png, image-2018-01-24-15-34-31-837.png, image-2018-01-24-15-35-04-125.png
>
>
> I have found several UI errors in this dialog:
> - Scrolling bars not visible on Fedora (I have not tested it on other OS yet)
> - After resize scrolling stops working
> - When I enter simple label (e.g. camel), results after deleting label are different:
> Before entering:
> !image-2018-01-24-15-34-06-459.png|thumbnail!
> With label:
> !image-2018-01-24-15-34-31-837.png|thumbnail!
> After deleting label:
> !image-2018-01-24-15-35-04-125.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25763) Delete Resources: Search filter should apply to Name and Type, too
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25763?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25763:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.5.3.AM3)
> Delete Resources: Search filter should apply to Name and Type, too
> ------------------------------------------------------------------
>
> Key: JBIDE-25763
> URL: https://issues.jboss.org/browse/JBIDE-25763
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.5.x
>
> Attachments: afterChangingFilter.png, afterOpening.png
>
>
> Usecase 2 as reported in JBIDE-25755 (in which Usecase 1 was fixed):
> {quote}
> Delete resources filter does not work as expected - there are 2 use cases:
> 1. After opening wizard there are shown also *Secret* type resources:
> !afterOpening.png|thumbnail!
> , but after changing filter a deleting it, *Secret*s are not shown:
> !afterChangingFilter.png|thumbnail!
> 2. In my opinion *Label filter* should also work for columns *Name* and *Type*
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25763) Delete Resources: Search filter should apply to Name and Type, too
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25763?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25763:
-------------------------------------
Issue Type: Enhancement (was: Bug)
> Delete Resources: Search filter should apply to Name and Type, too
> ------------------------------------------------------------------
>
> Key: JBIDE-25763
> URL: https://issues.jboss.org/browse/JBIDE-25763
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.5.x
>
> Attachments: afterChangingFilter.png, afterOpening.png
>
>
> Usecase 2 as reported in JBIDE-25755 (in which Usecase 1 was fixed):
> {quote}
> Delete resources filter does not work as expected - there are 2 use cases:
> 1. After opening wizard there are shown also *Secret* type resources:
> !afterOpening.png|thumbnail!
> , but after changing filter a deleting it, *Secret*s are not shown:
> !afterChangingFilter.png|thumbnail!
> 2. In my opinion *Label filter* should also work for columns *Name* and *Type*
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25763) Delete Resources: Search filter should apply to
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25763?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25763:
-------------------------------------
Summary: Delete Resources: Search filter should apply to (was: Delete Resources: Search filter does not show correct results)
> Delete Resources: Search filter should apply to
> ------------------------------------------------
>
> Key: JBIDE-25763
> URL: https://issues.jboss.org/browse/JBIDE-25763
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.5.3.AM3
>
> Attachments: afterChangingFilter.png, afterOpening.png
>
>
> Usecase 2 as reported in JBIDE-25755 (in which Usecase 1 was fixed):
> {quote}
> Delete resources filter does not work as expected - there are 2 use cases:
> 1. After opening wizard there are shown also *Secret* type resources:
> !afterOpening.png|thumbnail!
> , but after changing filter a deleting it, *Secret*s are not shown:
> !afterChangingFilter.png|thumbnail!
> 2. In my opinion *Label filter* should also work for columns *Name* and *Type*
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25763) Delete Resources: Search filter should apply to Name and Type, too
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25763?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25763:
-------------------------------------
Summary: Delete Resources: Search filter should apply to Name and Type, too (was: Delete Resources: Search filter should apply to )
> Delete Resources: Search filter should apply to Name and Type, too
> ------------------------------------------------------------------
>
> Key: JBIDE-25763
> URL: https://issues.jboss.org/browse/JBIDE-25763
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.AM2
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.5.3.AM3
>
> Attachments: afterChangingFilter.png, afterOpening.png
>
>
> Usecase 2 as reported in JBIDE-25755 (in which Usecase 1 was fixed):
> {quote}
> Delete resources filter does not work as expected - there are 2 use cases:
> 1. After opening wizard there are shown also *Secret* type resources:
> !afterOpening.png|thumbnail!
> , but after changing filter a deleting it, *Secret*s are not shown:
> !afterChangingFilter.png|thumbnail!
> 2. In my opinion *Label filter* should also work for columns *Name* and *Type*
> {quote}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (JBIDE-25743) Permissions errors on Windows when rsyncing to Online OpenShift environments
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25743?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-25743.
---------------------------------
Closing. Issue mentioned in this JIRA is fixed, but there is another error in linked JIRA, so please follow this JIRA.
Verified in:
Red Hat JBoss Developer Studio
Version: 11.3.0.AM2
Build id: AM2-v20180301-2015-B2134
Build date: 20180301-2015
Feel free to reopen this JIRA, if the issues occurs.
> Permissions errors on Windows when rsyncing to Online OpenShift environments
> ----------------------------------------------------------------------------
>
> Key: JBIDE-25743
> URL: https://issues.jboss.org/browse/JBIDE-25743
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.3.AM1
> Reporter: Jeff MAURY
> Assignee: Jeff MAURY
> Fix For: 4.5.3.AM2
>
> Attachments: screenshot-1.png
>
>
> When starting the server adapter on Windows, the rsync operation then fails at the end trying to set permissions. This is true for online OpenShift clusters (OSO, open.paas) but can be reproduced on CDK if the anyuid addon is reverted
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years