Christian Beikov

Results 516 comments of Christian Beikov

Looks like a possible bug, yeah. A reproducer would be awesome!

I'll try to see what I can do, but you could simply disable the logging for that logger if the message is bothering you so much. Usually, this means just...

Thanks for the kind words. I'll try my best to get rid of this as soon as possible.

We transform our artifacts into jakarta variants which only contain uses of the jakarta namespace, which you can use when you append the `-jakarta` suffix to the artifact ids of...

Here is the proposed TCK fix for this: https://github.com/jakartaee/platform-tck/pull/1151

Hi and thanks for the report. The compilation error you are observing happens for the generated metamodel. As a workaround, you should be able to disable metamodel generation by e.g....

>It will generate the wrong type: MethodSingularAttribute, obviously missing a comma between String and Object in the generics of Map. Thanks for the details. That should be easy to fix...

Hey, it is not possible to use the `@Query` annotation along with entity views. You will have to write that query with JPA Criteria e.g. ```java @Transactional(readOnly = true) public...

It would be interesting, but that depends on https://github.com/Blazebit/blaze-persistence/issues/252 which is not so easy to implement. If https://github.com/jakartaee/persistence/issues/29 were already available, I could just reuse the parser of the JPA...

> Long-term, in case of new regressions, a workaround will be available thanks to a new feature, [HHH-17269](https://hibernate.atlassian.net/browse/HHH-17269), which is being worked on (right @beikov ?). It will be available...