[jbosstools-issues] [JBoss JIRA] (JBIDE-14286) Better infer CDI Facet version

Fred Bricon (JIRA) jira-events at lists.jboss.org
Tue Apr 23 06:34:53 EDT 2013


Fred Bricon created JBIDE-14286:
-----------------------------------

             Summary: Better infer CDI Facet version
                 Key: JBIDE-14286
                 URL: https://issues.jboss.org/browse/JBIDE-14286
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: maven
    Affects Versions: 4.1.0.Alpha2
            Reporter: Fred Bricon
            Assignee: Fred Bricon
            Priority: Minor
             Fix For: 4.1.0.Beta1


When cdi-api:1.0-SR4 is added to a web project, a warning message is displayed in the Eclipse Error Log view : 
{quote}CDI version 1.0-SP4 has no corresponding Facet, falling back to 1.0{quote}

CDI Facet versions should be better handled.

{noformat}
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>foo.bar</groupId>
  <artifactId>webcdi</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <packaging>war</packaging>
  <dependencies>
  	<dependency>
  		<groupId>javax.enterprise</groupId>
  		<artifactId>cdi-api</artifactId>
  		<version>1.0-SP4</version>
  	</dependency>  
  </dependencies>
</project>
{noformat}

--
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


More information about the jbosstools-issues mailing list