Issue #8296 has been updated by Josh Cooper.
The bulk of the work has been merged into master in <https://github.com/puppetlabs/puppet/commit/3a1fe3720788e6b616ed29902b9f281a5073b65c>. There are a few more things that can be removed: 1. The Puppet::Network::HTTP::Handler.initialize_for_puppet method is no longer necessary and can be removed from the {webrick,mongrel,rack}/rest.rb handlers 1. RackHttpHandler isn't strictly necessary (it throws an exception if the subclass doesn't implement the 'service' method), but Puppet::Network::HTTP::RackREST doesn't implement that method. At the least the `process` method could be moved to the RackREST class. 1. AuthConfig and Authorization and their rest subclasses could be collapsed and simplified ---------------------------------------- Feature #8296: XMLRPC should be deprecated https://projects.puppetlabs.com/issues/8296 Author: Luke Kanies Status: Accepted Priority: Normal Assignee: Matt Robinson Category: plumbing Target version: Telly Affected Puppet version: Keywords: Branch: https://github.com/mmrobins/puppet/tree/ticket/master/8296-xmlrpc_deletion We've now had REST support for two years (since 0.25), so it's time to finally deprecate the xmlrpc code. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
