[JBoss JIRA] (JBIDE-18815) Update freemarker.jar in FreeMarker IDE
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18815?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18815:
---------------------------------------------
also, if we are doing this, lets move to use a mvn dependency instead of committing more dependency binary jars into git.
> Update freemarker.jar in FreeMarker IDE
> ---------------------------------------
>
> Key: JBIDE-18815
> URL: https://issues.jboss.org/browse/JBIDE-18815
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker
> Affects Versions: 4.2.0.Final
> Reporter: Daniel Dekany
> Assignee: Denis Golovin
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
>
> FreeMarker IDE still comes with FreeMarker 2.3.18 from 2011. As the plugin uses FreeMarker for parsing templates (for error markers), this means that no constructs introduced since then are recognized by it (there's a quite a few), and also that it doesn't benefit from the error message fixes/improvements made since then.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 9 months
[JBoss JIRA] (JBIDE-18815) Update freemarker.jar in FreeMarker IDE
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18815?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-18815:
----------------------------------------
Labels: new_and_noteworthy (was: )
> Update freemarker.jar in FreeMarker IDE
> ---------------------------------------
>
> Key: JBIDE-18815
> URL: https://issues.jboss.org/browse/JBIDE-18815
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: freemarker
> Affects Versions: 4.2.0.Final
> Reporter: Daniel Dekany
> Assignee: Denis Golovin
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
>
> FreeMarker IDE still comes with FreeMarker 2.3.18 from 2011. As the plugin uses FreeMarker for parsing templates (for error markers), this means that no constructs introduced since then are recognized by it (there's a quite a few), and also that it doesn't benefit from the error message fixes/improvements made since then.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 9 months
[JBoss JIRA] (JBIDE-18710) Invalid generated code in JAX-RS Endpoint
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18710?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18710:
---------------------------------------------
I agree better to have compilable code but the code should also somewhat work at runtime, i.e. what is the sideffect that we return null here ?
> Invalid generated code in JAX-RS Endpoint
> -----------------------------------------
>
> Key: JBIDE-18710
> URL: https://issues.jboss.org/browse/JBIDE-18710
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.1.Final, 4.3.0.Alpha1
>
>
> The generated code in the 'create' method contains something like this:
> {code}
> return Response.created(
> UriBuilder.fromResource(Session.class)
> .path(String.valueOf(session.getId())).build()).build();
> {code}
> but the {{Session.class}} should be {{SessionEndpoint.class}} since it must be the resource class annotated with {{@Path}}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 9 months
[JBoss JIRA] (JBIDE-18771) BrowserSim: Create new navigation bar and buttons for iphone 6 / 6+ skins
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18771?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18771:
---------------------------------------------
[~ibuziuk] this just reuses existing iphone 4 resources we got and setup the right dimensions, correct ? (since still waiting for legal for approving the more realistic skins, right?).
[~akazakov] it is considered a critical bug our browsersim simulator can't easily be used to test a device with iphone 6 dimensions/settings. Thus I would say this passes the critical test, and looking at the PR at first glance it looks like it is a trivial change/addition or am I missing something ? (it does not change api's, just add a new setup to already dynamic list does it not ?)
> BrowserSim: Create new navigation bar and buttons for iphone 6 / 6+ skins
> -------------------------------------------------------------------------
>
> Key: JBIDE-18771
> URL: https://issues.jboss.org/browse/JBIDE-18771
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: browsersim, cordovasim
> Affects Versions: 4.2.0.Final
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Labels: new_and_noteworthy
> Fix For: 4.2.1.Final, 4.3.0.Alpha1
>
> Attachments: nav-mockup.png, sample.png
>
>
> Navigation bar and buttons will be created from iphone 6 IOS 8 screenshots
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 9 months
[JBoss JIRA] (JBDS-3163) change publishing process so that JBDS staging builds go to devstudio.redhat.com instead of www.qa server
by Pete Muir (JIRA)
[ https://issues.jboss.org/browse/JBDS-3163?page=com.atlassian.jira.plugin.... ]
Pete Muir commented on JBDS-3163:
---------------------------------
The way the download manager works is:
1) Verifies that the person is authorized to download the binary (e.g. check t&c, check login, whatever is required)
2) Contacts the download server and requests a timebombed URL, which is unique to this request
3) Contact eloqua to track the download (two mechanisms have to be used here, this is due to oddities in eloqua)
4) Gives the person the timebombed URL, which works for around 20 minutes
At the moment the only server I'm aware of that hands out these timebombed URLs access.cdn.redhat.com. The download manager does not actually store or deliver files itself.
The approach Nick suggests is "security through obscurity" and hence I don't support it.
It looks to me like you are trying to handle this for staging builds (as opposed to prod builds). I believe that most products don't make staging builds public.
> change publishing process so that JBDS staging builds go to devstudio.redhat.com instead of www.qa server
> ---------------------------------------------------------------------------------------------------------
>
> Key: JBDS-3163
> URL: https://issues.jboss.org/browse/JBDS-3163
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: build
> Affects Versions: 8.0.0.CR1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 8.0.1.GA, 9.0.0.Alpha1
>
>
> To simplify release/publishing process, we ought to start publishing nightlies and builds staged for QE onto devstudio.redhat.com (filemgmt) instead of the internal www.qa box. This will also allow us to use nightly URLs in ide-config.properties.
> See https://github.com/jbosstools/jbosstools-download.jboss.org/pull/409/files for a bad solution to this problem.
> Better solution is to move that content onto the new filemgmt instance and update promote.sh to push to the new location.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 9 months
[JBoss JIRA] (JBIDE-18806) When discovery URL is not set, "Software/Updates" page is silently hidden
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18806?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen reassigned JBIDE-18806:
-------------------------------------------
Assignee: Max Rydahl Andersen (was: Nick Boldt)
> When discovery URL is not set, "Software/Updates" page is silently hidden
> -------------------------------------------------------------------------
>
> Key: JBIDE-18806
> URL: https://issues.jboss.org/browse/JBIDE-18806
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: central
> Affects Versions: 4.2.0.Final
> Reporter: Mickael Istria
> Assignee: Max Rydahl Andersen
> Fix For: 4.2.1.CR1, 4.3.0.Alpha1
>
> Attachments: JBDS801-central-no-software-update-tab.png
>
>
> With latest CI build (in http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio.product_8.... ), Central editor seems to miss the "Software/Updates" tab.
> Log mentions an error, which doesn't seem related at first sight:
> {code:none}
> !SESSION 2014-11-21 15:51:47.555 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.8.0_11
> 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
> !ENTRY org.jboss.tools.project.examples 4 0 2014-11-21 15:53:24.762
> !MESSAGE All attempts to discover connectors have failed
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2014-11-21 15:53:24.762
> !MESSAGE Failed to get connectors from RemoteProxyWizardDiscoveryStrategy
> !STACK 0
> java.lang.NullPointerException
> at java.net.URI$Parser.parse(URI.java:3042)
> at java.net.URI.<init>(URI.java:588)
> at org.jboss.tools.project.examples.internal.discovery.xpl.RemoteExternalBundleDiscoveryStrategy.loadRegistry(RemoteExternalBundleDiscoveryStrategy.java:90)
> at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:117)
> at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:107)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardUpdateJob.run(ProxyWizardUpdateJob.java:45)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 9 months
[JBoss JIRA] (JBIDE-18806) When discovery URL is not set, "Software/Updates" page is silently hidden
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18806?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18806:
---------------------------------------------
This issue has still the problem of central failing by not showing the tab.
It need to split up and problaby best to move the version handling stuff to separate Jira.
I'm meaning to do that but can't before at laptop hence reopening this to know to cleanup on Monday.
> When discovery URL is not set, "Software/Updates" page is silently hidden
> -------------------------------------------------------------------------
>
> Key: JBIDE-18806
> URL: https://issues.jboss.org/browse/JBIDE-18806
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: central
> Affects Versions: 4.2.0.Final
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.2.1.CR1, 4.3.0.Alpha1
>
> Attachments: JBDS801-central-no-software-update-tab.png
>
>
> With latest CI build (in http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio.product_8.... ), Central editor seems to miss the "Software/Updates" tab.
> Log mentions an error, which doesn't seem related at first sight:
> {code:none}
> !SESSION 2014-11-21 15:51:47.555 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.8.0_11
> 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
> !ENTRY org.jboss.tools.project.examples 4 0 2014-11-21 15:53:24.762
> !MESSAGE All attempts to discover connectors have failed
> !SUBENTRY 1 org.eclipse.mylyn.discovery.core 4 0 2014-11-21 15:53:24.762
> !MESSAGE Failed to get connectors from RemoteProxyWizardDiscoveryStrategy
> !STACK 0
> java.lang.NullPointerException
> at java.net.URI$Parser.parse(URI.java:3042)
> at java.net.URI.<init>(URI.java:588)
> at org.jboss.tools.project.examples.internal.discovery.xpl.RemoteExternalBundleDiscoveryStrategy.loadRegistry(RemoteExternalBundleDiscoveryStrategy.java:90)
> at org.jboss.tools.project.examples.internal.discovery.xpl.ExternalBundleDiscoveryStrategy.performDiscovery(ExternalBundleDiscoveryStrategy.java:117)
> at org.jboss.tools.project.examples.internal.discovery.ChainedDiscoveryStrategy.performDiscovery(ChainedDiscoveryStrategy.java:62)
> at org.eclipse.mylyn.internal.discovery.core.model.ConnectorDiscovery.performDiscovery(ConnectorDiscovery.java:114)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardManager.loadWizards(ProxyWizardManager.java:107)
> at org.jboss.tools.central.internal.discovery.wizards.ProxyWizardUpdateJob.run(ProxyWizardUpdateJob.java:45)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 9 months
[JBoss JIRA] (JBIDE-18817) Palette: Update ionic JS/CSS links to 1.0.0.Beta13
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-18817:
--------------------------------------
Summary: Palette: Update ionic JS/CSS links to 1.0.0.Beta13
Key: JBIDE-18817
URL: https://issues.jboss.org/browse/JBIDE-18817
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.2.1.CR1
Attachments: screenshot-1.png
We should update our JS/CSS links in ionic palette for next JBT release.
We still need to support bower not to update the libs manually but until JBIDE-17943 is fixed we have to do it.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 9 months