Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-390

Upgrade to a Scala version that fixes java constant reference issue

    XMLWordPrintable

Details

    • Component Upgrade
    • Resolution: Obsolete
    • Major
    • None
    • None
    • Remote Protocols
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              rh-ee-galder Galder ZamarreƱo
              rh-ee-galder Galder ZamarreƱo
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: