Joey
02/15/2023, 12:31 AMyetitwo
02/15/2023, 4:05 PMjava_multiple_files = true
, which I wouldn't mind seeing because the OuterClass
stuff is deeply unintuitive as a user. the only downside is that it'd be a breaking change to the authzed-java
library.Joey
02/15/2023, 4:10 PMyetitwo
02/15/2023, 5:01 PMJoey
02/15/2023, 5:05 PMyetitwo
02/15/2023, 5:46 PMspicedb/api
that i think will work. how would i test building authzed-java
locally against those proto files?Joey
02/15/2023, 8:08 PMSam
02/15/2023, 8:16 PMyetitwo
02/15/2023, 9:09 PMJoey
02/15/2023, 9:12 PMyetitwo
02/15/2023, 9:16 PMbuf generate .
in the spicedb/api
repo root, but it's saying there isn't a buf.gen.yaml
so i can't do itbuf build
doesn't seem to have much of an effect 🤔java_multiple_files
doesn't seem to get rid of `OuterClass`es, and I can't for the life of me find any documentation on when `OuterClass`es will be generated. it seems to happen in the cases where there's a single RPC defined for a service and not when there are multiple RPCs, but I don't know why that would be.Joey
02/15/2023, 9:55 PM