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

Protostream should not require package name on imports

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Activity

          People

            anistor Adrian Nistor (Inactive)
            gfernand@redhat.com Gustavo Fernandes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: