You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have code for defining new classes att runtime in fast-avro.
we also use net.openhft:compiler in some of our unit tests to do similar things, but that has issues running under the most recent JDKs due to its use of raw reflection to define classes
we need to take our CompilerHelper class and expand it to allow replacing all these use cases.
we have code for defining new classes att runtime in fast-avro.
we also use net.openhft:compiler in some of our unit tests to do similar things, but that has issues running under the most recent JDKs due to its use of raw reflection to define classes
we need to take our CompilerHelper class and expand it to allow replacing all these use cases.
desirable features:
The text was updated successfully, but these errors were encountered: