march_hare 4.8.0-java → 4.9.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78b6bf95265764f852f58eaaed8aa04b18499b86e2058248757310d80675038d
4
- data.tar.gz: fef352602b87c7ec7ee37accb3d600026e5c5fd7def47c389b857479ada8b30b
3
+ metadata.gz: '03239c08e22d509bfd226e24323699f22822476d5923c71a875d16619f46248b'
4
+ data.tar.gz: 0c86f507654b4d10731eaa17e0685f6eb889ea827345da8942d0deac975658f8
5
5
  SHA512:
6
- metadata.gz: a12254b1902e47d302b45856500a6914397a9ddef26b2eae9767b7e8baa919192e13df833a3bccb3c624e397e7e2ca323940b48a864b63697b8eaf4730fabf7c
7
- data.tar.gz: af584ecc0e0966f7babaa29451cf4f86522924197b12f0f1a003e8f66f7f78fabec6a1ff351cd0374c4233c9da613220a39ab88eebfa1025c4a8812cefb199e6
6
+ metadata.gz: 4725594934ad2404b5debd5531a110922ef094549f6bc9a42c12adc5f3f3917de28c0a03131c0e4cd92670f6915eae091c81cddc1c14b0ee3bd2c9a96d5a7bde
7
+ data.tar.gz: fd45f33b4ff9e6a6b4d3a3ec0552af7b2eba640f09c6d6aaed572d977be499ebfcc18311046ea457957eec4958f4d3a196ef21e36dc86fdac33ddc289cfe8bf4
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module MarchHare
4
- VERSION = "4.8.0"
4
+ VERSION = "4.9.0"
5
5
  end
data/lib/march_hare.rb CHANGED
@@ -6,6 +6,14 @@ require 'java' unless defined?(TruffleRuby)
6
6
  require 'ext/slf4j-api'
7
7
  require 'ext/slf4j-simple'
8
8
 
9
+ # Modern RabbitMQ Java client depends on Netty
10
+ require 'ext/netty-common'
11
+ require 'ext/netty-buffer'
12
+ require 'ext/netty-resolver'
13
+ require 'ext/netty-transport'
14
+ require 'ext/netty-codec-base'
15
+ require 'ext/netty-handler'
16
+
9
17
  require 'ext/rabbitmq-client'
10
18
 
11
19
  require 'march_hare/version'
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: march_hare
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.0
4
+ version: 4.9.0
5
5
  platform: java
6
6
  authors:
7
7
  - Theo Hultberg
8
8
  - Michael S. Klishin
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2025-09-11 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: RabbitMQ client for JRuby built around the official RabbitMQ Java client
15
14
  email:
@@ -19,6 +18,12 @@ executables: []
19
18
  extensions: []
20
19
  extra_rdoc_files: []
21
20
  files:
21
+ - lib/ext/netty-buffer.jar
22
+ - lib/ext/netty-codec-base.jar
23
+ - lib/ext/netty-common.jar
24
+ - lib/ext/netty-handler.jar
25
+ - lib/ext/netty-resolver.jar
26
+ - lib/ext/netty-transport.jar
22
27
  - lib/ext/rabbitmq-client.jar
23
28
  - lib/ext/slf4j-api.jar
24
29
  - lib/ext/slf4j-simple.jar
@@ -41,7 +46,6 @@ files:
41
46
  homepage: https://github.com/ruby-amqp/march_hare
42
47
  licenses: []
43
48
  metadata: {}
44
- post_install_message:
45
49
  rdoc_options: []
46
50
  require_paths:
47
51
  - lib
@@ -56,8 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
60
  - !ruby/object:Gem::Version
57
61
  version: '0'
58
62
  requirements: []
59
- rubygems_version: 3.3.26
60
- signing_key:
63
+ rubygems_version: 4.0.16
61
64
  specification_version: 4
62
65
  summary: RabbitMQ client for JRuby built around the official RabbitMQ Java client
63
66
  test_files: []