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

Protostream should not require package name on imports

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.CR1
    • 7.0.0.Beta2
    • Remote Querying
    • None

      file1.proto
      package p;
      message A {
         optional int32 f1 = 1;
      }
      
      file2.proto
      package org.infinispan;
      import "file1.proto";
      message B {
         required p.A ma = 1;
      }
      

      Does not work since protostream uses the package name + file name to resolve imports

              anistor Adrian Nistor (Inactive)
              gfernand@redhat.com Gustavo Fernandes (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: