1349 Commits

Author SHA1 Message Date
jbertram
831eabfc73 ARTEMIS-303 listing subs fails for JMS2 shared sub 2015-12-08 15:11:53 -06:00
Clebert Suconic
8abf9cfaa6 This closes #258 2015-12-07 19:09:05 -05:00
Ville Skyttä
6288f37064 Remove unused imports 2015-12-07 22:55:05 +02:00
Ville Skyttä
d0223af640 Remove unnecessary semicolons 2015-12-07 22:55:05 +02:00
Ville Skyttä
7bf3923cee Remove unnecessary @SuppressWarnings("unchecked") 2015-12-07 22:55:05 +02:00
Ville Skyttä
96e99e4151 Convert mac linefeeds to unix 2015-12-07 22:55:05 +02:00
Ville Skyttä
f8a1c5ba8e Remove redundant type arguments 2015-12-07 22:55:05 +02:00
Ville Skyttä
3b5ee6c7ea Remove unnecessary casts 2015-12-07 22:53:42 +02:00
Clebert Suconic
b0007c4533 This closes #257 2015-12-07 13:48:53 -05:00
Tom Ross
f29ab83727 NullPointerException when trying to list prepared transactions as JSON 2015-12-07 13:48:01 -05:00
Clebert Suconic
a95784096d This closes #256 2015-12-07 13:39:53 -05:00
jbertram
ae22fa2a5d ARTEMIS-314 test-case to exercise behavior 2015-12-07 13:39:53 -05:00
Clebert Suconic
deb84857a6 This closes #255 2015-12-07 13:38:35 -05:00
Ville Skyttä
25ae472455 Add missing @Override annotations 2015-12-06 01:27:35 +02:00
Clebert Suconic
fd38dddd0e This closes #254 2015-11-30 20:44:56 -05:00
Christian Schneider
3357ca5542 ARTEMIS-93 Add default config to feature 2015-11-30 15:40:17 +01:00
Andy Taylor
cfa39ab088 merge #253 - Added commons collection dependency, as part of artemis distribution 2015-11-30 10:01:53 +00:00
Andy Taylor
d123f3389f merge #252 - Upgrade RestEasy, Jolokia and SLF4J 2015-11-30 10:00:37 +00:00
Paul Gallagher
e7d0e91ddc Added commons collection dependency, as part of artemis distribution 2015-11-27 11:38:02 +00:00
Martyn Taylor
1c572ba647 Upgrade RestEasy, Jolokia and SLF4J 2015-11-26 12:00:34 +00:00
Martyn Taylor
686e645c3a Merge #251 2015-11-25 11:26:58 +00:00
Andy Taylor
00cac50a37 ARTEMIS-281 - add channel receiver correctly/
We also need to add the receiver whn the refcount = 1 and the channel may already be connected.

https://issues.apache.org/jira/browse/ARTEMIS-281
2015-11-25 09:45:39 +00:00
Andy Taylor
b34ee8717f ARTEMIS-305 - fixing colocated configuration can have mismatch of policies
https://issues.apache.org/jira/browse/ARTEMIS-305
2015-11-25 09:45:39 +00:00
Clebert Suconic
db0419259a This closes #250 2015-11-24 16:31:48 -05:00
jbertram
76dffa8b85 ARTEMIS-275 CLI switch for persistence 2015-11-24 16:31:47 -05:00
Clebert Suconic
f4219c07c6 This closes #249 2015-11-24 15:14:24 -05:00
Christian Schneider
8cc6c2f5fc More checkstyle fixes 2015-11-24 14:55:35 +01:00
Christian Schneider
b44290df75 Fix checkstyle 2015-11-24 14:30:47 +01:00
Christian Schneider
7afe263089 Register components 2015-11-24 12:35:05 +01:00
Christian Schneider
61d1f49c70 Switch to DS 2015-11-24 12:30:20 +01:00
Christian Schneider
be9dad3f2b OSGi support based on branch from gnodet 2015-11-24 11:12:10 +01:00
Clebert Suconic
37e7ba9f12 This closes #245 2015-11-23 21:42:15 -05:00
jbertram
956c54155f ARTEMIS-201 warn of potential OOME 2015-11-23 21:42:15 -05:00
Clebert Suconic
b8ddb660ee This closes #246 2015-11-23 21:40:36 -05:00
jbertram
6b42ffbd26 ARTEMIS-226 fix typo in Netty constants 2015-11-23 21:40:36 -05:00
Clebert Suconic
c5dc42657f This closes #247 2015-11-23 21:40:11 -05:00
Erich Duda
5dab6b8ed9 ARTEMIS-307 JMSIndividualAckTest#testAckedMessageAreConsumed fails on slower machines
The issue is solved by increasing timeout in consumer.receive method.
2015-11-23 21:40:11 -05:00
Clebert Suconic
2eecfdc71e This closes #248 2015-11-23 21:39:44 -05:00
jbertram
c0a6d6ee44 ARTEMIS-250 fix scale-down with security 2015-11-20 19:34:37 -06:00
Andy Taylor
527da42f16 merge #244 - ARTEMIS-304 Prompt for role when creating instance 2015-11-18 08:37:20 +00:00
jbertram
570ee53d6c ARTEMIS-304 Prompt for role when creating instance 2015-11-17 10:01:50 -06:00
Andy Taylor
5b824e1bcf merge #242 - ARTEMIS-302 - more work about improving resilience of MDBs and XA 2015-11-17 15:08:46 +00:00
Clebert Suconic
b1d5076108 ARTEMIS-302 - more work about improving resilience of MDBs and XA 2015-11-16 18:11:44 -05:00
Clebert Suconic
06b0c31193 small tweak on test 2015-11-11 17:04:46 -05:00
Clebert Suconic
95782a7bcb This closes #241 2015-11-11 16:34:21 -05:00
jbertram
c40ab12843 ARTEMIS-300 deprecate basic security manager
The old property-file based security manager shouldn't be used anymore. Instead
use the JAAS InVMLoginModule for in-vm tests, embedded use-cases, etc. and use
the other JAAS login modules for normal server use-cases.
2015-11-11 14:17:46 -06:00
Clebert Suconic
f72c226aec removing trace 2015-11-11 11:38:29 -05:00
jbertram
2b84a8120e This closes #240 2015-11-11 10:20:38 -06:00
Clebert Suconic
7bbd17cd37 ARTEMIS-302 - Improving XA Resilience 2015-11-11 09:50:58 -05:00
Clebert Suconic
a21a447b4c ARTEMIS-301 - Fixing concurrent issues over closing consumer during failover and reconnect 2015-11-10 14:29:34 -05:00