-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes #273 - remove hard dependency on lightblue-core-hystrix #277
Conversation
This still fails, but actually builds further than it was before. So the fix work, but #267 needs to be resolved before the build will be totally stable again. Merge if you want or wait until everything is fixed. |
…tblue-core-hystrix" This reverts commit acc635b.
jdk7 build fails. Can a profile be setup for jdk7 that doesn't include the integration tests? |
Can we split this into two projects, one for 1.7 and one for 1.8, similar On Fri, Mar 18, 2016 at 9:58 AM, Naveen Malik [email protected]
|
How about a profile for jdk7 vs jdk8 where the difference is the modules built? Is there a reason to bother building integration tests with jdk7? http://maven.apache.org/guides/introduction/introduction-to-profiles.html#Profiles_in_POMs |
Perhaps not, but again this will lock a jdk7 application at a certain On Fri, Mar 18, 2016 at 12:04 PM, Naveen Malik [email protected]
|
It only means integration tests would run with jdk8, not jdk7. If you want On Fri, Mar 18, 2016 at 1:05 PM, Dennis Crissman [email protected]
|
And the client jar's published would be jdk7 On Fri, Mar 18, 2016 at 1:56 PM, Naveen Malik [email protected] wrote:
|
I don't believe this conversation is actually being recorded in github. We On Fri, Mar 18, 2016 at 1:56 PM, Naveen Malik [email protected]
|
Discussion did get logged to github, but to wrong issue. Above conversation should be on #267 |
fixes #273 - remove hard dependency on lightblue-core-hystrix
No description provided.