andrey alekseenko

Results 10 comments of andrey alekseenko

@xael-fry, issue can be closed, isn't?

> Should this happen? I think yes. Because of ```Child``` can have listeners, methods which annotated ```@PreXXX```/```@PostXXX``` and they should be executed by JPA standard. Similar behaviour you can see...

The main obstacle to this update is the loss of backward compatibility. Because hibernate 6+ uses Jakarta Persistence API instead of Java Persistence API. The ticket depends on #1390

Hi, @tomparle. I believe this is necessary at least to be able to update hibernate up to the [next major release](https://hibernate.org/orm/releases/6.0/).

Hi, @JohannesBeranek. I'm the author of the d6dae446e6bf3f61cc9b21431fae1713b6d782fe. Could you provide the minimal example are reproducing the issue? Or output (stdout/stderr) of the precompile process at least.

I'm not too familiar with python but in my opinion the cause is [here](https://github.com/playframework/play1/blob/master/framework/pym/play/application.py#L329). Because your module defines javaagent in before-hook but the [method](https://github.com/playframework/play1/blob/master/framework/pym/play/application.py#L195) does not take into account the...

@xabolcs, hi. Did you finish migration? Could you share your work? I didn't find its in your fork.

@xael-fry, IMHO, these changes are no longer needed since Python is no longer part of the framework. PR may be closed.