[JBoss JIRA] (FORGE-1843) Project facets are not reloaded when pom.xml changes
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1843?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1843:
-----------------------------------
Steps to Reproduce:
Suppose that Facet X isInstalled() returns true if Dependency A is installed
and that FacetY installs among other dependencies, Dependency A.
1) Install FacetY in a project
2) run {{project-list-facets }}
- FacetX is not installed
3) Exit Forge
4) cd into the project and run {{project-list-facets}}
- FacetX is installed
was:
Suppose that Facet X isInstalled() returns true if Dependency A is installed
and that FacetY installs among other dependencies, Dependency A.
1) Install FacetY in a project
2) run project-list-facets
- FacetX is not installed
3) Exit Forge
4) cd into the project and run {{project-list-facets}}
- FacetX is installed
> Project facets are not reloaded when pom.xml changes
> ----------------------------------------------------
>
> Key: FORGE-1843
> URL: https://issues.jboss.org/browse/FORGE-1843
> Project: Forge
> Issue Type: Bug
> Components: Facets
> Affects Versions: 2.5.0.Final
> Reporter: George Gastaldi
> Priority: Critical
> Fix For: 2.x Future
>
>
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (FORGE-1712) Create composite command for Java EE setup
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1712?page=com.atlassian.jira.plugin... ]
George Gastaldi reassigned FORGE-1712:
--------------------------------------
Assignee: George Gastaldi
> Create composite command for Java EE setup
> ------------------------------------------
>
> Key: FORGE-1712
> URL: https://issues.jboss.org/browse/FORGE-1712
> Project: Forge
> Issue Type: Feature Request
> Affects Versions: 2.3.0.Final
> Reporter: Arun Gupta
> Assignee: George Gastaldi
> Labels: Starter
> Fix For: 2.x Future
>
>
> Currently every spec need to be explicitly configured as:
> servlet-setup; cdi-setup; jpa-setup --container JBOSS_EAP6; rest-setup; constraint-setup; faces-setup; ejb-setup; scaffold-setup
> It would be great if a composite command such as "javaee6-setup" can be provided as an ease-of-use. Later "javaee7-setup" can be provided.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (FORGE-1712) Create composite command for Java EE setup
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1712?page=com.atlassian.jira.plugin... ]
Work on FORGE-1712 started by George Gastaldi.
> Create composite command for Java EE setup
> ------------------------------------------
>
> Key: FORGE-1712
> URL: https://issues.jboss.org/browse/FORGE-1712
> Project: Forge
> Issue Type: Feature Request
> Affects Versions: 2.3.0.Final
> Reporter: Arun Gupta
> Assignee: George Gastaldi
> Labels: Starter
> Fix For: 2.x Future
>
>
> Currently every spec need to be explicitly configured as:
> servlet-setup; cdi-setup; jpa-setup --container JBOSS_EAP6; rest-setup; constraint-setup; faces-setup; ejb-setup; scaffold-setup
> It would be great if a composite command such as "javaee6-setup" can be provided as an ease-of-use. Later "javaee7-setup" can be provided.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months
[JBoss JIRA] (FORGE-1836) Refactor towards JDK 1.7 enhancements
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1836?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1836:
----------------------------------------
Hi Daniel,
If you're talking about Roaster, sorry but it should remain in 1.6. I thought you were talking about forge/core, in which case is 1.7
> Refactor towards JDK 1.7 enhancements
> -------------------------------------
>
> Key: FORGE-1836
> URL: https://issues.jboss.org/browse/FORGE-1836
> Project: Forge
> Issue Type: Task
> Affects Versions: 2.5.0.Final
> Reporter: Daniel Cunha
> Assignee: Daniel Cunha
> Priority: Optional
> Fix For: 2.x Future
>
>
> It has class that implements AutoCloseable, but we're still using finally to close streams and etc.
> We can use (eg):
> try (stream) {
> }
> and kill the finally block.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 7 months