Issue #21427 has been updated by Andrew Parker. Branch changed from https://github.com/puppetlabs/puppet/pull/1869 to https://github.com/puppetlabs/puppet/pull/1874
Turns out that there are some parts of the code that expect symbols and some parts that expect anything :( This showed up as a problem on ruby 1.9.3 where it couldn't submit reports because it didn't understand the string `"pson"` as a format. PR <https://github.com/puppetlabs/puppet/pull/1874> fixes this. ---------------------------------------- Feature #21427: Deprecate YAML for network data transmission https://projects.puppetlabs.com/issues/21427#change-97137 * Author: Andrew Parker * Status: Merged - Pending Release * Priority: Normal * Assignee: Andrew Parker * Category: * Target version: 3.3.0 * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1874 ---------------------------------------- YAML serialization has ended up being slower than P/JSON and opens the system up to a number of security flaws. It is time to leave YAML behind on the network layer. We'll continue to keep it for storing some information on disk. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
