Danny Thomas
Danny Thomas
Occurs to me that you'd have to be careful w/ concurrency when doing this optimization, so maybe it's just best left for advanced cases - perhaps a post-producer process that...
That'd work perfectly, as Kotlin adds the annotations automatically based on nullability information from the type. That'd also need to extend to `*PrimaryKeyIndex` and similar generated classes.
That is, the other place where nullability information would be useful is the generated PrimaryKeyIndexes: ``` public ModuleDescriptor findMatch(String idOrganization, String idName, String idVersion, String idType) { int ordinal =...
@PaulSandoz though there's no guarantee, it seems the order in the class file is the order as declared. @dkoszewnik the objects in our model have the same shape as our...
Ah, that's really useful - I didn't realise you could go straight to a read state like that.
@akhaku I realized this has more utility than just unit tests, so I updated the description.
I ended up splitting our project into two halves - the producer pieces are runtime only in downstream projects, and are wired at runtime, so we don't have import ambiguity...
I experimented with dealing with these Jakarta EE 8 artifacts (I can't imagine what folks were thinking, it'd have been much better if they'd waited for EE 9). I came...
@lemire I removed some duplication and switched in some size constants. Do you mind the cross-cutting package imports?
YourKit's duplicate object inspection :)