Remove jsr173-ri from dependencies
[netconf.git] / netconf / callhome-provider /
2019-10-10 Robert VargaBump mdsal to 5.0.2 47/84147/43
2019-10-10 Robert VargaBump odlparent to 6.0.0 45/84145/32
2019-09-06 Robert VargaConvert to using requireNonNull() 88/84188/5
2019-08-26 Robert VargaMove netconf-parent 21/83821/10
2019-08-26 Robert VargaEliminate unneeded version specifications 20/83820/9
2019-08-12 jenkins-relengBump versions by x.y.(z+1) 50/83550/1
2019-07-15 Jakub TothNetconf stack by default locks the data store before... 21/82521/11
2019-05-24 agosainAdd flexible mount point naming strategy 49/80549/5
2019-05-21 Robert VargaImprove global config application 88/82188/1
2019-05-21 Robert VargaFix unsafe global config access 85/82185/1
2019-05-21 Robert VargaMerge "Fix DeviceOp DTCL"
2019-05-16 Robert VargaFix DeviceOp DTCL 50/82150/2
2019-05-15 Tomas CereMerge "Close read-only transactions"
2019-05-07 Robert VargaClose read-only transactions 50/81950/1
2019-05-07 Robert VargaCapture server key before returning from callback 27/81927/2
2019-04-05 Robert VargaFix logging arguments 08/81408/1
2019-03-29 Jakub MorvayMerge "SchemaSourceCache init using YangModuleInfo"
2019-03-28 Jakub MorvayMerge "Hide credentials from logs"
2019-03-28 Jakub MorvayMerge "Added implementation of ActionFactory"
2019-03-28 Jaroslav TóthAdded implementation of ActionFactory 17/81117/3
2019-02-08 Robert VargaRemove javax.annotation nullness annotations 19/80219/2
2019-02-01 jenkins-relengBump versions by x.y.(z+1) 90/80090/1
2019-01-29 Tom PantelisMove BP xml files to standard OSGI-INF/blueprint 64/79964/3
2019-01-16 Jakub MorvayMerge changes I2e5faece,Ie34e98bd,Id2112fcb
2019-01-16 Robert VargaEliminate unneeded test dependencies 70/79570/1
2019-01-07 Jakub MorvayMerge "Replace GsonProvider to JacksonJaxbJsonProvider"
2019-01-07 Jakub MorvayMerge "Prevent ssh hang during shutdown"
2019-01-04 Robert VargaSpecialize protocol-framework to netconf 37/79237/6
2018-12-05 Jakub MorvayMerge "Get rid of checked futures in tests"
2018-12-05 Jakub MorvayMerge "Use FluentFuture in DOMDataTransactionValidator"
2018-12-05 Jakub MorvayMerge "Refactor bad local variable name in KeepaliveSal...
2018-12-05 Jakub MorvayMerge changes Ie852df32,I731a0066,I2e8558f1
2018-12-04 Jakub MorvayFix Java 5 IDE migration warnings 14/78414/3
2018-12-03 Robert VargaMigrate netconf to MD-SAL APIs 06/77506/41
2018-11-08 Jakub MorvayMerge "Migrate netconf to mockito ArgumentMatchers"
2018-11-08 Jakub MorvayMigrate netconf to mockito ArgumentMatchers 13/77613/2
2018-10-29 Jakub MorvayMerge "Upgrade xercesImpl"
2018-10-24 Robert VargaIntegrate MRI projects for Neon 66/74966/53
2018-08-21 Jakub MorvayMerge "NETCONF-557: Add support for URL capability"
2018-08-20 Robert VargaFix argument strings 23/75323/9
2018-08-15 Jakub TóthPrepare netconf to support YANG 1.1 actions 45/74745/17
2018-08-09 Anil BelurBump versions by x.(y+1).z for next dev cycle 95/74995/1
2018-08-06 Jakub MorvayMerge "NECONF-524 : Setting the netconf keepalive logic...
2018-07-25 Jakub MorvayMerge "Remove unused exceptions"
2018-07-24 Stephen KittRemove unused exceptions 96/74396/3
2018-07-10 Robert VargaRemove unneeded check 40/73840/3
2018-07-10 Robert VargaMigrate netconf users of submit() to commit() 39/73839/3
2018-07-09 Robert VargaAdd serialVersionUIDs 37/73837/1
2018-06-04 Tom PantelisMerge "Fixup Augmentable and Identifiable methods changing"
2018-06-04 Robert VargaFixup Augmentable and Identifiable methods changing 55/71255/8
2018-04-12 Jakub MorvayMerge "fix failure during connecting device when channe...
2018-04-04 Jakub MorvayMerge "NETCONF-526 : edit-config payload default-operat...
2018-03-31 Jakub MorvayMerge "Fix findbugs violations in netconf"
2018-03-30 Tom PantelisRemove checkstyle config from child poms 12/70212/1
2018-03-30 Tom PantelisFix findbugs violations in netconf 02/70202/2
2018-03-28 Jakub MorvayMerge "Add netconf parent pom"
2018-03-28 Tom PantelisAdd netconf parent pom 16/70116/6
2018-02-27 JakubTothMerge "Convert netconf-util, netconf-ssh, netconf-tcp...
2018-02-26 Anil BelurBump versions by x.(y+1).z for next dev cycle 42/68742/1
2018-01-12 Jakub MorvayMerge "Clean up netconf-parent root pom"
2018-01-12 Robert VargaAdjust to yangtools-2.0.0/odlparent-3.0.0 changes 02/64202/42
2017-10-30 Tomas CereRestore the deprecated credentials name. 75/64875/2
2017-10-27 Tomas CereMerge "Remove the default loopback mount from the old...
2017-10-27 Tomas CereMerge changes from topic 'keyauth-refactor'
2017-10-24 Tomas CereBUG-9261: introduce new Credential types 50/64650/1
2017-10-18 Tomas CereMerge "Fix some sonar/checkstyle issues"
2017-10-17 David SuarezRemove deprecated CheckedFuture from callhome-provider... 25/64425/1
2017-09-21 Atul GosainRPC for netconf node addition. Supports encrypt option... 78/62678/8
2017-09-21 Tomas CereMerge "Bug 8988 - Check for empty payload properly"
2017-09-20 Tomas CereBUG 8839: Revert "Make netconf utilize encrypted passwo... 76/62676/5
2017-09-06 Jakub MorvayMerge "Convert NetconfEventSourceManager to DataTreeCha...
2017-09-05 Jakub MorvayMerge "Convert callhome DCLs to DTCLs"
2017-08-30 Tom PantelisConvert callhome DCLs to DTCLs 59/62459/1
2017-08-14 Thanh HaBump versions by x.(y+1).z for next dev cycle 91/61691/1
2017-08-07 Jakub MorvayMerge "Avoid returning null Optional"
2017-08-04 Stephen KittAvoid returning null Optional 61/61161/1
2017-08-02 Jakub MorvayMerge changes from topic 'protocol-framework'
2017-07-29 Robert VargaCleanup build system 01/60901/4
2017-07-20 Thanh HaAdd 'features/protocol-framework/' from commit 'cb42405...
2017-07-20 Thanh HaAdd 'protocol-framework/' from commit '5d015c2c5f800d13...
2017-06-29 Tomas CereMerge "Bug 8071 - Do not fail on modules with invalid...
2017-06-28 Tomas CereMerge "Remove the need for synthetic methods"
2017-06-28 Tomas CereMerge "Make netconf utilize encrypted passwords only"
2017-06-27 Colin DixonMake netconf utilize encrypted passwords only 28/52528/28
2017-05-19 Ivan HraskoBug 8153: enforce check-style rules for netconf 67/57067/21
2017-05-03 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-05-03 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-05-03 Tomas CereMerge "Bug 8153: Enforce check-style on messagebus...
2017-05-03 Jakub MorvayMerge "Do not use InetAddress.getByName()"
2017-04-30 Robert VargaDo not use InetAddress.getByName() 90/56190/4
2017-04-28 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-28 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-28 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-28 Tomas CereMerge "Bug 8153: Enforce check-style rules for netconf...
2017-04-27 miroslav.kovacBug 8032 - Initialization in sal failed, disconnecting... 10/54310/19
2017-04-12 Tomas CereMerge "Bug-8187: call home throwing exception on startup"
2017-04-11 Anil BelurBump versions by x.(y+1).z for next dev cycle 07/54707/1
2017-04-07 allan clarkeBug-8187: call home throwing exception on startup 33/54533/2
2017-04-07 Tomas CereMerge "Fix formatting in callhome-provider"
2017-04-06 Jakub MorvayMerge "BUG-7529: Karaf 4 Migration"
next