[JBoss JIRA] (FORGE-1877) Default implementation of .equals fails with Proxy objects
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1877?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III reassigned FORGE-1877:
-----------------------------------------
Assignee: Lincoln Baxter III
> Default implementation of .equals fails with Proxy objects
> ----------------------------------------------------------
>
> Key: FORGE-1877
> URL: https://issues.jboss.org/browse/FORGE-1877
> Project: Forge
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Furnace (Container)
> Reporter: Jess Sightler
> Assignee: Lincoln Baxter III
> Fix For: 2.7.2.Final
>
>
> proxyObjectA.equals(proxyObjectA) returns false
> This appears to be because the default .equals method ends up being called on the unwrapped (non-proxied) proxyObjectA, but it is passed the wrapped (proxied) object as the parameter.
> One workaround is to always call Proxies.unwrap before calling .equals, but this is error-prone. Perhaps the argument to .equals should be unwrapped by default if it is wrapped?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ROASTER-24) Upgrade to jboss-parent 15
by George Gastaldi (JIRA)
George Gastaldi created ROASTER-24:
--------------------------------------
Summary: Upgrade to jboss-parent 15
Key: ROASTER-24
URL: https://issues.jboss.org/browse/ROASTER-24
Project: Roaster
Issue Type: Component Upgrade
Security Level: Public (Everyone can see)
Affects Versions: 2.7.0.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.7.1.Final
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (FORGE-1943) Upgrade to jboss-parent 15
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1943:
--------------------------------------
Summary: Upgrade to jboss-parent 15
Key: FORGE-1943
URL: https://issues.jboss.org/browse/FORGE-1943
Project: Forge
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Forge Build, Furnace (Container), Furnace CDI, Furnace Simple
Affects Versions: 2.7.0.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.7.1.Final
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (FORGE-1942) Shell gives weird output when executing a command unavailable in the current context
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1942?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1942.
----------------------------------
Resolution: Done
> Shell gives weird output when executing a command unavailable in the current context
> ------------------------------------------------------------------------------------
>
> Key: FORGE-1942
> URL: https://issues.jboss.org/browse/FORGE-1942
> Project: Forge
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: UI - Shell
> Affects Versions: 2.7.0.Final
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 2.7.1.Final
>
>
> {code}
> [bin]$ cd /tmp
> [tmp]$
> alias addon-remove cp man touch
> unalias cat echo mkdir track-changes
> export cd edit more transaction-start
> about clear exit open version
> addon-build-and-install command-list git-clone project-new wait
> addon-install config-list grep pwd
> addon-install-from-git connection-create-profile less rm
> addon-list connection-remove-profile ls run
> [tmp]$ rest-setup
> Exception when parsing/running: rest-setup, null
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (FORGE-1942) Shell gives weird output when executing a command unavailable in the current context
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1942:
--------------------------------------
Summary: Shell gives weird output when executing a command unavailable in the current context
Key: FORGE-1942
URL: https://issues.jboss.org/browse/FORGE-1942
Project: Forge
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: UI - Shell
Affects Versions: 2.7.0.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.7.1.Final
{code}
[bin]$ cd /tmp
[tmp]$
alias addon-remove cp man touch
unalias cat echo mkdir track-changes
export cd edit more transaction-start
about clear exit open version
addon-build-and-install command-list git-clone project-new wait
addon-install config-list grep pwd
addon-install-from-git connection-create-profile less rm
addon-list connection-remove-profile ls run
[tmp]$ rest-setup
Exception when parsing/running: rest-setup, null
{code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months