Comment 3 for bug 1546848

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-odl (master)

Reviewed: https://review.openstack.org/281621
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=8ac83b3fada7ec779df3ae7099d2317962753a12
Submitter: Jenkins
Branch: master

commit 8ac83b3fada7ec779df3ae7099d2317962753a12
Author: Isaku Yamahata <email address hidden>
Date: Wed Feb 17 18:41:44 2016 -0800

    bug work around of Java MOXy bug of 475475

    On port creation with dns_name: None, null pointer exception occurs
    in opendaylight. This is due to the following bug
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=475475
    EClipsLink MOXy is used as json parser and it wrongly parses json
    and stores wrongly null. In order to work around it, networking-odl
    shouldn't send unmapped keys whose value is null.

    Closes-Bug: #1546848
    Change-Id: I1efce0bfb8f943177a7f3e9555f038f13b3ac2a9