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

Fixed dependency and compilation issues: #3

Closed
wants to merge 1 commit into from
Closed

Fixed dependency and compilation issues: #3

wants to merge 1 commit into from

Conversation

jveverka
Copy link
Contributor

  • invalid version of org.opendaylight.mdsal.binding-parent
  • README.md - updated 'howto build'
  • demo projec was no compiling

Signed-off-by: Juraj Veverka juraj.veverka@pantheon.tech

- invalid version of org.opendaylight.mdsal.binding-parent
- README.md - updated 'howto build'
- demo projec was no compiling

Signed-off-by: Juraj Veverka <juraj.veverka@pantheon.tech>
@vorburger vorburger mentioned this pull request Oct 1, 2018
Copy link
Owner

@vorburger vorburger left a comment

Choose a reason for hiding this comment

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

the Metrics problems is "just" because you look faster (cool; thanks for the interest!) than a required merge I had assumed would already be available by this time - can you undo that part of the change as soon as that is merged? Then I'll merge this ASAP!

@@ -7,14 +7,15 @@ The plan is contribute this to opendaylight.org, if and when successful.

## How to build?

If you're hitting an NPE in org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar,
just use `mvn -Dmaven.javadoc.skip=true clean install` to work around it; it's possibly
1. To get a more recent version of jetcd-core than the currently used 0.0.2, just
Copy link
Owner

Choose a reason for hiding this comment

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

LGTM!

@@ -5,7 +5,7 @@
<parent>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>binding-parent</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.13.1-SNAPSHOT</version>
Copy link
Owner

Choose a reason for hiding this comment

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

LGTM! Let's get this in, but after that we should probably bump it from 0.13.x to 0.14.0-SNAPSHOT and then after neon-mri is in to 0.15.0-SNAPSHOT - I'll try to remember to do both, after this is merged.

@@ -74,11 +68,12 @@ public static void main(String[] args) throws Exception {
}

private static void dumpMetricsToStdOut(MetricProviderImpl metricProvider) {
try (PrintWriter pw = new PrintWriter(new BufferedWriter(new OutputStreamWriter(System.out, UTF_8)))) {
//TODO: rewrite printing of metrics. unfortunately 'getRegistry()' is not implemented in MetricProviderImpl
Copy link
Owner

Choose a reason for hiding this comment

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

oups.. this was supposed to be OK by the time anyone had a closer look... 😸 see https://git.opendaylight.org/gerrit/#/c/76392/ (and also FYI https://git.opendaylight.org/gerrit/#/c/76388/ and https://git.opendaylight.org/gerrit/#/c/76391/) ... can we give that a moment to get merged, and then you could undo this here?

Copy link
Owner

Choose a reason for hiding this comment

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

@jveverka https://git.opendaylight.org/gerrit/#/c/76392/ finally just got merged (sorry for the delay). Do you want to update this PR and undo this part of the change now?

@vorburger vorburger mentioned this pull request Oct 10, 2018
@vorburger
Copy link
Owner

@jveverka looks like you didn't have time for / had to drop the ball on this?

As per inline review comments, as https://git.opendaylight.org/gerrit/#/c/76392/ is now available, I've reverted the change you proposed to PerformanceMain but accepted the rest of the proposed changes as 4d4ebb7.

Thanks for contributing - I'm hoping to see more from you! E.g. #4 is certainly welcome. 😄

@vorburger vorburger closed this Oct 10, 2018
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

2 participants