GitHub user steveblackmon opened a pull request:
https://github.com/apache/incubator-streams/pull/192
Streams 285.2
removed all occurrences of:
import org.apache.streams.pojo.json.*
and explicitly resolved the correct class.
this should resolve jenkins failures from misresolved classes in compile
phase after STREAMS-285 merged
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/steveblackmon/incubator-streams STREAMS-285.2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-streams/pull/192.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #192
----
commit 4057bb4c1fa0e3c8d25977849288f45edeab7c4f
Author: sblackmon <[email protected]>
Date: 2015-02-20T21:47:31Z
disambiguate Image objects
import .* is not good practice
commit 45dc963a5219f76e7b1fcc79cdb877a0e726a782
Author: sblackmon <[email protected]>
Date: 2015-02-20T22:29:50Z
removed all occurrences of:
import org.apache.streams.pojo.json.*
and explicitly resolved the correct class.
this should resolve jenkins failures from misresolved classes in compile
phase after STREAMS-285 merged
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---