[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13718384#comment-13718384
 ] 

ASF subversion and git services commented on CLOUDSTACK-3433:
-------------------------------------------------------------

Commit a069f31f51d0ef1f255d85ef32d7649a5ec659c1 in branch refs/heads/4.1 from 
[~widodh]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=a069f31 ]

Revert "CLOUDSTACK-3433: Relax the same package restriction for Command and its 
derived classes in ArrayTypeAdaptor<T>"

This commit broke compatibility between a 4.1.0 and 4.1.1 management server 
and/or client.

This reverts commit 73a6aa78854f379e6439bf22457094a5272cbfed.

                
> Relax the same package restriction for Command and its derived classes in 
> ArrayTypeAdaptor<T>
> ---------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3433
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3433
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Management Server
>    Affects Versions: 4.1.1
>            Reporter: Kelven Yang
>            Assignee: Kelven Yang
>             Fix For: 4.1.1
>
>
> In ArrayTypeAdaptor<T>, there is an enforcement in code that Command class 
> and all its derived sub classes have to existing within the same java package 
> root.
> For some strange reason that I suspect it is due to the initialization order 
> of static variables, the logic in separating package name and composing full 
> sub classes name with package prefix can sometime break.
> Remove this enforcement to make code more robust at runtime against subtle 
> issues caused by environment changes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to