- 16 May, 2016 12 commits
-
-
Partial fix for ONOS-4528 - String, primitives, and it's boxed type is pre-registered. https://github.com/EsotericSoftware/kryo#registration - Ip4Address part of MISC ⊂ API - DefaultPortStatistics, DeviceId part of API Change-Id: Iabf4b497f3680245bd8897c41c573febe936ff3d
HIGUCHI Yuta authored -
Adding ability to specify structure/size of the cell. Change-Id: I2b721dac187cc1a73be2949bdb71709ad72cbb48
Thomas Vachuska authored -
Adding ability to specify structure/size of the cell. Change-Id: I5e87c99fe8812ba0a974d7815ab8ddc64193a608
Thomas Vachuska authored
- 15 May, 2016 1 commit
- 14 May, 2016 3 commits
- 13 May, 2016 17 commits
-
-
…resource from same consumer with same value Change-Id: Ic143b263d5e5922c7bf4b78309bf3b2a38194a0b
Satish K authored
- 12 May, 2016 7 commits
-
-
It's arguable that maybe might want to support 'ipbase' as well since it's used in --ipbase and it's easier to type. However, ipBase is the spelling used in Mininet, so we should be consistent. Change-Id: I2f61df0d2d09abf652c5f06ef9c734a55159a7de
Bob Lantz authored -
This is intended to facilitate ONOS development and testing when you require an ONOS cluster and a modeled control network. More information is available in the file comments/module docstring. Change-Id: I8a7338b61bd21eb82ea4e27adbf3cea15be312ee
Bob Lantz authored -
- netty: 4.0.33.Final -> 4.0.36.Final - jackson: 2.7.0 -> 2.7.3 - joda-time: 2.9 -> 2.9.3 - slf4j -> 1.7.13 -> 1.7.21 Change-Id: If2cdd0e6e0f52d50be232a817cf7d3f27df20ff1
Jian Li authored -
Current implementation of SwaggerMojo does not support the data type other than string, int, long and boolean. This commit temporarily fix the issue on generating swagger doc. Eventually, we need to augment SwaggerMojo to support more data type including other primitive types and even Object data types. Change-Id: I5cb69ea6af7faecfc19660c4bbf619c3d85508f3
Jian Li authored -
This was due to the fact that multiple clients were instantiated over the same tranposrt. Now SafeThriftClient locks over the transport. Also fixed a bug where some exceptions where uncaught in SafeThriftClient. Change-Id: I841ef64e64c28fc78016a0e0dc33e59052cd983e
Carmelo Cascone authored -
Also fixed few minor things here and there. Change-Id: Ib5e6a92de46870f52510cd6fad0cef8da022bb62
Carmelo Cascone authored
-