[JBoss JIRA] (FORGE-1760) CDI Commands do not follow naming guidelines for GUI
by Lincoln Baxter III (JIRA)
Lincoln Baxter III created FORGE-1760:
-----------------------------------------
Summary: CDI Commands do not follow naming guidelines for GUI
Key: FORGE-1760
URL: https://issues.jboss.org/browse/FORGE-1760
Project: Forge
Issue Type: Feature Request
Components: Builtin Plugins, Java EE, UI - Eclipse
Affects Versions: 2.4.1.Final
Reporter: Lincoln Baxter III
Priority: Minor
Fix For: 2.x Future
{code}@Command(value = "cdi-list-decorators" ... ){code}
Should be CDI List Decorators in the GUI, and same for other commands in this category.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (FORGE-1758) Support built-in alias for a command
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1758:
--------------------------------------
Summary: Support built-in alias for a command
Key: FORGE-1758
URL: https://issues.jboss.org/browse/FORGE-1758
Project: Forge
Issue Type: Feature Request
Components: UI - API
Affects Versions: 2.4.1.Final
Reporter: George Gastaldi
Fix For: 2.x Future
A command could specify one or more alias in the metadata, as an easy way to support command name changes between versions. It should be possible to specify whether a command is deprecated in the shell.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (FORGE-1450) Cannot create an enum attribute on an Entity
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1450?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1450:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 2.4.2.Final
(was: 2.x Future)
Resolution: Done
> Cannot create an enum attribute on an Entity
> --------------------------------------------
>
> Key: FORGE-1450
> URL: https://issues.jboss.org/browse/FORGE-1450
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Assignee: Robert Balent
> Priority: Critical
> Fix For: 2.4.2.Final
>
>
> I've created a {{Language}} enum (with {{java-new-enum}}) and then I want my entity {{Book}} to have an attribute of type {{Language}}. In Forge 1.x I would do :
> {code}
> field custom --named language --type org.javaone.javaee7.model.Language.java ;
> {code}
> There is no such {{custom}} attribute in Forge 2.x and the following doesn't work :
> {code}
> jpa-new-field --named language --typeName org.javaone.javaee7.model.Language.java ;
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (FORGE-1450) Cannot create an enum attribute on an Entity
by Robert Balent (JIRA)
[ https://issues.jboss.org/browse/FORGE-1450?page=com.atlassian.jira.plugin... ]
Robert Balent reassigned FORGE-1450:
------------------------------------
Assignee: Robert Balent
> Cannot create an enum attribute on an Entity
> --------------------------------------------
>
> Key: FORGE-1450
> URL: https://issues.jboss.org/browse/FORGE-1450
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.CR2
> Reporter: Antonio Goncalves
> Assignee: Robert Balent
> Priority: Critical
> Fix For: 2.x Future
>
>
> I've created a {{Language}} enum (with {{java-new-enum}}) and then I want my entity {{Book}} to have an attribute of type {{Language}}. In Forge 1.x I would do :
> {code}
> field custom --named language --type org.javaone.javaee7.model.Language.java ;
> {code}
> There is no such {{custom}} attribute in Forge 2.x and the following doesn't work :
> {code}
> jpa-new-field --named language --typeName org.javaone.javaee7.model.Language.java ;
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months