There was a change in the 1.0.0 betas to move a bu...
# exposed
r
There was a change in the 1.0.0 betas to move a bunch of the core types from
org.jetbrains.exposed.sql
to
org.jetbrains.exposed.v1.core
. Is that going to be in the released version too? It wasn't listed in the changelog so it was quite surprising to me. It's also quite painful to migrate and frankly I don't see the upside.
👍 1
b
I agree. To me, it's just a ghost to problems. For example, the same class will be in v1 and v2, and now you can make a failed auto-import through the IDE, and you can use some classes from v1 and others from v2 in one place
r
Hey team, any comments here? This is currently preventing me from trying the beta (too much work to migrate) and will make upgrading a huge pain.