[JBoss JIRA] (JBIDE-24748) Enable Show In Console for cdk 3
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24748?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-24748.
---------------------------------
I appreciate your effort and dedication, Rob. The second bug you found, I was wondering why we didn't ever encounter this for JBoss servers. I guess it's not really a use case we would try - typically when your server is starting (and the ui might not know yet to show the action) the console will be shown for you as it gets updated. It's only after the server was started that I would use the Show In Console action and then it works - because you select the server adapter after it's all done.
> Enable Show In Console for cdk 3
> --------------------------------
>
> Key: JBIDE-24748
> URL: https://issues.jboss.org/browse/JBIDE-24748
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.5.0.AM2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.0.Final
>
>
> CDK 2 used the Terminal view, CDK 3 switched back to usiong Console view. So Show In Console on the server adapter should be enabled.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4462) DevSuite Installer for Windows should cache downloaded files in ~\AppData\Roaming\RedHat\DevSuite\cache
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4462?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4462:
--------------------------------
Summary: DevSuite Installer for Windows should cache downloaded files in ~\AppData\Roaming\RedHat\DevSuite\cache (was: DevSuite Installer cache for downloaded files should be in ~/.devsuite/chache)
> DevSuite Installer for Windows should cache downloaded files in ~\AppData\Roaming\RedHat\DevSuite\cache
> -------------------------------------------------------------------------------------------------------
>
> Key: JBDS-4462
> URL: https://issues.jboss.org/browse/JBDS-4462
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.0.0.AM2
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 11.0.0.GA
>
>
> Current implementation downloads files in user specific temp folder ~/AppData/Local/Temp and sometimes windows removes those files during installation which causes random installation failures for various components.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4417) Bundle org.eclipse.wst.jsdt.nashorn.extension not found
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBDS-4417?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on JBDS-4417:
-----------------------------------------------
Václav Kadlčík <vkadlcik(a)redhat.com> changed the Status of [bug 1459637|https://bugzilla.redhat.com/show_bug.cgi?id=1459637] from ON_QA to VERIFIED
> Bundle org.eclipse.wst.jsdt.nashorn.extension not found
> -------------------------------------------------------
>
> Key: JBDS-4417
> URL: https://issues.jboss.org/browse/JBDS-4417
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: build
> Affects Versions: 11.0.0.AM1
> Environment: Devstudio installed form devstudio-11.0.0.AM1-v20170531-1042-B189-installer-standalone.jar
> Reporter: Lukáš Valach
> Assignee: Mat Booth
> Priority: Minor
> Fix For: 11.0.0.AM2
>
>
> I have this error message in eclipse log:
> {code}
> !SESSION Wed May 31 14:13:11 CEST 2017 -----------------------------------------
> !ENTRY org.eclipse.equinox.launcher 4 0 2017-05-31 14:13:11.062
> !MESSAGE Could not find extension: org.eclipse.wst.jsdt.nashorn.extension
> !SESSION 2017-05-31 14:13:11.038 -----------------------------------------------
> eclipse.buildId=11.0.0.AM1-v20170531-1042-B189
> java.version=1.8.0_131
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.osgi 4 0 2017-05-31 14:13:11.805
> !MESSAGE Bundle org.eclipse.wst.jsdt.nashorn.extension not found.
> {code}
> I see that plugin org.eclipse.wst.jsdt.nashorn.extension isn't installed in .../Devstudio/studio/plugins/ folder.
> Possibly we have to remove this line from devstudio.ini?
> {code}
> -Dosgi.framework.extensions=org.eclipse.wst.jsdt.nashorn.extension
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4330) PGP ASCII armored clearsighn signature verification for .json and .js files
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4330?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4330:
--------------------------------
Summary: PGP ASCII armored clearsighn signature verification for .json and .js files (was: PGP Signature verification for .json and .js files)
> PGP ASCII armored clearsighn signature verification for .json and .js files
> ---------------------------------------------------------------------------
>
> Key: JBDS-4330
> URL: https://issues.jboss.org/browse/JBDS-4330
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.0.0.AM1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: ui
> Fix For: 11.0.0.GA
>
>
> To allow loading remote configuration or even java script modules there should be a way to confirm origin of downloaded file to prevent 'man in the middle attacks'. Files loaded from remote location should bear GPG signature that installer should verify before proceeding with loaded file.
> This should be possible with https://github.com/openpgpjs/openpgpjs using https://openpgpjs.org/openpgpjs/doc/index.html using 'Create and verify detached signatures'.
> The Idea is to sign .json of .js file with GPG and then download it ad separate json/js code from the signature, verify it and then proceed with loading .json or js module form string.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBDS-4330) PGP Signature verification for .json and .js files
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4330?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4330:
--------------------------------
Summary: PGP Signature verification for .json and .js files (was: GPG Signature verification for .json and .js files)
> PGP Signature verification for .json and .js files
> --------------------------------------------------
>
> Key: JBDS-4330
> URL: https://issues.jboss.org/browse/JBDS-4330
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 11.0.0.AM1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: ui
> Fix For: 11.0.0.GA
>
>
> To allow loading remote configuration or even java script modules there should be a way to confirm origin of downloaded file to prevent 'man in the middle attacks'. Files loaded from remote location should bear GPG signature that installer should verify before proceeding with loaded file.
> This should be possible with https://github.com/openpgpjs/openpgpjs using https://openpgpjs.org/openpgpjs/doc/index.html using 'Create and verify detached signatures'.
> The Idea is to sign .json of .js file with GPG and then download it ad separate json/js code from the signature, verify it and then proceed with loading .json or js module form string.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months