You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/11/20 22:18:04 UTC

[jira] Resolved: (TAPESTRY-1154) Nightly 4.1.1 introduces dependency in ComponentMessagesSourceImpl

     [ http://issues.apache.org/jira/browse/TAPESTRY-1154?page=all ]

Jesse Kuhnert resolved TAPESTRY-1154.
-------------------------------------

    Resolution: Won't Fix
      Assignee: Jesse Kuhnert

I don't like it much either, but as I plan on doing a lot more plumbing work that will require this library I'm not sure what else to do. 

We have to maintain compatibility with older jre's, so if you know a way of doing that and being able to use the new 1.5 libraries then we might have a solution. 

> Nightly 4.1.1 introduces dependency in ComponentMessagesSourceImpl
> ------------------------------------------------------------------
>
>                 Key: TAPESTRY-1154
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1154
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 4.1.1
>         Environment: Nightly tapestry-framework-4.1.1-20061120.191155-44.jar
>            Reporter: Greg Woolsey
>         Assigned To: Jesse Kuhnert
>
> ComponentMessagesSourceImpl suddenly imports
> import edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap;
> which is a new dependent library.  I thought 4.1.1 was bug fix only - is this really necessary?  We use Java 5, which has the heart of this concurrent package built into the JRE, so I'd rather the class not use the old (now deprecated) code.
> If I have to, I could try to patch my own hivemodule.xml to redefine the service with a Java 5 compatible replacement class, but that's not good long-term, as it would need updating as the referenced class is modified over time, of course.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org