i'm on 1.4.0-pre4, getting this error from a non-generic system with only non-generic jobs:
System.InvalidOperationException: System.InvalidOperationException: Reflection data was not set up by an Initialize() call. For generic job types, please include [assembly: RegisterGenericJobType(typeof(MyJob<MyJobSpecialization>))] in your source file.
This Exception was thrown from a function compiled with Burst, which has limited exception support.
the error goes away, and the code starts to work if in the editor i toggle Jobs -> Enable Compilation off and on
the only generic thing about the job on the stack is that it's an IJobEntity that takes a fully closed generic component type as one of its arguments