[jboss-jira] [JBoss JIRA] Updated: (JBEE-26) Add jsf-api_2.0_spec
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Tue Jun 1 18:12:51 EDT 2010
[ https://jira.jboss.org/browse/JBEE-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan updated JBEE-26:
-------------------------------
Description:
The JSF API dependency used in this project and in jbossas/trunk are:
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.0.2-FCS</version>
</dependency>
While working on the jboss-javaee6-specs-bom, I was informed about the discussion the EG had of the many different versions used to define the JSF APIs and that the recommended artifactId should be: javax.faces:jsf-api:2.0
As noted in this guide:
http://www.javaserverfaces.org/get-started
The intent of this project is to alleviate confusion of multiply defined naming/versioning of the same APIs and looking for suggestions how to address this for JSF.
was:
<dependency>
<groupId>org.jboss.spec.javax.faces</groupId>
<artifactId>jboss-jsf-api_2.0_spec</artifactId>
<version>${version.org.jboss.spec.javaee}</version>
</dependency>
> Add jsf-api_2.0_spec
> --------------------
>
> Key: JBEE-26
> URL: https://jira.jboss.org/browse/JBEE-26
> Project: JBoss JavaEE APIs
> Issue Type: Sub-task
> Reporter: Shelly McGowan
> Assignee: Stan Silvert
> Fix For: 1.0.0.CR1
>
>
> The JSF API dependency used in this project and in jbossas/trunk are:
> <dependency>
> <groupId>javax.faces</groupId>
> <artifactId>jsf-api</artifactId>
> <version>2.0.2-FCS</version>
> </dependency>
> While working on the jboss-javaee6-specs-bom, I was informed about the discussion the EG had of the many different versions used to define the JSF APIs and that the recommended artifactId should be: javax.faces:jsf-api:2.0
> As noted in this guide:
> http://www.javaserverfaces.org/get-started
> The intent of this project is to alleviate confusion of multiply defined naming/versioning of the same APIs and looking for suggestions how to address this for JSF.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list