[JBoss JIRA] (JBIDE-25612) Different "Deprecated" labels
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25612?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25612:
------------------------------------
If your concern is that the SwitchYard connector is *DEPRECATED* but the rest are only *Deprecated*... then either this needs to be fixed by [~pleacu] (Integration Stack) or by me. Anyone have a preference between Titlecase and SHOUTYCAPS ?
> Different "Deprecated" labels
> -----------------------------
>
> Key: JBIDE-25612
> URL: https://issues.jboss.org/browse/JBIDE-25612
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.5.2.Final
> Environment: F27
> Reporter: Josef Kopriva
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 4.5.3.AM1
>
> Attachments: image-2018-01-23-14-51-35-812.png
>
>
> On Software/Update tab of Red Hat Central, are different labels for deprecated items:
> !image-2018-01-23-14-51-35-812.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25549) Cannot create OpenShift connection with OC binary on path
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25549?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-25549:
--------------------------------
Fix Version/s: 4.5.2.Final
> Cannot create OpenShift connection with OC binary on path
> ---------------------------------------------------------
>
> Key: JBIDE-25549
> URL: https://issues.jboss.org/browse/JBIDE-25549
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.2.AM3
> Environment: FC27
> Reporter: Josef Kopriva
> Assignee: Rob Stryker
> Fix For: 4.5.2.Final
>
> Attachments: image-2018-01-09-08-50-39-566.png, image-2018-01-09-08-53-21-234.png
>
>
> I have OC Binary on path:
> !image-2018-01-09-08-50-39-566.png|thumbnail!
> But when I try to create OpenShift connection, wizard is showing an error message, that OC binary is not set:
> !image-2018-01-09-08-53-21-234.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBDS-4618) remove dupe/older versions of glassfish and jersey so devstudio and docker-tools use the same versions
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBDS-4618?page=com.atlassian.jira.plugin.... ]
Lukáš Valach closed JBDS-4618.
------------------------------
Verified, duplicities have been removed, closing.
> remove dupe/older versions of glassfish and jersey so devstudio and docker-tools use the same versions
> ------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4618
> URL: https://issues.jboss.org/browse/JBDS-4618
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Sub-task
> Components: rpm, target-platform
> Affects Versions: 11.1.0.GA
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 11.2.0.GA
>
>
> Some bundles that appear in both docker tools and devstudio:
> {code}
> org.glassfish.hk2.osgi-resource-locator_2.4.0.jar -> ../../../../../java/glassfish-hk2/osgi-resource-locator.jar linuxtools-docker
> org.glassfish.hk2.osgi-resource-locator_2.5.0.v20161103-1916 devstudio
> org.glassfish.jersey.core.jersey-common_2.22.1.v20161103-1916 devstudio
> org.glassfish.jersey.core.jersey-common_2.23.2.jar -> ../../../../../java/jersey/jersey-common.jar linuxtools-docker
> org.glassfish.jersey.core.jersey-server_2.22.1.v20161103-1916 devstudio
> org.glassfish.jersey.core.jersey-server_2.23.2.jar -> ../../../../../java/jersey/jersey-server.jar linuxtools-docker
> {code}
> Symlinks are to paths here (installed via rpm):
> * /opt/rh/rh-eclipse47/root/usr/share/java/glassfish-hk2 --> rh-eclipse47-glassfish-hk2-osgi-resource-locator.noarch
> * /opt/rh/rh-eclipse47/root/usr/share/java/jersey --> rh-eclipse47-jersey.noarch
> Complete list via this script:
> {code}
> sudo su
> cd /opt/rh/rh-eclipse47/root/usr/share/eclipse/
> rm -f /tmp/list.txt
> for d in $(find . -mindepth 3 -name \*glassfish\* | egrep -v "META-INF|org/glas"); do ls -lad $d | sed -e "s#.\+droplets/\([^/]\+\)/eclipse/plugins/\(.\+\)#\2 \1#" >> /tmp/list.txt; done
> cat /tmp/list.txt | sort | egrep "jersey|glassfish"
> rm -f /tmp/list.txt
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25309) [Central] Can't install stuff from RH Central into JBoss Tools
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25309?page=com.atlassian.jira.plugi... ]
Lukáš Valach closed JBIDE-25309.
--------------------------------
I didn't reproduced this problem when testing 4.5.2.Final, closing.
> [Central] Can't install stuff from RH Central into JBoss Tools
> --------------------------------------------------------------
>
> Key: JBIDE-25309
> URL: https://issues.jboss.org/browse/JBIDE-25309
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 4.5.1.Final
> Environment: RHEL7, OpenJDK 1.8
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Fix For: 4.5.2.Final
>
> Attachments: JBT_unavailable_connectors.png, JBT_unavailable_connectors.txt, central-451final-works-fine.png, what-the-what.png
>
>
> I can't install stuff from RH Central into JBoss Tools because of unavailable connectors.
> There is dialog I got:
> !JBT_unavailable_connectors.png|thumbnail!
> After click "No" the error dialog with this message was displayed:
> [^JBT_unavailable_connectors.txt]
> Error message is saying that some features is missing on update site \[1\] but I see that these features present on update site. I chosen one of the connectors and verified that it is possible to install them form update site using Help -> Install New Software -> Add \[1\].
> \[1\] http://download.jboss.org/jbosstools/oxygen/staging/updates/
> This problem appears only in JBoss Tools, JBDS works fine.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBIDE-25582) Add Spring Boot M2 configurator
by Lukáš Valach (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25582?page=com.atlassian.jira.plugi... ]
Lukáš Valach closed JBIDE-25582.
--------------------------------
Verified, org.jboss.tools.maven.springboot.feature 1.8.102.v20180117-1049 is included in both JBT and DevStudio and there is also connector in RH Central.
> Add Spring Boot M2 configurator
> -------------------------------
>
> Key: JBIDE-25582
> URL: https://issues.jboss.org/browse/JBIDE-25582
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.5.2.AM2
> Reporter: Jeff MAURY
> Assignee: Nick Boldt
> Fix For: 4.5.2.Final
>
>
> In order to support Spring Boot apps in OpenShift server adapter, we need an M2 configurator that assign the jar utility facet to JAR packaged Spring Boot apps
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months