vgarmash

Results 14 comments of vgarmash

@hazendaz Thanks. By the way - @MALfunction84 why you even check the class name in addition to ``resource instanceof ``? The main reason why this issue exist is because you...

We do both: `instanceof` && string comparasion. That's what was confusing. The `instanceof` implies that we have the class in the classpath (you add import of the class you are...

Sorry, I didn't provide the full package for Tomcat JDBC datasource when I created my ticket initially. I hoped that you guys take a look and see for yourself. Here...

I think that tab shows only datasources configured in server.xml. You create datasource directly in the application and not registering it into Tomcat JNDI so it is invisible to PRI...

@mp911de You right: the finder with singular input doesn't make much sense because all you can do in this case is either return nothing or return everything from the collection....

> Query methods aren't designed to cover absence of parameters where null or other means exclude certain parameters from being part of the filter query. If so, then section 9.4.7...

> We could improve the wording to mention that nullability annotations make only sense for parameters in which it actually makes sense. I would like to insist on more specific...

We use it for www.chewy.com configuration.

I think you can get what you need just by placing multiple source files in correct order. Take a look at [Loading Strategies](http://owner.aeonbits.org/docs/loading-strategies/). If you need more granular control then...

If you need to load properties form the database and don't want to wait for native database loader support, just use [Importing Properties](http://owner.aeonbits.org/docs/importing-properties/) feature. So all you need to do...