- 02 Dec, 2015 12 commits
-
-
- ConsistentMap's key equality is based on serialized byte[]. 2 Problems fixed by this patch: (1) By caching Key -> String representation, Cache will use Key's Object#equals for look up, which can possibly have different equality than byte[] equality, leading to wrong String to be used as a key in backend Database. Fixed by reversing the mapping. (2) Similar issues with keySet(), entrySet() Set based on reference equality needs to be used to avoid deduplication based on Object#equals Fixed by replacing Set implementation with MappingSet. Change-Id: I1b727abd2614a9b72b5b1d02ecca2de26493adcc
HIGUCHI Yuta authored -
- Removing explicitly specifying checkstyle version. Checkstyle bundled with the maven plugin now supports Java 8. Also version previously specified could not parse "Hash<T>::new" - RedundantThrows was removed from recent checkstyle: See: https://github.com/checkstyle/checkstyle/issues/473 Change-Id: Ic6301b1900edd9e1ad704e206185c2677814fcd7
HIGUCHI Yuta authored
- 01 Dec, 2015 18 commits
-
-
* Also add missing test case of the matchTCPFlags method Change-Id: Ic7bad1d1c47427c5964a72d946650459c6187a48
Jian Li authored
- 30 Nov, 2015 10 commits
-
-
- Start modelling Device related service (ONOS-3306) - exclude machine generated code from doc Change-Id: Idffbcd883f813de79c6f05fedc9475f308efcc31
HIGUCHI Yuta authored -
… to ensure multi-ONOS-instance group-chain installation. Also includes: Changes to Next Objective that adds metadata field for applications to optionally send auxillary info to drivers Changes to Next Objective that allows more explicit modification of the next objective Changes to Forwarding Objective and PendingNext to include hashCode() and equals() method MplsBosInstruction included in kryo serializer GroupKey's byte[] represented as a hex string Bug fix in mpls flow installation to report failure in install Bug fix in linkUp in SR app to disallow non-masters to modify groups Bug fix in ordering of actions in group Change-Id: I3e7003f55724c2de79589e43e11d05ff4815a81d
Saurav Das authored