-
- Downloads
Remove old makefile. Add round #1 of version support via REST API. The...
Remove old makefile. Add round #1 of version support via REST API. The included code adds a /wm/core/version/json REST API. This will work in Eclipse and in situations where the jar is being run in the build environment with the pom.xml. It will not work when the jar has been compiled and relocated outside of the build environment. For this, we need to come up with a solution to build in the version at compile-time. This will either incorporate it as code or save it somewhere in the classpath.
Showing
- Makefile 0 additions, 36 deletionsMakefile
- src/main/java/net/floodlightcontroller/core/util/ControllerVersion.java 148 additions, 0 deletions...net/floodlightcontroller/core/util/ControllerVersion.java
- src/main/java/net/floodlightcontroller/core/web/ControllerVersionResource.java 40 additions, 0 deletions...odlightcontroller/core/web/ControllerVersionResource.java
- src/main/java/net/floodlightcontroller/core/web/CoreWebRoutable.java 1 addition, 0 deletions...va/net/floodlightcontroller/core/web/CoreWebRoutable.java
- src/test/java/net/floodlightcontroller/core/util/VersionTest.java 29 additions, 0 deletions.../java/net/floodlightcontroller/core/util/VersionTest.java
Makefile
deleted
100644 → 0
Please register or sign in to comment