Replies: 1 comment
-
Yes it can. Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use EBean 7 and 12 in one application? Or are we on a dead end?
We are in the process of migrating a rather large multimodule application to EBean 12 (then Java 11, then EBean 13). In order not to have to do a big bang migration, it would be preferable that the migration could be done in steps. Since Ebean 12 uses a completely different package, it seems this could be possible:
Compilewise this works, but at startup EBean 7 finds the EBean 12 classes and complains about them not being enhanced. Can this be configured?
Beta Was this translation helpful? Give feedback.
All reactions