Eugene Lukash

Results 302 comments of Eugene Lukash

What I've learned over time is it's best to avoid any object-relational, object-graph, and any other barely compatible models. What people usually need (with tools like Criteria) is a sort...

I think this is quite a good idea, I remember discussing/considered smth like that previously, but this proposal is quite sound. If you can help with the implementation this would...

there's some [hard-to-reconcile] differences between how certain components (like extending builders) are discovered (in case of immutable object we discover that inner builder is defined and that it extends )....

What is expected is probably only implemented for immutable abstract classes, not yet for constructor-pojos. I don't know how easy it's to implement. Could be piece of cake or can...

@dsinghvi sorry for the late response. This seems like omission and something which is fixable. Are you referring to providing PR for this or just asking if this is something...

We will probably archive changelog in favor of release notes on tags. Next update will be on 2.9 release, currently we at early access/alpha. thank you!

good suggestion, thank you! will use it when will get to it

They should coexist in theory, just different annotation processors (well, Lombok is also doing "compiler plugin" things by manipulating AST, but it launches as an annotation processor). Maybe it's a...

I see. I might look at it if I have some extra time, but cannot promise that. What ideally should be possible — might be just a limitation of kapt,...