You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by borisroman <gi...@git.apache.org> on 2015/09/15 10:44:43 UTC

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

GitHub user borisroman opened a pull request:

    https://github.com/apache/cloudstack/pull/825

    Replaced all occurences of Charset.forName(UTF-8) with StringUtils.getPreferredCharset().

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/borisroman/cloudstack charset

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/825.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #825
    
----
commit 9b8c0bc12e5829aa538123737064a3696d602596
Author: Boris Schrijver <bo...@pcextreme.nl>
Date:   2015-09-15T08:43:41Z

    Replaced all occurences of Charset.forName(UTF-8) with StringUtils.getPreferredCharset().

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

Posted by wido <gi...@git.apache.org>.
Github user wido commented on the pull request:

    https://github.com/apache/cloudstack/pull/825#issuecomment-140332659
  
    Pending travis LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

Posted by wilderrodrigues <gi...@git.apache.org>.
Github user wilderrodrigues commented on the pull request:

    https://github.com/apache/cloudstack/pull/825#issuecomment-140388758
  
    Building is passing again:
    
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 7:52.562s
    [INFO] Finished at: Tue Sep 15 15:14:58 GMT 2015
    [INFO] Final Memory: 91M/414M
    [INFO] ------------------------------------------------------------------------
    [root@cs1 cloudstack]# 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cloudstack/pull/825


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

Posted by wilderrodrigues <gi...@git.apache.org>.
Github user wilderrodrigues commented on the pull request:

    https://github.com/apache/cloudstack/pull/825#issuecomment-140380659
  
    Reverted by commit 6e426fa46d8cda50ec76f33429320d4590701678


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

Posted by wilderrodrigues <gi...@git.apache.org>.
Github user wilderrodrigues commented on the pull request:

    https://github.com/apache/cloudstack/pull/825#issuecomment-140378109
  
    @borisroman @wido 
    
    Was this PR compiled locally? Master is now broken. When I try to build I get:
    
    BrocadeVcsApi.java:[378,26] error: cannot find symbol
    
    I checked the file and found out the following:
    
    * Previous to @borisroman changes:
    
    import com.cloud.dc.Vlan;
    import com.cloud.utils.StringUtils;
    import com.cloud.utils.cisco.n1kv.vsm.PortProfile;
    
    * After @borisroman changes:
    
    import com.cloud.network.schema.interfacevlan.InterfaceVlan;
    import com.cloud.network.schema.interfacevlan.Interface;
    import com.cloud.network.schema.interfacevlan.Vlan;
    import com.cloud.network.schema.portprofile.PortProfile;
    import com.cloud.network.schema.portprofile.PortProfile.Activate;
    import com.cloud.network.schema.portprofile.PortProfile.Static;
    import com.cloud.network.schema.portprofile.PortProfileGlobal;
    import com.cloud.network.schema.portprofile.VlanProfile;
    import com.cloud.network.schema.portprofile.VlanProfile.Switchport;
    import com.cloud.network.schema.portprofile.VlanProfile.Switchport.Mode;
    import com.cloud.network.schema.portprofile.VlanProfile.Switchport.Trunk;
    import com.cloud.network.schema.portprofile.VlanProfile.Switchport.Trunk.Allowed;
    import com.cloud.network.schema.portprofile.VlanProfile.SwitchportBasic;
    import com.cloud.network.schema.portprofile.VlanProfile.SwitchportBasic.Basic;
    import com.cloud.network.schema.showvcs.Output;
    
    Which gives also this error:
    
    PortProfile() is not public in PortProfile; cannot be accessed from outside package.
    
    The imports are all wrong. Could you please fix it?
    
    ping @remibergsma @miguelaferreira @DaanHoogland @karuturi @bhaisaab 
    
    Cheers,
    Wilder


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

Posted by borisroman <gi...@git.apache.org>.
Github user borisroman commented on the pull request:

    https://github.com/apache/cloudstack/pull/825#issuecomment-140339356
  
    Travis failed due to a time-out.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

Posted by DaanHoogland <gi...@git.apache.org>.
Github user DaanHoogland commented on the pull request:

    https://github.com/apache/cloudstack/pull/825#issuecomment-140361064
  
    LGTM, thanks @borisroman 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Replaced all occurences of Charset.forNam...

Posted by remibergsma <gi...@git.apache.org>.
Github user remibergsma commented on the pull request:

    https://github.com/apache/cloudstack/pull/825#issuecomment-140378819
  
    @wilderrodrigues If something breaks master, any committer can revert it in order to restore stability. I didn't verify yet, but feel free to revert and ping the dev-list about it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---