[Groonga-commit] groonga/fluent-plugin-groonga at eba943b [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: eba943bef4f4a0f78102c90c771ceb91da57a32a
  https://github.com/groonga/fluent-plugin-groonga/commit/eba943bef4f4a0f78102c90c771ceb91da57a32a

  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-13 09:55:48 +0900 (bd6b637)
+++ lib/fluent/plugin/in_groonga.rb    2017-04-12 17:32:15 +0900 (8031888)
@@ -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����������������������������...
Download 



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