nimo23
nimo23
Don't forget that your stats stating that this project is or was underused by Jee/Quarkus developers can also be interpreted differently: - Most users have opted out of being counted...
>If we assume that x% of all Spring users would use Hilla and y% of all Quarkus users would use Hilla, then is there any reason to expect that y...
Hi. `@JsonbTransient` is not an option, because it prevents json-b to process the property. The only option would be a **custom view**: That means a custom class which must be...
So with your solution I have to provide 3 different interface classes and must pollute the root class with this interfaces only to provide 3 different json-b views? In my...
>Can you think about the filter solution for your case? Yes, filtering is what I mean. The JPA Entity Graph can filter by `@NamedEntityGraph` ``` // not typesafe @NamedEntityGraph(name =...
Json-B filter should provide: - naming the filter (by method name?) - exclude properties from parent class **and its child classes** - include properties from parent class **and its child...
@Rapster I created https://github.com/primefaces/primefaces/issues/9572 and I wanted to delve into the `DataTable`-component model to solve this problem. However, I see that you have already made many changes here in this...
>I don't think it's gonna happen anytime soon (few things must be done before having this merged) No stress. Maybe one day while editing this PR you will casually spot...
This is exactly what is missing in `p:autoComplete`. Look at the following example how nice it would fit: ``` #{user.id} #{user.name} #{user.id} #{user.name} #{user.age} ``` The content of `` should...
@melloware are you working on it because you added this to milestone 14.0.0? I've tried to grapple with it, but I still lack an understanding of the constellations that need...