Bump versions by x.(y+1).z
[ovsdb.git] / library / impl / src /
2024-01-24 Robert VargaConvert OvsdbConnectionService into a Component 08/104408/10
2023-08-31 Robert VargaFix checkstyle 38/107638/1
2023-05-02 Robert VargaMigrate users of Optional.get() 57/105457/1
2023-02-16 Robert VargaConvert NettyBootstrapFactory into a Component 07/104407/6
2022-08-01 Robert VargaBump upstreams for 2022.09 Chlorine 44/101744/9
2022-06-09 Robert VargaBump MRI upstreams 33/101533/1
2022-03-30 Robert VargaBump MRI upstreams 66/100066/13
2021-09-24 Robert VargaDo not depend on ODL Blueprint 22/97622/1
2021-09-24 Robert VargaDo not use blueprint-maven-plugin in library 21/97621/1
2020-07-10 Chetan Arakere GowdruChange log level from ERROR to warn. 23/90923/3
2020-05-03 Robert VargaUpdate MRI projects for Aluminium 41/89541/2
2020-04-16 Chetan Arakere Gowdrumake sure ovsdb connected node appears in operds 58/88958/4
2020-03-29 Chandra Shekar SProcessing Hwvtep/Ovsdb client only once 86/88586/3
2020-01-07 Robert VargaConstrain TypedDatabaseSchema proxy argument 99/86199/19
2019-12-05 Robert VargaMake ChannelInitializers inner classes 71/86171/7
2019-12-05 Robert VargaEliminate server startup threads 65/86165/5
2019-12-05 Robert VargaAdd support for using epoll Netty transport 62/86162/12
2019-12-05 Robert VargaAdd NettyBootstrapFactory to hold OVSDB network threads 61/86161/13
2019-12-03 Robert VargaReuse StringEncoders for all connections 46/86146/3
2019-12-03 Robert VargaReuse MappingJsonFactory across all sessions 43/86143/3
2019-12-03 Robert VargaAdd TableSchema.getColumnList() 39/86139/3
2019-12-03 Robert VargaMake RowUpdate immutable and final 06/86106/1
2019-12-02 Robert VargaRowUpdate should be a static class 05/86105/1
2019-12-02 Robert VargaMake TransactionBuilder type-aware 01/86101/7
2019-12-02 Robert VargaRework TypedRowInvocationHandler invocation path 84/86084/24
2019-12-02 Robert VargaMigrate TyperUtils.getTableSchema() users 96/86096/8
2019-12-02 Robert VargaSimplify exception instantiation 91/86091/4
2019-12-02 Robert VargaMigrate TyperUtils methods to TypedDatabaseSchemaImpl 86/86086/11
2019-12-02 Robert VargaMake OvsdbClient return TypedDatabaseSchemas 83/86083/10
2019-12-02 Robert VargaExtract TypedRowInvocationHandler 81/86081/12
2019-12-02 Robert VargaEliminate OvsdbClientImpl duplication 90/86090/5
2019-12-02 Robert VargaUse String.getBytes(CharSet) 89/86089/4
2019-12-02 Robert VargaDe-confuse InvocationHandler and target methods 80/86080/8
2019-12-02 Robert VargaHide TyperUtils.extractRowUpdates() 79/86079/9
2019-12-02 Robert VargaAdd TypedReflections 77/86077/12
2019-12-01 Robert VargaAdd @NonNull annotation to OvsdbConnectionListener... 82/86082/2
2019-12-01 Robert VargaAdd TypedDatabaseSchema 76/86076/6
2019-11-30 Robert VargaTurn DatabaseSchema into an interface 75/86075/3
2019-11-30 Robert VargaMake TableSchema/DatabaseSchema immutable 74/86074/2
2019-11-30 Robert VargaSplit out BaseTypeFactories 71/86071/5
2019-11-29 Robert VargaUse singleton BaseType instances for simple definitions 68/86068/3
2019-11-29 Robert VargaSplit out BaseTypes 67/86067/2
2019-11-29 Robert VargaDo not allow DatabaseSchema name/version to be mutated 64/86064/1
2019-11-29 Robert VargaDo not allow TableSchema columns to be directly set 63/86063/1
2019-11-29 Robert VargaRefactor ColumnType 62/86062/2
2019-11-29 Robert VargaCleanup ColumnSchema 61/86061/1
2019-11-29 Robert VargaAdd generated serialVersionUUID to exceptions 60/86060/1
2019-11-29 Robert VargaMake GenericTableSchema.fromJson() a factory method 59/86059/4
2019-11-29 Robert VargaMove ObjectMapper to JsonRpcEndpoint 58/86058/2
2019-11-29 Robert VargaImprove schemas population 55/86055/3
2019-11-28 Robert VargaTurn JsonRpcEndpoint into a proper OvsdbRPC implementation 46/86046/8
2019-11-28 Robert VargaReuse ObjectMapper across all connections 45/86045/2
2019-11-28 Robert VargaUse a constant ObjectMapper in UpdateNotificationDeser 44/86044/1
2019-11-28 Robert VargaUse proper constant in JsonUtils 42/86042/1
2019-11-28 Robert VargaDo not reconfigure ObjectMapper in FutureTransformUtils 41/86041/1
2019-10-28 Robert VargaMigrate MockitoJUnitRunner 58/84458/2
2019-10-28 Robert VargaDo not use Foo.toString() when logging 00/85400/1
2019-10-10 Robert VargaBump odlparent to 6.0.0 41/84441/6
2019-09-14 Robert VargaFix checkstyle 36/84436/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
next