Re: [hibernate-dev] Another pull request for supporting Infinispan 7.2.1 in 4.3

2015-05-13 Thread Gail Badner
Hi Steve, Thanks for the explanation. That helps a lot. I'll see if I can get it working tomorrow morning. I'll release 4.3.10.Final Thursday. After working 3 late nights in a row, I need to rest tonight. Regards, Gail - Original Message - > From: "Steve Ebersole" > To: "Gail Badner"

Re: [hibernate-dev] Another pull request for supporting Infinispan 7.2.1 in 4.3

2015-05-13 Thread Steve Ebersole
Well you have to realize that there are 3 classpaths involved here: 1) compiling the main sources (compile) 2) compiling the test sources (testCompile) 3) running the tests (testRuntime) You can set each of those differently. But instead what you do is to change all 3 to the same value. Obviousl

Re: [hibernate-dev] Another pull request for supporting Infinispan 7.2.1 in 4.3

2015-05-13 Thread Gail Badner
I don't think I fully understand Gradle ResolutionStrategy. [1] I'm looking for something that could be used to change test runtime dependencies, without rebuilding the hibernate-infinspan jar. I'm not proficient enough with Gradle to know if ResolutionStrategy can be used for that, I'll have

Re: [hibernate-dev] Another pull request for supporting Infinispan 7.2.1 in 4.3

2015-05-13 Thread Scott Marlow
On 05/13/2015 02:48 PM, Gail Badner wrote: > As suggested by Sanne and Galder, I'll open a new Jira for the commit in my > pull request and amend the comment to reflect the new Jira. > > I'll see if I can get "forced version" in Gradle working in the next couple > of hours. If not, I don't want

Re: [hibernate-dev] Another pull request for supporting Infinispan 7.2.1 in 4.3

2015-05-13 Thread Gail Badner
As suggested by Sanne and Galder, I'll open a new Jira for the commit in my pull request and amend the comment to reflect the new Jira. I'll see if I can get "forced version" in Gradle working in the next couple of hours. If not, I don't want to hold up releasing 4.3.10.Final for this. I can tr

Re: [hibernate-dev] Another pull request for supporting Infinispan 7.2.1 in 4.3

2015-05-13 Thread Steve Ebersole
Not sure what limitations you mean. All I said was that if you wanted to allow testing with both you would need to make this conditional and expose a property to control which to use. On Wed, May 13, 2015 at 11:29 AM, Gail Badner wrote: > Adding hibernate-dev. > > No, I did not have a chance to

Re: [hibernate-dev] Another pull request for supporting Infinispan 7.2.1 in 4.3

2015-05-13 Thread Gail Badner
Adding hibernate-dev. No, I did not have a chance to read up on what you suggested. I sounded like it had some limitations that would not work, but maybe I misunderstood. I'll look into it today. The last couple of days have been very long. Sorry for the oversights. - Original Message