Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Fixed StacksClient to reference Stacks interface instead of the implementor #11

Merged
merged 1 commit into from Aug 26, 2013

Conversation

Dantheman720
Copy link

Fixed the issue with the POM as well as the StacksClient update.

@@ -51,7 +52,7 @@ public Stacks parse(InputStream is) {

constructor.addTypeDescription(stackDescription);
Yaml yaml = new Yaml(constructor);
Stacks data = (Stacks) yaml.load(is);
StacksImpl data = (StacksImpl) yaml.load(is);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change necessary ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I'm not sure. Didn't test without it.

@rafabene rafabene merged commit 63a9069 into jboss-developer:master Aug 26, 2013
@rafabene
Copy link
Contributor

We will release it under the following GAV: org.jboss.stacks:jboss-stacks-client:1.1.x as part of new organization changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants