[weld-issues] [JBoss JIRA] (WELD-1003) WELD-SE not running with SE 5

christoph schmidt-casdorff (Issue Comment Edited) (JIRA) jira-events at lists.jboss.org
Wed Nov 9 10:43:46 EST 2011


    [ https://issues.jboss.org/browse/WELD-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641448#comment-12641448 ] 

christoph schmidt-casdorff edited comment on WELD-1003 at 11/9/11 10:42 AM:
----------------------------------------------------------------------------

I'm sorry. This bug hides other bugs having similar cause. 

E.G.  org.jboss.weld.util.collections.ArraySetMultimap.putSingleElement(ArraySetMultimap.java:58) tried to access class java.util.AbstractMap$SimpleEntry. 
This class has default scope in JDK 5, but public scope in JDK 6.
I cannot assure that this is the last issue of this kind.


Is there any chance to test weld-se in JDK 5 environment? Will JDK 5 be supported?
	


                
      was (Author: csc19601128):
    I'm sorry. This bug hides others bugs having similar cause. 

E.G.  org.jboss.weld.util.collections.ArraySetMultimap.putSingleElement(ArraySetMultimap.java:58) tried to access class java.util.AbstractMap$SimpleEntry. 
This class has default scope in JDK 5, but public scope in JDK 6.
I cannot assure thst this is the last issue of this kind.


Is there any chance to test weld-se in JDK 5 environment? Will JDK 5 be supported?
	


                  
> WELD-SE not running with SE 5
> -----------------------------
>
>                 Key: WELD-1003
>                 URL: https://issues.jboss.org/browse/WELD-1003
>             Project: Weld
>          Issue Type: Bug
>          Components: Java SE Support
>    Affects Versions: 1.1.1.Final
>         Environment: SE 5 windows
>            Reporter: christoph schmidt-casdorff
>            Assignee: Ales Justin
>             Fix For: 1.1.3.Final
>
>
> using weld-se with SE 5 dont't work. We found out that classes uses methods that aren't declared in JDK 5 but in JDK 6.
> E.G. weld-se (1.1.2.Final) org.jboss.weld.xml.BeansXmlHandler.getContainer() calls String.isEmpty().
> Hence, the initialization of the container via 'WeldContainer weld = new Weld().initialize()' failed .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list