oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Separate DAO stuff from oasp4j-jpa #616

Closed hohwille closed 6 years ago

hohwille commented 6 years ago

We already have internal discussions about utilizing spring-data in OASP. Currently we have a module oasp4j-jpa for JPA related stuff. So far we already separated oasp4j-jpa-envers. However, oasp4j-jpa contains both JPA fundamental code (what is going to improve and grow with currently upcoming PRs such as #617) as well as DAO infrastructure. Now, if someone wants to go for spring-data he would still have the DAO infrastructure on his classpath. I see two options:

hohwille commented 6 years ago

Done with PR #627