[JBoss JIRA] (JBIDE-27317) Deprecate Android Development Tools
by Josef Kopriva (Jira)
Josef Kopriva created JBIDE-27317:
-------------------------------------
Summary: Deprecate Android Development Tools
Key: JBIDE-27317
URL: https://issues.redhat.com/browse/JBIDE-27317
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.16.0.AM1
Reporter: Josef Kopriva
After discussion on slack, we should deprecate ADT:
{code:java}
@jmaury @sbouchet @psrna @bodavis Hi, I was looking at Android Develpment tools(we have it in CRS Central), but it seems to be it is not supported by Google for some time: https://android-developers.googleblog.com/2016/11/support-ended-for-eclip...
Bob Davis 3:06 PM
If it’s not supported/maintained, we should remove it, IMO
Stéphane Bouchet 3:16 PM
Currently it is listed on central, as tested, not deprecated.
as we did for last codeready release, we should first deprecate it before removing it from central. (edited)
Bob Davis 3:18 PM
Agreed - if that’s the process, we should do that. It’s been deprecated by the upstream, so we should follow suit. Is there a replacement we can direct people to? (should we worry about that? I can try to see if we have any stats on usage)
Stéphane Bouchet 3:19 PM
Err, yes, the replacement is to use Android Studio, based on IDEA :smile:
Bob Davis 3:20 PM
Sigh…
Stéphane Bouchet 3:22 PM
yes, there was an alternative on eclipse, https://projects.eclipse.org/projects/tools.andmore, but no new release since 2017 :disappointed:
3:23
@maxandersen is listed on the contributors. maybe he can add a note ?
Bob Davis 3:36 PM
Isn’t @maxandersen listed as a contributor on most anything a person would want to use?
:joy:
1
Max Rydahl Andersen 5:39 PM
I only do useful stuff :)
5:40
Andorid on eclipse is dead.
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBDS-4826) Installer do not extract EXE file
by Electro Kiss (Jira)
[ https://issues.redhat.com/browse/JBDS-4826?page=com.atlassian.jira.plugin... ]
Electro Kiss commented on JBDS-4826:
------------------------------------
I have the same issue when i launch "codereadystudio.exe" but it seems working when i launch "eclipsec.exe" but i don't know why.
Installer : codereadystudio-12.15.0.GA-installer-standalone.jar
Java version : jdk-13.0.1
Platform version : Windows 10 x64
> Installer do not extract EXE file
> ----------------------------------
>
> Key: JBDS-4826
> URL: https://issues.redhat.com/browse/JBDS-4826
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 12.13.0.GA, 12.14.0.GA
> Reporter: Luca Preziati
> Assignee: Ondrej Dockal
> Priority: Major
> Fix For: 12.16.0.AM1
>
> Attachments: exe-missing.jpg, shared-libraries.jpg
>
>
> The installer do not extract exe.
> I extract manually from file I extract from this path the exe: codereadystudio-12.14.0.GA-installer-standalone.jar\devstudio\binary\com.jboss.devstudio.core.package.executable.win32.win32.x86_64_12.14.0.GA-v20200305-0719-B6018\
> !exe-missing.jpg|thumbnail!
> But the companion shared libraries are missing.
> !shared-libraries.jpg|thumbnail!
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27315) VERY slow JSF code completion
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27315?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27315:
-------------------------------
Component/s: jsf
> VERY slow JSF code completion
> -------------------------------
>
> Key: JBIDE-27315
> URL: https://issues.redhat.com/browse/JBIDE-27315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.15.0.Final
> Reporter: Maycon Oliveira
> Priority: Major
>
> Hi there!
> Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
> I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
> The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
>
>
> FAST CTRL + SPACE COMPLETITION AT '.'
> value="#
> {admUsuarioBacking.selectEntity
>
>
> SLOW CTRL + SPACE COMPLETITION AT '.'
> value="#\\{admUsuarioBacking.selectEntity}
> "
>
> My enviroment:
> Eclipse 2020-03 with JBoss tools
> Wildfly 20
> Linux Mint 19
> Notebook Dell Gaming with i7 processor and 16gb RAM
>
> Thanks
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27315) VERY slow JSF code completion
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27315?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-27315:
-------------------------------
Fix Version/s: 4.16.x
> VERY slow JSF code completion
> -------------------------------
>
> Key: JBIDE-27315
> URL: https://issues.redhat.com/browse/JBIDE-27315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.15.0.Final
> Reporter: Maycon Oliveira
> Priority: Major
> Fix For: 4.16.x
>
>
> Hi there!
> Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
> I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
> The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
>
>
> FAST CTRL + SPACE COMPLETITION AT '.'
> value="#
> {admUsuarioBacking.selectEntity
>
>
> SLOW CTRL + SPACE COMPLETITION AT '.'
> value="#\\{admUsuarioBacking.selectEntity}
> "
>
> My enviroment:
> Eclipse 2020-03 with JBoss tools
> Wildfly 20
> Linux Mint 19
> Notebook Dell Gaming with i7 processor and 16gb RAM
>
> Thanks
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27315) VERY slow JSF code completion
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-27315?page=com.atlassian.jira.plug... ]
Jeff MAURY reassigned JBIDE-27315:
----------------------------------
Assignee: Jeff MAURY
> VERY slow JSF code completion
> -------------------------------
>
> Key: JBIDE-27315
> URL: https://issues.redhat.com/browse/JBIDE-27315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.15.0.Final
> Reporter: Maycon Oliveira
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.16.x
>
>
> Hi there!
> Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
> I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
> The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
>
>
> FAST CTRL + SPACE COMPLETITION AT '.'
> value="#
> {admUsuarioBacking.selectEntity
>
>
> SLOW CTRL + SPACE COMPLETITION AT '.'
> value="#\\{admUsuarioBacking.selectEntity}
> "
>
> My enviroment:
> Eclipse 2020-03 with JBoss tools
> Wildfly 20
> Linux Mint 19
> Notebook Dell Gaming with i7 processor and 16gb RAM
>
> Thanks
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27315) VERY slow JSF code completion
by Maycon Oliveira (Jira)
[ https://issues.redhat.com/browse/JBIDE-27315?page=com.atlassian.jira.plug... ]
Maycon Oliveira updated JBIDE-27315:
------------------------------------
Description:
Hi there!
Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
FAST CTRL + SPACE COMPLETITION AT '.'
value="#{admUsuarioBacking.selectEntity
SLOW CTRL + SPACE COMPLETITION AT '.'
value="#\{admUsuarioBacking.selectEntity}"
My enviroment:
Eclipse 2020-03 with JBoss tools
Wildfly 20
Linux Mint 19
Notebook Dell Gaming with i7 processor and 16gb RAM
Thanks
was:
Hi there!
Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
FAST CTRL + SPACE COMPLETITION AT '.'
value="#
{admUsuarioBacking.selectEntity
SLOW CTRL + SPACE COMPLETITION AT '.'
value="#
{admUsuarioBacking.selectEntity}
"
My enviroment:
Eclipse 2020-03 with JBoss tools
Wildfly 20
Linux Mint 19
Notebook Dell Gaming with i7 processor and 16gb RAM
Thanks
> VERY slow JSF code completion
> -------------------------------
>
> Key: JBIDE-27315
> URL: https://issues.redhat.com/browse/JBIDE-27315
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Affects Versions: 4.15.0.Final
> Reporter: Maycon Oliveira
> Priority: Major
>
> Hi there!
> Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
> I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
> The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
>
>
> FAST CTRL + SPACE COMPLETITION AT '.'
> value="#{admUsuarioBacking.selectEntity
>
>
> SLOW CTRL + SPACE COMPLETITION AT '.'
> value="#\{admUsuarioBacking.selectEntity}"
>
> My enviroment:
> Eclipse 2020-03 with JBoss tools
> Wildfly 20
> Linux Mint 19
> Notebook Dell Gaming with i7 processor and 16gb RAM
>
> Thanks
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months
[JBoss JIRA] (JBIDE-27315) VERY slow JSF code completion
by Maycon Oliveira (Jira)
[ https://issues.redhat.com/browse/JBIDE-27315?page=com.atlassian.jira.plug... ]
Maycon Oliveira updated JBIDE-27315:
------------------------------------
Description:
Hi there!
Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
FAST CTRL + SPACE COMPLETITION AT '.'
value="#
{admUsuarioBacking.selectEntity
SLOW CTRL + SPACE COMPLETITION AT '.'
value="#\\{admUsuarioBacking.selectEntity}
"
My enviroment:
Eclipse 2020-03 with JBoss tools
Wildfly 20
Linux Mint 19
Notebook Dell Gaming with i7 processor and 16gb RAM
Thanks
was:
Hi there!
Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
FAST CTRL + SPACE COMPLETITION AT '.'
value="#{admUsuarioBacking.selectEntity
SLOW CTRL + SPACE COMPLETITION AT '.'
value="#\{admUsuarioBacking.selectEntity}"
My enviroment:
Eclipse 2020-03 with JBoss tools
Wildfly 20
Linux Mint 19
Notebook Dell Gaming with i7 processor and 16gb RAM
Thanks
> VERY slow JSF code completion
> -------------------------------
>
> Key: JBIDE-27315
> URL: https://issues.redhat.com/browse/JBIDE-27315
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Affects Versions: 4.15.0.Final
> Reporter: Maycon Oliveira
> Priority: Major
>
> Hi there!
> Im being using eclipse + jboss tools along the years to develop and maintain a JSF application (the app is getting bigger. Now it has 810 BackingBeans anotated with @Named).
> I noticed that eclipse /jboss tools is getting slower as new versions are being released at the point that is not usable anymore to autocomplete JSF EL expressions (xhtml file) or to use the ctrl + click funcionality. The IDE *hangs for 20 seconds* every time I execute this commands.
> The strange part is that when i use the ctrl + space to autocomplete an expression that is not closed by the "}" marker, the result apear really fast. Ex:
>
>
> FAST CTRL + SPACE COMPLETITION AT '.'
> value="#
> {admUsuarioBacking.selectEntity
>
>
> SLOW CTRL + SPACE COMPLETITION AT '.'
> value="#\\{admUsuarioBacking.selectEntity}
> "
>
> My enviroment:
> Eclipse 2020-03 with JBoss tools
> Wildfly 20
> Linux Mint 19
> Notebook Dell Gaming with i7 processor and 16gb RAM
>
> Thanks
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 9 months