Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For some reason, my codeserver would occasionally create incorrect (stale?) .rpc files for DevMode after running `mvn clean compile`. Running `mvn clean package` would somehow fix this. I am hoping that moving the RPC assembly to the `package` step will prevent this from happening. The error in the RPC response would read "Type name elision in RPC payloads is only supported if the RPC whitelist file is used." and the client could not deserialize it. I noticed that the .rpc file names generated by `mvn package` differed from those generated by `mvn compile`, so I am assuming this assembly step accounts for the difference.
- Loading branch information