Re: FW: [DISCUSSION] How to deal with runtime dependencies

2016-02-20 Thread Stian Soiland-Reyes
Both JDBC drivers and JPA implementations are pluggable by design. With "huge effort" I guess you mean changing configuration files, setup and deployment methods, rather than code changes? If your code could still work using alternatives to Hibernate and MySQL connector (e.g. Apache Derby and Apa

Re: FW: [DISCUSSION] How to deal with runtime dependencies

2016-02-10 Thread Jacques Nadeau
I've used this as reference previously: http://www.apache.org/legal/resolved.html#prohibited Specifically this sentence: "...For example, using a GPL'ed tool during the build is OK." That would suggest that using GPL tools for build and test should be okay. I'll let others address the distribu

Re: FW: [DISCUSSION] How to deal with runtime dependencies

2016-02-10 Thread Roman Shaposhnik
On Wed, Feb 10, 2016 at 12:56 AM, Markus Geiß wrote: > Hey all, > > We've started a thread at our dev list and forgot to send it to the > general incubator list too. > Any opinion is appreciated, you can find the original message below. > > Best, > > Markus > > .::YAGNI likes a DRY KISS::. > >> Fr