View Issue Details

IDProjectCategoryView StatusLast Update
0002624SymmetricDSBugpublic2016-06-10 14:22
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.7.0 
Target Version3.7.34Fixed in Version3.7.34 
Summary0002624: Prioritize custom extensions over built-in extensions
DescriptionGetExtensionPointList uses Map.values(). This leads to undefinied order of the extensions.

We had the problem that our custom defined INodeIdCreator was not used.

I changed the code to use any custom defined extensions (if any) and than falls back to the IBuiltInExtensionPoint

https://github.com/JumpMind/symmetric-ds/pull/28
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-05-31 19:02 elong New Issue
2016-05-31 19:02 elong Status new => assigned
2016-05-31 19:02 elong Assigned To => elong
2016-05-31 19:04 elong Status assigned => resolved
2016-05-31 19:04 elong Fixed in Version => 3.7.34
2016-05-31 19:04 elong Resolution open => fixed
2016-06-10 14:22 elong Status resolved => closed