ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 521 forks source link

Upgrade to hibernate 5 #711

Closed asolntsev closed 2 weeks ago

asolntsev commented 3 years ago

based on another PR https://github.com/ninjaframework/ninja/pull/708 (branch upgrade-dependencies).

raphaelbauer commented 3 years ago

Just fyi: Mid-Term Hibernate should no longer be part of Ninja, but of Ninja-Db. Ninja-Db living here: https://github.com/ninjaframework/ninja-db . It already got support for jdbi, and you could use that as boilerplate to add Hibernate...

asolntsev commented 3 years ago

@raphaelbauer Wow, I didn't know that, thanks. But shouldn't we remove Hibernate dependency from https://github.com/ninjaframework/ninja then?

raphaelbauer commented 3 years ago

That was roughly the plan for Ninja 7. Making it a lot smaller. We could then also remote Flyway and all db related dependencies from the core...

raphaelbauer commented 3 years ago

Let me know if we can help in any way :)