torquebox-messaging 3.1.1-java → 3.1.2-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
  SHA1:
3
- metadata.gz: 6a78745a450280b9a3ac2f09694ea7cd3320d7cf
4
- data.tar.gz: 76b1660a15c49881aa210ca59d617e77a01c19cf
3
+ metadata.gz: b0c5151e0e5365b6d3f3a3e70a4c0796df0dd210
4
+ data.tar.gz: e5f3b378c7d4f6529bf060eb4867773f64e24b35
5
5
  SHA512:
6
- metadata.gz: 1c3be63074abd64edcd7a5cfc077bebb9b6bfd5ae6b5fac36933608f2158d0015602d9ddc48a38139fb880e1afd397a31cd5a9e96d4ceae664087be77b9296fb
7
- data.tar.gz: a2e41c53872475c3413ad4395096692eecf052e66eb8b6fc4ae70967d063724974daf87ceb2282a9468668a3ddc3b7542bf6d209e1d2f333b24796d25b2170df
6
+ metadata.gz: eeca2df5b8940dd6147a0d265b21c3ac52051eaf3c3c8c6d1f04eb0a6d045bbd5918e3a9bdac2dcc70cea7c0b8f944fc2fb383f649c4fe1448892c1481d1342a
7
+ data.tar.gz: 435981fcb46a5c663457a34059026927373928e529dc6344d1181d5c164122d25fd49605819077fabf9265906e19bc8de65490d57a42cd91e19135f704406b9a
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxMessaging
2
- VERSION = '3.1.1'
3
- MAVEN_VERSION = '3.1.1'
2
+ VERSION = '3.1.2'
3
+ MAVEN_VERSION = '3.1.2'
4
4
  end
5
5
  begin
6
6
  require 'java'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torquebox-messaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: java
6
6
  authors:
7
7
  - The TorqueBox Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-25 00:00:00.000000000 Z
11
+ date: 2015-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: torquebox-core
@@ -16,12 +16,12 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.1.1
19
+ version: 3.1.2
20
20
  requirement: !ruby/object:Gem::Requirement
21
21
  requirements:
22
22
  - - '='
23
23
  - !ruby/object:Gem::Version
24
- version: 3.1.1
24
+ version: 3.1.2
25
25
  prerelease: false
26
26
  type: :runtime
27
27
  - !ruby/object:Gem::Dependency
@@ -30,12 +30,12 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.1.1
33
+ version: 3.1.2
34
34
  requirement: !ruby/object:Gem::Requirement
35
35
  requirements:
36
36
  - - '='
37
37
  - !ruby/object:Gem::Version
38
- version: 3.1.1
38
+ version: 3.1.2
39
39
  prerelease: false
40
40
  type: :runtime
41
41
  - !ruby/object:Gem::Dependency
@@ -85,49 +85,49 @@ files:
85
85
  - lib/hornetq-journal-2.3.1.Final.jar
86
86
  - lib/jboss-logmanager-1.4.0.Final.jar
87
87
  - lib/hornetq-jms-client-2.3.1.Final.jar
88
- - lib/gem_hook.rb
89
88
  - lib/org.torquebox.messaging-client.rb
89
+ - lib/gem_hook.rb
90
90
  - lib/torquebox/messaging.rb
91
91
  - lib/torquebox/messaging/future_responder.rb
92
- - lib/torquebox/messaging/core.rb
93
- - lib/torquebox/messaging/text_message.rb
94
- - lib/torquebox/messaging/future.rb
95
- - lib/torquebox/messaging/session.rb
96
- - lib/torquebox/messaging/datamapper_marshaling.rb
97
- - lib/torquebox/messaging/queue.rb
98
- - lib/torquebox/messaging/destination.rb
99
92
  - lib/torquebox/messaging/task.rb
100
- - lib/torquebox/messaging/marshal_base64_message.rb
101
- - lib/torquebox/messaging/message_processor.rb
102
- - lib/torquebox/messaging/backgroundable.rb
103
- - lib/torquebox/messaging/backgroundable_processor.rb
104
- - lib/torquebox/messaging/const_missing.rb
105
93
  - lib/torquebox/messaging/echo_processor.rb
106
- - lib/torquebox/messaging/xa_connection_factory.rb
94
+ - lib/torquebox/messaging/destination.rb
107
95
  - lib/torquebox/messaging/xa_session.rb
108
96
  - lib/torquebox/messaging/connection.rb
109
- - lib/torquebox/messaging/marshal_message.rb
110
- - lib/torquebox/messaging/connection_factory.rb
111
- - lib/torquebox/messaging/xa_connection.rb
97
+ - lib/torquebox/messaging/backgroundable_processor.rb
112
98
  - lib/torquebox/messaging/topic.rb
99
+ - lib/torquebox/messaging/marshal_base64_message.rb
100
+ - lib/torquebox/messaging/datamapper_marshaling.rb
101
+ - lib/torquebox/messaging/text_message.rb
102
+ - lib/torquebox/messaging/session.rb
103
+ - lib/torquebox/messaging/core.rb
104
+ - lib/torquebox/messaging/xa_connection_factory.rb
105
+ - lib/torquebox/messaging/marshal_message.rb
113
106
  - lib/torquebox/messaging/json_message.rb
114
- - lib/torquebox/messaging/message.rb
115
107
  - lib/torquebox/messaging/edn_message.rb
108
+ - lib/torquebox/messaging/xa_connection.rb
109
+ - lib/torquebox/messaging/connection_factory.rb
110
+ - lib/torquebox/messaging/message_processor.rb
116
111
  - lib/torquebox/messaging/future_status.rb
112
+ - lib/torquebox/messaging/future.rb
113
+ - lib/torquebox/messaging/const_missing.rb
114
+ - lib/torquebox/messaging/message.rb
115
+ - lib/torquebox/messaging/queue.rb
116
+ - lib/torquebox/messaging/backgroundable.rb
117
+ - lib/torquebox/messaging/ext/javax_jms_queue_browser.rb
118
+ - lib/torquebox/messaging/processor_middleware/with_transaction.rb
117
119
  - lib/torquebox/messaging/processor_middleware/default_middleware.rb
118
120
  - lib/torquebox/messaging/processor_middleware/chain.rb
119
- - lib/torquebox/messaging/processor_middleware/with_transaction.rb
120
- - lib/torquebox/messaging/ext/javax_jms_queue_browser.rb
121
- - spec/destination_spec.rb
122
- - spec/chain_spec.rb
123
121
  - spec/message_processor_spec.rb
124
- - spec/future_responder_spec.rb
125
- - spec/datamapper_marshaling_spec.rb
126
- - spec/default_middleware_spec.rb
127
- - spec/backgroundable_spec.rb
128
- - spec/message_spec.rb
129
122
  - spec/task_spec.rb
123
+ - spec/chain_spec.rb
124
+ - spec/message_spec.rb
130
125
  - spec/future_spec.rb
126
+ - spec/datamapper_marshaling_spec.rb
127
+ - spec/backgroundable_spec.rb
128
+ - spec/destination_spec.rb
129
+ - spec/future_responder_spec.rb
130
+ - spec/default_middleware_spec.rb
131
131
  homepage: http://torquebox.org/
132
132
  licenses:
133
133
  - Public Domain
@@ -153,13 +153,13 @@ signing_key:
153
153
  specification_version: 4
154
154
  summary: TorqueBox Messaging Client
155
155
  test_files:
156
- - spec/destination_spec.rb
157
- - spec/chain_spec.rb
158
156
  - spec/message_processor_spec.rb
159
- - spec/future_responder_spec.rb
160
- - spec/datamapper_marshaling_spec.rb
161
- - spec/default_middleware_spec.rb
162
- - spec/backgroundable_spec.rb
163
- - spec/message_spec.rb
164
157
  - spec/task_spec.rb
158
+ - spec/chain_spec.rb
159
+ - spec/message_spec.rb
165
160
  - spec/future_spec.rb
161
+ - spec/datamapper_marshaling_spec.rb
162
+ - spec/backgroundable_spec.rb
163
+ - spec/destination_spec.rb
164
+ - spec/future_responder_spec.rb
165
+ - spec/default_middleware_spec.rb