You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds dependency to Derby (without renaming) and also add derbytools dependency (#160)
* Removed maybe a duplication of derby jdbc classes
* Use local Derby driver in tests without using the support gem jdbc-derby which bundled old Derby version
* Test, shouldn't need to refer the driver class which is already in classpath
* Extracted Derby version in a file so that's defined in single point both for Gradle script and Ruby specs
* Removed commented code (Dervy driver class reference in Ruby specs)
Copy file name to clipboardExpand all lines: logstash-integration-jdbc.gemspec
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Gem::Specification.newdo |s|
2
2
s.name='logstash-integration-jdbc'
3
-
s.version='5.4.8'
3
+
s.version='5.4.9'
4
4
s.licenses=['Apache License (2.0)']
5
5
s.summary="Integration with JDBC - input and filter plugins"
6
6
s.description="This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
0 commit comments