Skip to content

Commit 3d82614

Browse files
committed
Merge branch 'AgentW4C-#17-fix-semantic_logger-dependency'
2 parents 4bf66ba + 39ea397 commit 3d82614

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 3.0.1
22
- support nil body
3+
- fix dependency on semantic_logger (https://github.com/logstash-plugins/logstash-input-jms/issues/17)
34

45
## 3.0.0
56
- Breaking: Updated plugin to use new Java Event APIs

logstash-input-jms.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-jms'
4-
s.version = '3.0.0'
4+
s.version = '3.0.1'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Pull events from a JMS topic or queue."
77
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"
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
2424
s.add_runtime_dependency 'logstash-codec-json', '~> 3.0'
2525
s.add_runtime_dependency 'logstash-codec-plain', '~> 3.0'
26+
s.add_runtime_dependency 'semantic_logger', '< 4.0.0'
2627

2728
if RUBY_PLATFORM == 'java'
2829
s.platform = RUBY_PLATFORM

0 commit comments

Comments
 (0)