[JBoss JIRA] (JBIDE-21716) Don't re-prompt for password
by Pete Muir (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21716?page=com.atlassian.jira.plugi... ]
Pete Muir commented on JBIDE-21716:
-----------------------------------
It is NOT reasonable to prompt for the password more than once. This is a single workflow that we are building. That we implement it as two separate programs is our implementation choice.
I'm happy for this to slip, but it becomes a blocker for .NEXT. We MUST get the ability to login a user in once to Red Hat.
> Don't re-prompt for password
> ----------------------------
>
> Key: JBIDE-21716
> URL: https://issues.jboss.org/browse/JBIDE-21716
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdk
> Reporter: Pete Muir
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.4.0.Alpha1
>
>
> Having installed JBDS and CDK from the installer, and entered your password there, you get re-prompted for your password for the customer portal. This is a poor user experience.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3516) Need better doc on using Central zip (online/offline modes) [was: Install all from central zip fails on CordovaSim]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3516?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3516:
---------------------------------
Fix Version/s: 9.1.0.GA
(was: 9.1.0.CR1)
> Need better doc on using Central zip (online/offline modes) [was: Install all from central zip fails on CordovaSim]
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3516
> URL: https://issues.jboss.org/browse/JBDS-3516
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: central, documentation, updatesite
> Affects Versions: 9.0.0.CR1
> Environment: jboss-devstudio-9.0.0.CR1-v20150912-1100-B100
> jboss-devstudio-9.0.0.CR1-updatesite-central.zip from https://devstudio.redhat.com/9.0/staging/updates/core/jboss-devstudio-9.0...
> Reporter: Jan Richter
> Assignee: Misha Ali
> Fix For: 9.1.0.GA
>
>
> This is what comes up when I try to install everything from the central zip:
> {noformat}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Tools Apache Cordova Simulator 3.7.0.CR1-v20150911-0408-B28 (org.jboss.tools.cordovasim.feature.feature.group 3.7.0.CR1-v20150911-0408-B28)
> Missing requirement: Eclipse integrations of BrowserSim 3.7.0.CR1-v20150911-0408-B28 (org.jboss.tools.cordovasim.eclipse 3.7.0.CR1-v20150911-0408-B28) requires 'bundle org.eclipse.thym.core 0.3.0' but it could not be found
> Cannot satisfy dependency:
> From: JBoss Tools Apache Cordova Simulator 3.7.0.CR1-v20150911-0408-B28 (org.jboss.tools.cordovasim.feature.feature.group 3.7.0.CR1-v20150911-0408-B28)
> To: org.jboss.tools.cordovasim.eclipse [3.7.0.CR1-v20150911-0408-B28]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3281) Screencasts: Git
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3281?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3281:
---------------------------------
Fix Version/s: 9.1.0.GA
(was: 9.1.0.CR1)
> Screencasts: Git
> ----------------
>
> Key: JBDS-3281
> URL: https://issues.jboss.org/browse/JBDS-3281
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: documentation, requirements
> Reporter: Burr Sutter
> Assignee: Martin Malina
> Priority: Minor
> Fix For: 9.1.0.GA
>
>
> As a Java EE developer, new to Eclipse + Git, I need educational, 5 minute screencasts on the most common uses of Git inside of Eclipse.
> Use cases include:
> 1) as a new member of the team, just having only installed JBDS, I need to add an element to the project
> assume a clone, add (or modify), commit, push workflow
> a- Getting started as a new member of an existing git project (I need to clone a repo, import the project, insure my facets/Maven are set correctly)
> b- navigate/browse an existing repository
> c- git add - for a newly added class or file
> d- git commit -a
> e- git push
> as a new member of the team, just having only installed JBDS, I need to resolve a pull request.
> 2) other scenarios
> - git init a current project that I have in my workspace (and should I move it outside of my workspace first)
> - git checkout for a specific branch - getting Maven and Eclipse Facets to properly recognize my newly checked out branch
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3280) Screencasts: Java EE
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3280?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3280:
---------------------------------
Fix Version/s: 9.1.0.GA
(was: 9.1.0.CR1)
> Screencasts: Java EE
> --------------------
>
> Key: JBDS-3280
> URL: https://issues.jboss.org/browse/JBDS-3280
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: documentation, requirements
> Reporter: Burr Sutter
> Assignee: Martin Malina
> Priority: Minor
> Fix For: 9.1.0.GA
>
>
> As a new Eclipse+Java EE developer, I need educational screencasts, around 5 minutes each that educate me on a specific Java EE development capabilities of JBDS.
> Use cases include:
> - JPA - how to add one, content-assist, relationships
> - database reverse engineering via DTP vs Forge
> - JAX-RS: creation of new endpoints, content-assist, tester - including the GET/POST/PUT/DELETE with JSON payloads
> - JAX-WS: creation of new endpoints, content-assist, tester
> - CDI special features
> - Servlets
> - JSF
> - deployment to localhost EAP
> - deployment to remove EAP
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3251) Create screencasts for top features we like users to know more about from both JBoss Tools and base Eclipse
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3251?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3251:
---------------------------------
Fix Version/s: 9.1.0.GA
(was: 9.1.0.CR1)
> Create screencasts for top features we like users to know more about from both JBoss Tools and base Eclipse
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3251
> URL: https://issues.jboss.org/browse/JBDS-3251
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Epic
> Components: documentation, requirements
> Reporter: Max Rydahl Andersen
> Assignee: Martin Malina
> Fix For: 9.1.0.GA
>
>
> suggestions from F2F:
> |Maven Top 10 Use Cases| Import, multi-module, run on server, package vs install, update, adjust profiles, dependencies adds/removes|
> |Java EE Top 10 Use Cases JPA, db reveng, JAX-RS (including testing), CDI, content assist, Servlets, JSF, etc
> HTML5/Hybrid Mobile|
> |OpenShift v3| start, stop, deploy apps
> |eGit Top Use Cases|
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3589) no composite*.xml files in root of JBDS installer
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3589?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov reassigned JBDS-3589:
------------------------------------
Assignee: Denis Golovin (was: Nick Boldt)
Assigning to [~dgolovin] for review.
> no composite*.xml files in root of JBDS installer
> -------------------------------------------------
>
> Key: JBDS-3589
> URL: https://issues.jboss.org/browse/JBDS-3589
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.Beta2
> Reporter: Nick Boldt
> Assignee: Denis Golovin
> Fix For: 9.1.0.CR1, 10.0.0.Alpha1
>
>
> JBDS installer no longer includes composite*.xml in its root folder, so the jar won't work as an offline update site (eg., for an offline install of JBDS IS into Eclipse)
> {code}
> org.eclipse.equinox.p2.core.ProvisionException: No repository found at jar:file:/home/nboldt/tmp/JBDS_Installers/jboss-devstudio-9.1.0.Beta2-v20160127-2213-B262-installer-standalone.jar!/.
> {code}
> Workaround:
> use jar:file:/home/nboldt/tmp/JBDS_Installers/jboss-devstudio-9.1.0.Beta2-v20160127-2213-B262-installer-standalone.jar!/jbds/ as the update site path
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3542) Splash screen scaling is broken on Windows
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3542?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov updated JBDS-3542:
---------------------------------
Fix Version/s: 10.0.0.Alpha1
(was: 9.1.0.CR1)
> Splash screen scaling is broken on Windows
> ------------------------------------------
>
> Key: JBDS-3542
> URL: https://issues.jboss.org/browse/JBDS-3542
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: ui/branding
> Affects Versions: 9.0.0.GA
> Environment: Windows 10
> 4k resolution with 250% scale
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Labels: ui-scaling
> Fix For: 10.0.0.Alpha1
>
> Attachments: splash.png
>
>
> The splash screen window itself doesn't scale, but some text inside it does. The result looks like this:
> !splash.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3560) Arbitrary remote code execution with InvokerTransformer (COLLECTIONS-580)
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3560?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov resolved JBDS-3560.
----------------------------------
Resolution: Done
I'm resolving this issue. Let's create separate issues if we still should fix anything.
> Arbitrary remote code execution with InvokerTransformer (COLLECTIONS-580)
> -------------------------------------------------------------------------
>
> Key: JBDS-3560
> URL: https://issues.jboss.org/browse/JBDS-3560
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 8.1.0.GA, 9.0.0.GA, 10.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 9.1.0.CR1, 10.0.0.Alpha1
>
> Attachments: apache-commons-collections-in-JBDS7,8,9,10.png, apache-commons-collections-in-JBDS7,8,9,10_refs1.png, apache-commons-collections-in-JBDS7,8,9,10_refs10.png, apache-commons-collections-in-JBDS7,8,9,10_refs7.png, apache-commons-collections-in-JBDS7,8,9,10_refs8-IS-fuse.png, apache-commons-collections-in-JBDS7,8,9,10_refs8.png, apache-commons-collections-in-JBDS7,8,9,10_refs9.png, orbit.R20150519210750_vs_I20151117200049.log.txt, orbit.R20150519210750_vs_I20151117200049.log_onlyLatest.txt
>
>
> This is a container issue to wrap & track https://issues.apache.org/jira/browse/COLLECTIONS-580
> Problem is that JBDS 9 (and probably 8 and 10 too) include org.apache.commons.collections 3.2.0.v2013030210310, which is affected by COLLECTIONS-580 - Arbitrary remote code execution with InvokerTransformer
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month