[Groonga-commit] groonga/fluent-plugin-groonga at eb0eccb [use-v0.14-api-in-groonga] in: require Fluent::Plugin::Input instead of Fluent::Input

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Apr 12 17:32:15 JST 2017


Kentaro Hayashi	2017-04-12 17:32:15 +0900 (Wed, 12 Apr 2017)

  New Revision: eb0eccb91a5f6c1ade38c2e65688f5500be356b1
  https://github.com/groonga/fluent-plugin-groonga/commit/eb0eccb91a5f6c1ade38c2e65688f5500be356b1

  Message:
    in: require Fluent::Plugin::Input instead of Fluent::Input
    
    This fix is required for v0.14
    
    ref. http://docs.fluentd.org/v0.14/articles/plugin-update-from-v12#input-plugins

  Modified files:
    lib/fluent/plugin/in_groonga.rb

  Modified: lib/fluent/plugin/in_groonga.rb (+1 -1)
===================================================================
--- lib/fluent/plugin/in_groonga.rb    2017-04-12 16:02:25 +0900 (716c384)
+++ lib/fluent/plugin/in_groonga.rb    2017-04-12 17:32:15 +0900 (58b2671)
@@ -22,7 +22,7 @@ require "http_parser"
 require "gqtp"
 require "groonga/command/parser"
 
-require "fluent/input"
+require "fluent/plugin/input"
 require "fluent/process"
 
 module Fluent
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index