985 Commits

Author SHA1 Message Date
Thomas Vachuska
a10137c0fc Fixing residual ON.Lab references.
Change-Id: Ic54a281ce67e49236c7aeb536729d3900dd9433d
2018-04-04 00:02:22 +00:00
Charles Chan
7796c11275 Fix deserialization exception caused by miscalculation of TCP offset
Change-Id: Ibe6be12f850463fc0c3029d00b8dca20982bca75
2018-04-03 18:21:39 +00:00
Ray Milkey
86ee5e8711 Upgrade fasterXML libraries for OS-9
Upgrade fasterXML to version 2.9.5 to address security vulnerability
Wrap calls to treeRead(InputStream) to handle new behavior of null streams

Change-Id: Id199cfacd0cf9e5371dc33de9f1e058c2e72eaa5
2018-04-03 16:49:03 +00:00
Thomas Vachuska
3702f9bdfd ONOS-7490 Fixed NPE in Suurballe graph search.
Change-Id: Ib84e788988961e3802b8a09b8702df1f75380ae3
2018-03-19 15:21:50 -07:00
Terje Mikal Mjelde
34cc8e034e [ONOS-7514] Fix for broken EAP introduced in commit f0c4761.
Change-Id: I439bcde21333472e04836acf377890a9ad772683
2018-03-09 18:55:23 +00:00
Ray Milkey
6a51cb9c4d Remove calls to deprecated Throwables.propagate() method
Change-Id: Id48a8f1d4fb02560cfb77108f554556a3cad9b16
2018-03-07 21:52:46 +00:00
Jordan Halterman
f3f050ab74 Fix memory leak in Dropwizard metrics: use sliding window reservoir
Change-Id: Ibd76338d8e88bfc0745dd397861b6655430ddeb0
(cherry picked from commit 5c4c410b2a08d19d05885ba8645723e98a2c64b4)
2018-02-27 19:15:13 +00:00
Lior Assouline
a21c0ca852 DHCPv6 Lease Query
Change-Id: I842deb7a09400504bec239fe49d2a627f00756c1
2018-02-16 11:57:11 -08:00
Yuta HIGUCHI
7da7e62eb8 Add support for pretty printing XML fragments
Change-Id: I085e2e883cf445bfa406b0ae753df605b9929540
2018-02-15 18:20:51 +00:00
Ray Milkey
5c7d488269 SONAR suggestion - proper handling of InterruptedException
Change-Id: I67a93c064708c207d9ce83fac319682c2d17db60
2018-02-07 00:59:07 +00:00
Ray Milkey
34ef6a1ef6 SONAR suggestion - checking the same condition twice
Change-Id: Ia71206478c21cc92fbd7d37e7915af75727e047e
2018-02-02 21:18:57 +00:00
Ray Milkey
42b6203896 SONAR suggestion - problems with string format calls
Change-Id: Ie6b985d2e4db79d6398b17e38a680920f52366b3
2018-02-01 21:09:07 +00:00
Ray Milkey
986a47aa7c SONAR suggestion - generic exceptions
Replace uses of generic RuntimeException
with more appropriate unchecked exceptions

Change-Id: If283743c2cf7252b8d280bdb788708ebbe57da9d
2018-02-01 18:36:33 +00:00
Yuta HIGUCHI
488a94c31e more error-prone issue fix
Change-Id: I49f2cc0459cfddddc6a99e2ebb8ad52d547e2909
2018-01-29 21:12:15 +00:00
Ray Milkey
094a135ef5 Removed the setServiceDirectory() method from the base web resource
This is a testing only API and potentially dangerous to allow to be public.
I modified the tests that use it to set the value using TestUtils.setField()

Change-Id: Ic590f4641f4e3de208dffa16b3df9a9a2106114b
2018-01-25 01:16:03 +00:00
Ray Milkey
96b2640b27 SONAR suggestion - toString() should not return null
Change-Id: I9b31515b24052d60895ef2151609ea734ef18c3b
2018-01-25 01:06:35 +00:00
Kalhee Kim
475fb2c14d [CORD-2528] RIPngEntry handling byte
Change-Id: I0b5d1166a2576be879c209954bed15191f439eae
2018-01-19 13:20:17 -08:00
Kalhee Kim
495c9b2fa9 [CORD-2318] Allow v6 alternative dhcp server for default and indirect dhcp server
Change-Id: Ief4027a7528db7b4e3058fce369b3e1ddc214e92
2018-01-19 13:20:13 -08:00
Kalhee Kim
ea4b6c2649 [CORD-2226] Dhcp6 Relay uses to store dhcp record for LeaseQuery
Change-Id: Ib3baadb38e3f5f6ebe6efc884660fe0c77cfe689
2018-01-19 13:12:04 -08:00
Ray Milkey
9c9cde4d4d SONAR Suggestion - protected members in final classes are pointless
Change-Id: Ie34d86aecf181e73867a14864d75e0db8a8f48f3
2018-01-17 00:18:50 +00:00
ONOS Jenkins User
45d340c839 Starting snapshot 1.13.0-SNAPSHOT 2018-01-09 01:56:13 +00:00
ONOS Jenkins User
32ebb5add8 Tagging 1.13.0-b8 2018-01-09 01:54:28 +00:00
jaegonkim
47b1b4abd7 [ONOS-7281] Using slow protocol destination mac address (01:80:C2:00:00:0E), and supporting port description in ONOS LLDP
Change-Id: I98dfbad436da0b689a2ac89665ee3298c32b61e8
2017-12-21 17:26:39 +00:00
Yuta HIGUCHI
1ba1e96268 use upstream artifacts
Change-Id: I7762dc82f8e6d1e7db11546b8c1bc50d310d2ec6
2017-12-21 16:23:44 +00:00
Ray Milkey
b68bbbc5ac Sonar suggestion - use a secure random number generator
Change-Id: I28075845555bcbc384a49e07353b3192c413b8f7
2017-12-19 17:58:54 +00:00
Ray Milkey
e559bcf45d Sonar suggestion - don't use bit operator in a boolean expression
Change-Id: I69e254ffea0c72a040077d6e6a13c326d44c1197
2017-12-18 22:51:08 +00:00
Ray Milkey
faed9f3b44 Sonar suggestion - remove deprecated and insecure public arrays
Change-Id: I1c325f9f8ff5c239b13ad6c55886934a86ca21c2
2017-12-18 21:05:47 +00:00
Ray Milkey
9a4f7ce6ae Sonar suggestion - don't use synchronized Stack class
Change-Id: I1e44ac28006999b39060ebdb675f5782ec4041b9
2017-12-15 14:52:26 +00:00
ONOS Jenkins User
61881df1ee Starting snapshot 1.13.0-SNAPSHOT 2017-12-12 21:19:45 +00:00
ONOS Jenkins User
d22dccc27f Tagging 1.13.0-b7 2017-12-12 21:18:01 +00:00
ONOS Jenkins User
4bf9e3a520 Starting snapshot 1.13.0-SNAPSHOT 2017-12-12 18:46:22 +00:00
ONOS Jenkins User
168ac92b8d Tagging 1.13.0-b6 2017-12-12 18:44:15 +00:00
ONOS Jenkins User
0e78e27f0c Starting snapshot 1.13.0-SNAPSHOT 2017-12-12 03:27:00 +00:00
ONOS Jenkins User
2a7d833cab Tagging 1.13.0-b5 2017-12-12 03:25:23 +00:00
ONOS Jenkins User
c53a15f933 Starting snapshot 1.13.0-SNAPSHOT 2017-12-11 20:43:30 +00:00
ONOS Jenkins User
d06da9e33c Tagging 1.13.0-b3 2017-12-11 20:41:44 +00:00
ONOS Jenkins User
716484c58c Starting snapshot 1.13.0-SNAPSHOT 2017-12-09 03:41:19 +00:00
ONOS Jenkins User
6a6ac1d5a0 Tagging 1.13.0-b1 2017-12-09 03:39:39 +00:00
ONOS Jenkins User
a57a814230 Starting snapshot 1.13.0-SNAPSHOT 2017-12-09 00:57:30 +00:00
ONOS Jenkins User
8977cedde7 Tagging 1.13.0-b0 2017-12-09 00:55:39 +00:00
Yuta HIGUCHI
c2af9661ef sync javax.ws.rs-api version
Change-Id: I1a033c093d7cc63626387b712e5c3c7a8fdf116c
2017-12-08 18:58:06 +00:00
Yuta HIGUCHI
47d96095cf Step toward transactional API support on DocTree
for ONOS-7237

Change-Id: I021b20c8aac97f96c2ab0e8bc763aa821dc09643
2017-12-08 17:57:26 +00:00
Ray Milkey
b04f265d81 Fix error-prone reported problems
- equals() method was comparing metric to itself
- toString() was using the toString value of an array

Change-Id: I5da31f7b3b56ee78cf8d272abdf0214d11863880
2017-12-05 11:40:20 -08:00
Charles Chan
eeb10fc7f8 NDP_HOP_LIMIT should be 255(10) instead of 0x255(16)
Change-Id: Ia718f353941fae492e7b3ca1f5c5b2aa142faf1b
2017-12-03 13:42:50 -08:00
Ray Milkey
a09f87f02b Starting snapshot 1.13.0-SNAPSHOT
Change-Id: Ib3360118c42aa760632ff80537d585865813060f
2017-11-21 09:38:31 -08:00
Kalhee Kim
6222dbef9b [CORD-2182] Implement packet serializer/deserializer for Routing Information Protocol (RIP)
Change-Id: If80af0b04a86972b91e6a9d9731864ff35c833e4
2017-11-20 19:41:30 -08:00
Yuta HIGUCHI
6800ced670 various bug fixes
Change-Id: Id77096bd4ee2160428619b475840b36fdb5f156c
2017-11-20 11:16:10 -08:00
Ray Milkey
8320088c69 Unit tests for Cluster Metadata Manager
Change-Id: I81de294844414778798645b95b5aaa18060e4c44
2017-11-15 22:42:24 +00:00
Ray Milkey
cc6ec60fb2 Starting snapshot 1.12.0-SNAPSHOT 2017-11-10 16:22:59 -08:00
Ray Milkey
9f9a752bdc Tagging 1.12.0-b2 2017-11-10 16:21:23 -08:00