Čedomir Igaly

Results 36 comments of Čedomir Igaly

> A few naming related points here... > > 1. Not a fan of the enum names (UUIDV6, UUIDV7). How about VERSION6 and VERSION7 (or VERSION_6...)? Or since they are...

> Also, clearly we need to address the failures :) > > ``` > Execution failed for task ':hibernate-core:compileTestJava'. > > Compilation failed; see the compiler error output for details....

It seems that there is pretty stupid bug :-( I'll check and fix that.

I've located that problem and will fix it ASAP

@beikov I've created new pull request [#9020](https://github.com/hibernate/hibernate-orm/pull/9020) with updates to both UUID v6 and v7 generation

@gavinking Actually, what I've done was generating separate class file for each (static) inner class, so that `X.Y` will produce `X_Y_`. [But there should be not big problem to make...

Some existing test classes were changed to make inner classes non-private. Otherwise such class could not be referenced from meta model class.

> So I'm not quit sure what "elegantly" means here ... perhaps it just means "skip them". Other than disallowing private classes (either inner or top-level) , excluding them from...

This is more like one of those "tricky" questions for entertainment pages of some Java magazine. Something like "how are named getters and setters in a class with int property...