Vyacheslav Rusakov

Results 86 comments of Vyacheslav Rusakov

I tried this on 3.0.3 and see no errors. Probably you are using not the latest version: could you please try 3.0.3. Also, probably there is some misunderstanding: > an...

Good point, this indeed could be unified. Thank you! But, I can't promise to do this soon. I think this will be released with 3.1 when it will be finished.

guice-persist-orient targets orient only so its not the best idea to add jpa support into it directly. I wrote orient lib because Im tired of hibernate-spring world and want guice-orient...

I agree that @Delegate is db agnostic, but it cant be moved to guice-ext-annotations. Any repository method call is expensive for the first time: there are a lot of analysis...

I'm not working with OSGi (and never did). Of course, it would be great If you can help with it. I can even release the current version (orient 2.x) with...

Hello! The change (in OReflectionHandler) was done in [5.6.1](https://github.com/xvik/dropwizard-guicey/releases/tag/5.6.1). Initially there was issue [231](https://github.com/xvik/dropwizard-guicey/issues/231) (which is not directly affect this case) and, as I remember, a few direct messages from...

Thank you! Reproduced. Indeed in 5.1.0 class was detected with classpath scan: ``` └── CLASSPATH SCAN ├── extension SampleResource (org.example.resource) └── extension TheProblemClass (org.example) ``` I will think how to...