[JBoss JIRA] (FORGE-682) ShellPrompt has fixed set of PromptTypes, should be extensible
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-682?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III updated FORGE-682:
-------------------------------------
Fix Version/s: 2.0.0.Alpha2
(was: 2.0.0.Alpha1)
> ShellPrompt has fixed set of PromptTypes, should be extensible
> --------------------------------------------------------------
>
> Key: FORGE-682
> URL: https://issues.jboss.org/browse/FORGE-682
> Project: Forge
> Issue Type: Enhancement
> Components: Shell
> Affects Versions: 1.0.5.Final
> Reporter: Andre Dietisheim
> Fix For: 2.0.0.Alpha2
>
>
> If a plugin wants to prompt the user to supply some settings it'll use:
> {code:title=ShellPrompt}
> String promptCommon(String message, PromptType type);
> {code}
> PromptType is what the prompt would use to validate the user input against. Unfortunately PromptType is an enum so there's no way for a plugin to provide it's own prompt type.
--
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
11 years, 10 months
[JBoss JIRA] (FORGE-379) Add user profiles
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-379?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III updated FORGE-379:
-------------------------------------
Fix Version/s: 2.0.0.Alpha2
(was: 2.0.0.Alpha1)
> Add user profiles
> -----------------
>
> Key: FORGE-379
> URL: https://issues.jboss.org/browse/FORGE-379
> Project: Forge
> Issue Type: Feature Request
> Components: Usability
> Affects Versions: 1.0.0.Beta3
> Reporter: Pete Muir
> Fix For: 2.0.0.Alpha2
>
>
> At the moment Forge assumes that every user needs the same level of hand-holding. This means that advanced users are shortchanged (as they want more control) and newbies can get lost. Introducing a number of user profiles (e.g. newbie, intermediate, god) could help here. For example, if in newbie mode, the faces plugin wouldn't ask if you wanted to change from jar -> war packaging, assuming that the person does...
--
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
11 years, 10 months
[JBoss JIRA] (FORGE-770) Ability to restrict ServiceRegistry and AddonRegistry services by addon dependency version
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-770?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III updated FORGE-770:
-------------------------------------
Fix Version/s: 2.0.0.Alpha2
(was: 2.0.0.Alpha1)
> Ability to restrict ServiceRegistry and AddonRegistry services by addon dependency version
> -------------------------------------------------------------------------------------------
>
> Key: FORGE-770
> URL: https://issues.jboss.org/browse/FORGE-770
> Project: Forge
> Issue Type: Story
> Components: Container
> Affects Versions: 2.0.0.Alpha1
> Reporter: Lincoln Baxter III
> Fix For: 2.0.0.Alpha2
>
>
> Like in OSGi (shudder,) when looking up services from the ServiceRegistry, it should be possible to require that services retrieved from the ServiceRegistry be locked to a specific addon API version (via addon-dependency/classloader mapping.)
> {code}
> (A) -> (B, v1)
> -> Service 1
> (B, v2)
> -> Service 1v2
> -> Service 2v1
> {code}
> A should receive only the instance of Service 1 from (B, v1)
--
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
11 years, 10 months
[JBoss JIRA] (FORGE-688) Addition of the JavaEE 6 BOM should be encapsulated in a specific Facet
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-688?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III updated FORGE-688:
-------------------------------------
Fix Version/s: 2.0.0.Alpha2
(was: 2.0.0.Alpha1)
> Addition of the JavaEE 6 BOM should be encapsulated in a specific Facet
> -----------------------------------------------------------------------
>
> Key: FORGE-688
> URL: https://issues.jboss.org/browse/FORGE-688
> Project: Forge
> Issue Type: Enhancement
> Components: Plugin API
> Affects Versions: 1.1.0.Final
> Reporter: George Gastaldi
> Priority: Minor
> Fix For: 2.0.0.Alpha2
>
>
> It would be nice if we have a JavaEE6Facet, which installs the jboss bom.
> Even though the BaseJavaEEFacet abstract class already does that, this behavior would not be possible if a custom Facet is created extending a specific subclass of BaseFacet and requiring the JavaEE6.
> The more elegant solution would be to add:
> {code:java}
> @RequiresFacet(JavaEE6Facet.class)
> {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
11 years, 10 months