[infinispan-issues] [JBoss JIRA] Commented: (ISPN-390) Upgrade to a Scala version that fixes java constant reference issue
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Fri Apr 16 08:58:26 EDT 2010
[ https://jira.jboss.org/jira/browse/ISPN-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12526176#action_12526176 ]
Galder Zamarreno commented on ISPN-390:
---------------------------------------
Verified that Scala 2.8.0.RC1 *does not* yet fix the issue.
> Upgrade to a Scala version that fixes java constant reference issue
> -------------------------------------------------------------------
>
> Key: ISPN-390
> URL: https://jira.jboss.org/jira/browse/ISPN-390
> Project: Infinispan
> Issue Type: Thirdparty Change
> Components: Cache Server
> Reporter: Galder Zamarreno
> Assignee: Galder Zamarreno
> Fix For: 5.0.0.BETA1, 5.0.0.Final
>
>
> Currently Scala has issues reusing static constant from .java files. Example:
> // TODO: putting Ids.HOTROD_CACHE_KEY fails compilation in 2.8 - https://lampsvn.epfl.ch/trac/scala/ticket/2764
> @Marshallable(externalizer = classOf[CacheKeyExternalizer], id = 57)
> final class CacheKey(val data: Array[Byte]) {
> ...
> The root cause appears to be https://lampsvn.epfl.ch/trac/scala/ticket/2764
> This task aims to upgrade Scala to a version that fixes this issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list