Fix followerDistributedDataStore tear down
[controller.git] / opendaylight / blueprint / src / main / java / org / opendaylight /
2024-01-20 Robert VargaMigrate users of deprecated methods 64/109864/3
2024-01-20 Robert VargaBump upstreams 76/109676/33
2024-01-17 Robert VargaRemove support for actions/rpc/notifications, take two 19/109819/2
2024-01-17 Robert VargaWarn on deprecated blueprint elements 18/109818/1
2024-01-17 Robert VargaRevert "Remove support for actions/rpc/notifications" 16/109816/1
2024-01-17 Robert VargaRevert "Fix namespace handling" 15/109815/1
2024-01-16 Robert VargaFix namespace handling 04/109804/2
2024-01-15 Robert VargaRemove support for actions/rpc/notifications 77/109777/1
2023-12-29 Robert VargaBump upstreams 48/109448/4
2023-06-21 Robert VargaAdjust to yang.binding.{Identifier,Identifiable} rename 09/106609/1
2023-06-20 Robert VargaBump upstreams 06/106506/10
2023-04-18 Robert VargaMigrate users of Optional.get() 83/105483/4
2022-12-03 Robert VargaFix more Sonar warnings 44/103544/3
2022-12-03 Robert VargaFixup Sonar issues 34/103534/4
2022-11-25 Robert VargaUpdate upstreams 05/103405/2
2022-07-11 Robert VargaUse FrameworkUtil.asDictionary() 08/101808/1
2022-03-11 Robert VargaAdjust Blueprint to ensure the container is a ChildOf 84/100084/1
2022-03-09 Robert VargaBump upstream SNAPSHOTS 02/99502/13
2021-05-09 Robert VargaBump odlparent/yangtools/mdsal 62/95162/17
2020-10-07 Robert VargaBump upstreams for Silicon 78/92878/17
2020-05-28 Robert VargaRemove use of getDataChildByName() 21/90021/1
2020-04-23 Robert VargaPropagate EffectiveModelContext in blueprint 21/89321/2
2020-04-16 Robert VargaBump odlparent/yangtools/mdsal 49/88849/25
2020-04-02 Robert VargaRemove deprecated MD-SAL APIs 36/87936/15
2019-10-10 Robert VargaBump odlparent to 6.0.0 02/83802/42
2019-09-24 Robert VargaSuppress modernization 33/83833/28
2019-08-21 Robert VargaFix modernization issues 32/83832/8
2019-04-16 Robert VargaBump odlparent to 5.0.0 28/81128/25
2019-02-12 Robert VargaReduce JSR305 proliferation 11/80211/6
2019-01-23 Tom PantelisMove BP xml files to standard OSGI-INF/blueprint 49/75549/7
2018-10-26 Robert VargaForce UntrustedXML to be initialized from activator 98/77298/1
2018-10-24 Robert VargaIntegrate MRI projects for Neon 55/74855/74
2018-10-02 Tom PantelisConvert blueprint ext classes to MDSAL APIs 16/76416/3
2018-08-23 Tom PantelisLower warn level in AbstractInvokableServiceMetadata 84/75384/2
2018-08-22 Robert VargaFix findbugs warnings 51/75351/4
2018-07-25 Stephen KittSimplify code using Java 8 features 44/74344/4
2018-07-24 Tom PantelisAdjust to mdsal invokeRpc API change 66/74366/5
2018-07-24 Robert VargaUse moved BindingReflections 89/74389/1
2018-06-27 Stephen KittBump odlparent to 3.1.2 88/72488/7
2018-06-26 Michael Vorburgerprovide missing module's name via IllegalArgumentException 42/73442/2
2018-06-25 Tom PantelisConvert blueprint extensions to MDSAL APIs 82/73382/3
2018-06-11 Tom PantelisRemove CSS modules 74/72674/8
2018-06-04 Robert VargaFixup Augmentable and Identifiable methods changing 49/71249/12
2018-04-12 Stephen KittBump to odlparent 3.1.0 and yangtools 2.0.3 76/69876/11
2018-01-23 Tom PantelisCONTROLLER-1809: De-deplicate extraneous ManagedService... 48/67448/2
2018-01-23 Tom PantelisFix blueprint event handling 44/67444/2
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0 93/65593/16
2017-09-19 Tom PantelisFix sonar warnings in blueprint bundle 65/63265/4
2017-08-23 Robert VargaFix bluprint logging 91/62191/1
2017-08-01 Igor FoltinBug 8879: Migrate controller to the new XML parser 13/60913/9
2017-07-29 Stephen Kittblueprint: final parameters 08/56908/4
2017-06-20 Michael VorburgerFix (and suppress) some static code analysis warnings... 98/56098/4
2017-05-17 Stephen KittUse try-with-resources 82/57082/3
2017-05-16 Stephen Kittblueprint: use lambdas 63/57163/2
2017-04-30 Michael VorburgerBug 8303: BP odl:clustered-app-config initial/*-config... 27/56027/4
2017-02-03 Robert VargaBUG-7608: activate action-service element 14/51114/9
2017-01-30 Robert VargaBUG-7608: Add ActionServiceMetadata and ActionProviderBean 84/50784/18
2017-01-21 Robert VargaBUG-7506: use common DocumentBuilderFactory 07/50707/2
2017-01-20 Robert VargaBUG-7608: OpendaylightNamespaceHandler methods can... 06/50706/1
2017-01-20 Robert VargaBUG-7608: restructure exception throws 05/50705/1
2017-01-19 Tom PantelisUpdate dependendency desc properly in RpcServiceMetadata 82/50682/1
2016-12-09 Tom PantelisBug 7326: Fix ConcurrentModificationException in Blueprint 54/49154/4
2016-11-30 Tom PantelisFix FindBugs warnings in blueprint and enable enforcement 29/47629/4
2016-11-17 Alexis de TalhouëtBug 6969 - Memory leak during bundle tree restart 84/48284/11
2016-11-15 Tom PantelisFix CS warnings in blueprint and enable enforcement 05/47605/2
2016-10-07 Vishal ThaparConfigurable update-strategy for clusteredAppConfig 86/44386/6
2016-09-23 Stephen KittMechanical code cleanup (blueprint) 64/46064/3
2016-07-25 Tom PantelisRestart BP container after dependency wait time out 20/42320/3
2016-07-21 Tom PantelisEnsure CSS modules are closed before blueprint containe... 01/40801/4
2016-07-20 Tom PantelisExtend clustered-app-config to read default data from... 02/41902/4
2016-07-18 Robert VargaSwitch to StandardCharsets 81/41981/2
2016-06-23 Tom PantelisAdd "static-reference" blueprint extension 21/40421/5
2016-06-22 Tom PantelisAdd "specific-reference-list" blueprint extension 67/40267/4
2016-06-15 Tom PantelisRestart config Modules when blueprint container restarted 79/38279/7
2016-06-10 Tom PantelisWait for RPCService registered in RpcServiceMetadata 71/39971/2
2016-05-12 Tom PantelisAdd clustered-app-config blueprint extension 90/38390/7
2016-04-25 Tom PantelisAddress comments in prior patches 62/37662/5
2016-04-11 Tom PantelisAdd blueprint extension to register notification listener 92/36492/19
2016-04-08 Tom PantelisAdd blueprint extensions to get and register RPC services 85/36485/20
2016-04-07 Tom PantelisAdd decorating "type" attr extension for service refs 82/36482/21
2016-04-07 Tom PantelisAdd restart-dependents-on-update blueprint extension 76/36476/20
2016-04-07 Tom PantelisAdd Blueprint bundle tracker 48/35848/15