Make TableSchema/DatabaseSchema immutable
[ovsdb.git] / library / impl / src /
2019-12-05 Robert VargaMake TableSchema/DatabaseSchema immutable 08/86208/2
2019-12-05 Robert VargaSplit out BaseTypeFactories 07/86207/2
2019-12-05 Robert VargaUse singleton BaseType instances for simple definitions 06/86206/1
2019-12-05 Robert VargaSplit out BaseTypes 05/86205/1
2019-12-04 Robert VargaReuse StringEncoders for all connections 81/86181/1
2019-12-04 Robert VargaReuse MappingJsonFactory across all sessions 45/86145/2
2019-12-03 Robert VargaDo not allow DatabaseSchema name/version to be mutated 25/86125/1
2019-12-03 Robert VargaDo not allow TableSchema columns to be directly set 24/86124/1
2019-12-03 Robert VargaRefactor ColumnType 23/86123/1
2019-12-03 Robert VargaCleanup ColumnSchema 22/86122/1
2019-12-03 Robert VargaAdd generated serialVersionUUID to exceptions 21/86121/1
2019-12-03 Robert VargaMake GenericTableSchema.fromJson() a factory method 20/86120/1
2019-12-03 Robert VargaMove ObjectMapper to JsonRpcEndpoint 19/86119/1
2019-12-03 Robert VargaImprove schemas population 18/86118/1
2019-12-03 Robert VargaTurn JsonRpcEndpoint into a proper OvsdbRPC implementation 17/86117/1
2019-11-28 Robert VargaReuse ObjectMapper across all connections 50/86050/1
2019-11-28 Robert VargaUse a constant ObjectMapper in UpdateNotificationDeser 49/86049/1
2019-11-28 Robert VargaUse proper constant in JsonUtils 48/86048/1
2019-11-28 Robert VargaDo not reconfigure ObjectMapper in FutureTransformUtils 47/86047/1
2019-10-28 Robert VargaDo not use Foo.toString() when logging 02/85402/1
2019-09-23 Robert VargaFix checkstyle 40/84640/1
2019-04-08 Robert VargaRemove use of deprecated Guava methods 55/81455/1
2019-02-18 Stephen KittUse JDT annotations instead of JSR-305 33/80233/4
2019-01-24 Harshiniuse annotations instead of XML for Blueprint 82/79782/6
2018-11-28 Stephen KittLog the address and port on bind errors 51/78251/1
2018-10-26 Stephen KittInject the certificate manager in the constructor 47/76947/3
2018-10-25 Vishal ThaparUpgrade to Neon base platform 89/76389/17
2018-10-16 Victor PickardClose old OVSDB connection when ping fails 30/75430/4
2018-09-21 Michael Vorburgeravoid any extra memory allocation in Version.fromString() 90/76290/2
2018-07-17 Robert VargaFix some eclipse warnings 13/74113/1
2018-07-17 Robert VargaRemove powermock from library/impl 11/74111/1
2018-07-06 K.V Suneelu VermaOVSDB-439 Stale connection check 03/71303/12
2018-06-23 Stephen KittMake UpdateNotification context a String 74/70074/4
2018-06-16 Stephen KittMake OvsdbConnectionService instance-only 75/72875/3
2018-06-12 Vishal ThaparMake OVSDB Listener IP configurable 64/72864/1
2018-05-23 JoshDetect stale conns when ping times out 03/71203/5
2018-03-26 Sam HagueCheck for null certManager 06/70106/1
2018-03-25 Tim RozetOVSDB-449 Fixes loading keystores dynamically per conne... 38/70038/4
2018-03-12 Tom PantelisFix findbugs violations in library 36/69036/8
2018-01-12 Stephen KittAdjust for odlparent 3 / yangtools 2 65/66465/5
2018-01-12 Stephen KittAdjust for odlparent 3 Checkstyle settings 59/66459/4
2017-10-31 Hsin-Yi ShenOVSDB-432: Add method to restart OVSDB server and limit... 90/63890/6
2017-09-27 David SuarezRemove explicit default super-constructor calls 03/63603/1
2017-04-20 DavidBUG 6692 - Fix checkstyle problems not detected by... 82/55682/3
2017-03-23 Stephen KittBug 8055: use Java collection constructors 82/53482/4
2017-03-23 Stephen KittBug 8055: remove unnecessary type arguments 53/53153/5
2017-03-23 Stephen KittBug 8055: use method references instead of lambdas 51/53151/4
2017-03-23 Stephen KittBug 8055: use lambdas instead of anonymous classes 15/53015/6
2017-03-23 Stephen KittBug 8055: remove unnecessary type parameters 14/53014/4
2017-03-11 Anil VishnoiBug 7160 - operational store still has node after ovs... 68/53168/2
2017-03-08 Michael VorburgerFix NPE in OvsdbConnectionService updateConfigParameter 75/52975/2
2017-03-07 Michael VorburgerFix Checkstyle "Redundant Modifier: Redundant 'final... 74/52974/1
2017-02-22 Anil VishnoiBug 7836 - Make OVSDB southbound plugin listener port... 47/52147/1
2017-02-22 Anil VishnoiBug 2487 - Too large configuration file from OVS 33/52133/3
2017-02-03 Lorand JakabCheckstyle: fix ParenPad violations 96/51396/2
2017-02-02 melserngawyBug 5306: Enable the SSL connection for ovs manager 82/48482/11
2016-11-23 Michael VorburgerCheckstyle clean-up: Remove useless "final" in interfaces 27/48627/1
2016-11-22 K.V Suneelu Vermabug 7202 upon node reboot hwvtep op ds is missing 64/48464/5
2016-10-18 Hsin-Yi ShenChange cipher suites for SSL connection 10/46010/5
2016-09-16 Anil VishnoiMerge "Bug 6692: improve TyperUtils tests (first pass)"
2016-09-16 Anil VishnoiMerge "Bug 6692: clean up MonitorRequestBuilder"
2016-09-12 Stephen KittBug 6692: improve TyperUtils tests (first pass) 31/45431/4
2016-09-12 Stephen KittBug 6692: clean up MonitorRequestBuilder 52/44952/2
2016-09-10 Anil VishnoiMerge "Clean up SouthboundConstants"
2016-09-02 Anil VishnoiMerge "Fix clear bug related to "num" in JSON Node"
2016-08-29 Anil VishnoiMerge "Bug 5555: Exception during operations on ReadWri...
2016-08-29 Michael VorburgerFix clear bug related to "num" in JSON Node 45/42345/3
2016-08-23 Sam HagueMerge "Bug 6505 - blueprint managed-property is not...
2016-08-23 Anil VishnoiBug 6505 - blueprint managed-property is not reading... 18/44518/2
2016-08-19 Sam HagueMerge "Bug 6472 - JsonRpcEndpoint Reaper Thread's daemo...
2016-08-18 Anil VishnoiBug 6472 - JsonRpcEndpoint Reaper Thread's daemon prope... 40/44340/1
2016-08-08 Sam HagueMerge "Bug 6352 - [SR3] RPC timeout in JsonRPCEndpoint...
2016-08-08 Anil VishnoiBug 6352 - [SR3] RPC timeout in JsonRPCEndpoint is... 76/43276/3
2016-08-04 Anil VishnoiMerge changes from topic 'move-karaf-parent'
2016-08-04 Anil VishnoiMerge "Bug 6278: Switch to use odlparent's karaf-parent"
2016-08-04 Anil VishnoiMerge "Bug 6278: Switch to use odlparent's karaf-parent"
2016-07-29 Anil VishnoiMerge "Add getTerminationPointOfBridge method to Southb...
2016-07-29 Vishal ThaparMerge "Bug 6304 - Regression in Connection reconciliati...
2016-07-29 Anil VishnoiBug 6304 - Regression in Connection reconciliation... 57/42757/1
2016-07-28 Anil VishnoiBug 6284 - Cancellation exceptions during operation... 75/42675/3
2016-07-23 Sam HagueMerge "Checkstyle fixes (to be enforced)"
2016-07-22 Michael VorburgerCheckstyle fixes (to be enforced) 44/42344/2
2016-07-22 Sam HagueCheckstyle fixes for ovsdb test dirs 26/42326/2
2016-07-21 Michael VorburgerFix more Sonar (soon Checkstyle) constant name 49/42249/4
2016-07-21 Anil VishnoiBug 6185 - southbound system tests failing when 13/42113/3
2016-07-19 Anil VishnoiMerge "checkstyle fixes for library"
2016-07-18 Robert VargaUse StandardCharsets instead of Guava 77/41977/2
2016-07-18 Sam Haguecheckstyle fixes for library 33/41933/2
2016-07-02 Sam HagueMerge "Fix ALOTOF Checkstyle violation, and switch...
2016-07-02 Sam HagueMerge "Schema changes for 1.7.0 support"
2016-07-02 Sam HagueMerge "hwvtep yang changes for 1.4.1"
2016-07-02 Sam HagueMerge "Bug 5938 - Improve the logging."
2016-07-02 Michael VorburgerFix ALOTOF Checkstyle violation, and switch over to... 67/40967/5
2016-07-02 Sam HagueMerge "Checkstyle clean-up invalid license headers...
2016-07-02 Sam HagueMerge "Bug:5938 Updated Log messages."
2016-06-30 Michael VorburgerCheckstyle clean-up invalid license headers containing... 61/40961/5
2016-06-29 Anil VishnoiMerge "Bug 4790 - 'ifindex' column from Interface table...
2016-06-28 Michael VorburgerUse logger instead of System.out.println (found by... 70/40970/1
2016-06-23 Anil VishnoiMerge "Bug 5721 - br-int not created in clustered setup"
2016-06-23 vinh.nguyenBug 5721 - br-int not created in clustered setup 41/40541/2
next