Paul Gallagher
704de5b204
Add javax inject dependancy, is part of the distributiona and should be versioned in the pom, have put the runtime versions into properties in the pom as well
2016-09-28 22:26:27 -04:00
Ville Skyttä
78d8ddffbe
Flag missing @Override as error in Error Prone
2016-09-27 14:36:00 +03:00
Ville Skyttä
75b52169f8
Update javac-errorprone to 2.8 and error_prone_core to 2.0.9
2016-09-27 13:49:21 +03:00
Quinn Stevenson
db095926ed
ARTEMIS-737 - added JUnit rules for Artemis servers and clients
2016-09-26 17:57:52 -04:00
Clebert Suconic
1fac2df198
Adding OWASP reporting into pom
2016-09-13 17:06:25 +01:00
Clebert Suconic
46d3f4abcc
Version upgrades
2016-09-09 14:49:33 -04:00
Clebert Suconic
505b732843
[maven-release-plugin] prepare for next development iteration
2016-09-06 12:17:31 -04:00
Clebert Suconic
b305e231ec
[maven-release-plugin] prepare release 1.4.0
2016-09-06 12:17:08 -04:00
Clebert Suconic
87c3f23e88
ignoring IDE settings from the source distribution
2016-09-06 11:42:09 -04:00
Ville Skyttä
e1728f0797
Spelling fixes
2016-08-25 14:22:32 -04:00
Clebert Suconic
a3840c23c3
[maven-release-plugin] prepare for next development iteration
2016-08-16 11:59:55 -04:00
Clebert Suconic
d38ef19bf6
[maven-release-plugin] prepare release 1.4.0
2016-08-16 11:59:36 -04:00
Clebert Suconic
b3a8327ab7
Upgrade to the latest apache pom (18)
2016-08-15 19:25:53 -04:00
bayern39
a741642a48
[ARTEMIS-642] Disable slow client reconnecting with KILL slow client policy
2016-08-03 18:39:57 -04:00
Clebert Suconic
5d11967ed4
ARTEMIS-659 Remove unneeded CDI dependency
2016-08-01 15:50:39 -04:00
Ville Skyttä
c144f397fd
Update checkstyle version and config in reporting
2016-07-28 12:28:19 -04:00
John D. Ament
d0ecf0f3a5
ARTEMIS-565 Replace json.org with javax.json
...
Javax.json is a newer JSR, but has an ASF compliant version, is pretty close to the original JSON.org API and will support a standard annotation based JSON-B solution at some point soon.
Updated integration tests and removed JSON.org from license.
2016-07-25 21:44:57 -04:00
Paul Gallagher
8feec25d58
Update version of netty4
2016-07-20 14:37:00 +01:00
gm2
5c92ce1267
ARTEMIS-613 Artemis build enhancements
...
1. Transparent integration / project importing at Eclipse IDE (Neon version)
2. Inclusion of maven-wrapper (no need of maven previously installed nor JAVA_HOME / MAVEN exports on PATH)
building with ./mvnw -Prelease install under activemq-artemis folder
3. Updating maven java compiler version to 1.8
2016-07-05 15:13:35 -04:00
jbertram
beda16b050
ARTEMIS-602 Fix REST examples
2016-07-05 12:44:17 -04:00
Martyn Taylor
515b5aba89
Upgrade ApacheRat to 0.12
2016-07-04 17:31:15 +01:00
Ville Skyttä
b3ed6fbd43
Use sevntu-checkstyle check for required annotation parameters
...
RequiredParameterForAnnotation available on Sevntu since https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/321
2016-06-14 20:50:21 -04:00
Ville Skyttä
560ba1b39b
Add Sevntu-checkstyle diamond operator check
2016-06-14 20:50:21 -04:00
Ville Skyttä
fb56cc7414
Update maven-checkstyle-plugin to 2.17
2016-06-13 16:46:41 +03:00
Martyn Taylor
9ae39f663f
[maven-release-plugin] prepare for next development iteration
2016-06-09 12:52:56 +01:00
Martyn Taylor
221039e353
[maven-release-plugin] prepare release 1.3.0
2016-06-09 12:49:13 +01:00
Martyn Taylor
319439ab27
[maven-release-plugin] prepare for next development iteration
2016-06-09 12:25:19 +01:00
Martyn Taylor
2c5ab446be
[maven-release-plugin] prepare release 1.3.0
2016-06-09 12:24:48 +01:00
Martyn Taylor
4a07091718
[maven-release-plugin] prepare for next development iteration
2016-06-09 11:25:03 +01:00
Martyn Taylor
93cf7b4b9b
[maven-release-plugin] prepare release 1.3.0
2016-06-09 11:23:03 +01:00
Martyn Taylor
4574b3ee13
[maven-release-plugin] prepare for next development iteration
2016-06-08 11:03:35 +01:00
Martyn Taylor
2b3d22c5cc
[maven-release-plugin] prepare release 1.3.0
2016-06-08 11:02:14 +01:00
jbertram
e53649a6b9
ARTEMIS-322 auto-create/delete JMS topic
...
Implements a new feature for the broker whereby it may automatically create and
delete JMS topics which are not explicitly defined through the management API
or file-based configuration. A JMS topic is created in response to a sent
message or connected subscriber. The topic may subsequently be deleted when it
no longer has any subscribers. Auto-creation and auto-deletion can both be
turned on/off via address-setting.
2016-06-06 16:00:57 -04:00
Martyn Taylor
634fc1b482
Added MySQL Support
2016-06-01 19:04:25 +01:00
Martyn Taylor
79904aeb64
Add PostGres Driver
2016-06-01 16:09:42 +01:00
Paul Gallagher
2e06a21aa4
Update version of resteasy and jgroups
2016-05-31 14:20:06 +01:00
Clebert Suconic
37e6d7f941
update proton
2016-05-25 09:41:40 -04:00
jbertram
d6bbc9ce35
ARTEMIS-531 upgrade Jolokia
2016-05-23 18:26:21 -04:00
Dejan Bosanac
e994eda356
ARTEMIS-521 - OSGi support - add unit test
...
ARTEMIS-521 - OSGi support - move unit test to integration tests
2016-05-19 11:53:31 -05:00
Andy Taylor
c161ab46a6
ARTEMIS-503 - replace proton-jms with proton-jms from ActiveMQ
...
Ive copied over the source itself
https://issues.apache.org/jira/browse/ARTEMIS-503
2016-05-03 10:40:56 -04:00
Andy Taylor
9a17681f83
ARTEMIS-503 - replace proton-jms with proton-jms from ActiveMQ
...
https://issues.apache.org/jira/browse/ARTEMIS-503
2016-04-25 14:13:30 +01:00
Paul Gallagher
a3ffa9aa34
Update to use one version of slf4j defined at the top level pom
2016-04-20 14:14:45 +01:00
Paul Gallagher
1aac582ce8
Update to dependency versions jgroups
2016-04-04 11:07:50 -05:00
Paul Gallagher
d87c7e4f16
Update to dependency versions jgroups and resteasy
2016-03-07 15:51:45 -05:00
Paul Gallagher
0f3a973299
Update versions of jboss-logging and javax.enterprise-cdi-api
2016-02-24 18:03:24 +00:00
Clebert Suconic
02afdbbb12
Upgrade proton to 0.12
2016-02-18 10:14:26 -06:00
Paul Gallagher
5696027b18
Upgrade jboss-logmanager version
2016-02-11 16:44:56 +00:00
Paul Gallagher
6e7f3db8a5
Update the resteasy version
2016-02-08 16:58:46 -05:00
Paul Gallagher
90c54b274e
Make the openwire examples use the activemq5 version from the top level pom
2016-02-08 10:42:38 -06:00
Martyn Taylor
32a9d60a3d
Allow users to configure jdbc driver class name
...
This patch allows users to configure the Driver class that the JDBC
store and journal uses and removes Derby as a default.
2016-02-08 11:23:38 -05:00