j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

Remove OrmliteTransactionalProcessor (for now) #83

Closed HaukeRa closed 6 years ago

HaukeRa commented 7 years ago

It looks to me as if the class OrmliteTransactionalProcessor is not fully implemented (just printing some information)

Currently it breaks my tests because for any reason the AndroidInstrumentationRunner tries to access the class to see if it contains tests (but thats not directly ORMLite's fault).

I propose to put it into it's own package, since you need to use the annotationProcessor gradle directive to be able to use it anyways.

That also would be one less class needed to be listed in the proguard config to ignore.

j256 commented 6 years ago

Yeah that was a mistake to check it in. Removed. Thanks.