Justin Bertram
8703d9d51d
[maven-release-plugin] prepare for next development iteration
2017-11-01 00:38:57 -05:00
Justin Bertram
ec63189a0a
[maven-release-plugin] prepare release 2.4.0
2017-11-01 00:38:56 -05:00
Justin Bertram
a44b9d5edf
[maven-release-plugin] prepare for next development iteration
2017-10-31 12:09:43 -05:00
Justin Bertram
34a7431d1b
[maven-release-plugin] prepare release 2.4.0
2017-10-31 12:07:55 -05:00
Justin Bertram
cd99aba48b
ARTEMIS-1488 add 'all' client jar to distribution
2017-10-31 14:44:37 +00:00
Andy Taylor
804e12c7ce
ARTEMIS-1491 - removed duplicate Jolokia instance
...
https://issues.apache.org/jira/browse/ARTEMIS-1491
2017-10-31 09:33:10 -05:00
Justin Bertram
ba01bf7073
ARTEMIS-1483 upgrade beanutils
2017-10-27 16:47:11 +01:00
Justin Bertram
b07588a020
ARTEMIS-1467 clean up example
...
- Rename example project
- Leverage built-in 5.x Camel support instead of using WAR
- Clarify instructions
- Fix pom names/structure
2017-10-27 16:44:12 +01:00
Francesco Nigro
c76369ac7e
ARTEMIS-1476 Added HdrHistogram support with verbose SyncCalculation and synchronous writes
2017-10-26 11:47:38 -04:00
Timothy Bish
278b84e36c
ARTEMIS-1477 Add classifiers to the native transports
...
The changes to remove netty-all removes the classifiers that add the
dependency to the netty transport that includes the compiled native
library wrapper. Add those classifiers back in.
2017-10-24 18:43:23 -05:00
ederign1
56e2592e58
[ARTEMIS-1477] Removing netty-all dependency from clients
2017-10-23 20:24:33 -04:00
Timothy Bish
f364dd072b
ARTEMIS-1453 Update to latest Qpid JMS release 0.26.0
...
Depends on Netty 4.1.16.Final which has fixes for native transports.
2017-10-06 15:46:08 -04:00
Michael Andre Pearce
d34dbbd349
ARTEMIS-1439 remove duplicated jolokia version
...
As per review comment, removing duplicatation of version declaration of jolokia.
2017-09-29 11:35:25 -04:00
Michael Andre Pearce
5bebfe31ce
ARTEMIS-1438 Upgrade hawtio to latest
...
Set hawtio to 1.5.4
Exclude diagnostics tab to avoid Flight Recorder being exposed.
Update jolokia to latest to match hawtio
Update current documentation links to artemis site instead of github causing blank load if docs are not local built.
2017-09-28 22:58:38 -04:00
Michael Andre Pearce
b53b3acdb4
ARTEMIS-1439 Upgrade Netty to 4.1.16
...
Upgrade netty.
Remove tacticle fix for https://issues.apache.org/jira/browse/ARTEMIS-1099
as now fixed/handled upstream in netty from 4.1.16 https://github.com/netty/netty/issues/7150
2017-09-28 13:51:00 -05:00
Clebert Suconic
66edcf7f66
Revert "NO-JIRA: add licenses tag to pom.xml"
...
this is not needed...
This reverts commit f2f6fe250a
.
2017-09-27 12:57:43 -04:00
psakar
f2f6fe250a
NO-JIRA: add licenses tag to pom.xml
2017-09-26 15:36:25 -04:00
Robbie Gemmell
436ff6efc5
ARTEMIS-1432: update to qpid-jms 0.25.0 and proton-j 0.22.0
2017-09-22 15:35:10 +01:00
Clebert Suconic
c8982d775b
[maven-release-plugin] prepare for next development iteration
2017-09-05 17:03:48 -04:00
Clebert Suconic
84d5ac65b4
[maven-release-plugin] prepare release 2.3.0
2017-09-05 17:03:37 -04:00
Clebert Suconic
ed1b268d42
[maven-release-plugin] prepare for next development iteration
2017-08-31 13:48:09 -04:00
Clebert Suconic
21f2a4a52c
[maven-release-plugin] prepare release 2.3.0
2017-08-31 13:47:57 -04:00
Michael André Pearce
684dd24cc7
ARTEMIS-1335 Update Netty to 4.1.14
...
Update Netty to 4.1.14
2017-08-09 15:20:49 -04:00
Clebert Suconic
766f412c63
ARTEMIS-1325 Update proton 0.20 and qpid-jms 0.24
2017-08-08 13:22:10 -04:00
Michael Andre Pearce
12942a609f
ARTEMIS-1270 Management Console - Hawtio Solution
...
applying Artemis skin
2017-08-01 14:55:03 -04:00
Michael Andre Pearce
cadf909f78
ARTEMIS-1270 Management Console - Hawtio Solution
...
Add Hawtio to web
Add Custom ActiveMQ Hawtio Branding Plugin
2017-08-01 14:54:27 -04:00
Clebert Suconic
fdad83be22
[maven-release-plugin] prepare for next development iteration
2017-07-24 21:21:18 -04:00
Clebert Suconic
71b1cc2a20
[maven-release-plugin] prepare release 2.2.0
2017-07-24 21:21:06 -04:00
Clebert Suconic
14fe149fa5
ARTEMIS-1265 Fixing jacoco profile for IDE integration
...
Idea and Eclipse integration was broken because of the surefire plugin options
2017-07-24 15:11:24 -04:00
Jiri Danek
1b3d9cfed0
ARTEMIS-1276 fix JmsSendReceiveWithMessageExpirationTest
2017-07-24 10:50:52 -04:00
Erich Duda
22b4755fbb
ARTEMIS-1265 JaCoCo profile for getting code coverage report
...
Added two maven profiles for:
- generating JaCoCo exec files
- generating JaCoCo reports
2017-07-24 09:56:08 -04:00
gtully
cda1e018e1
ARTEMIS-1264 Foundation work for authentication with Kerberos using KRB_ cypher suites.
...
Core client with netty connector and acceptor doing kerberos
jaas.doAs around sslengine init such that the SSL handshake can do kerberos ticket
generaton and validation.
The kerberos authenticated user is then validated with the security manager before
being populated into the message userId.
The feature is enabled with the kerb5Config property. When lowercase it is the
principal. With a leading uppercase char it is the login.config entry to use.
2017-07-06 11:30:25 -04:00
Guillaume Nodet
b6dcff039f
[ARTEMIS-1196] Fix missing JSON support
2017-06-22 12:16:25 -04:00
Michael Andre Pearce
b8ebe05775
ARTEMIS-1188: Update sevntu to 1.24.0 available in maven central
...
remove custom repo
update groupid to match artifact in maven central.
bump version also to that now deployed to maven central.
bump checkstyle version to 7.7 to make compatible.
updated checkstyle.xml to ignore existing issues which are prolific
which are now flagged in latest version as some bugs in previous meant they we'ren't detected e.g. https://github.com/checkstyle/checkstyle/issues/3320
fixing some violations which are not too prolific.
2017-05-30 09:54:17 -04:00
Clebert Suconic
bfc58d1079
ARTEMIS-1129 Fixing tests after client all
...
Shade is generating a file named dependency-reduced-pom.xml
and this is being considered with unaproved license.
2017-05-18 09:30:18 -04:00
Michael Andre Pearce
4ad931ae1b
ARTEMIS-1129: Client Dependencies
...
Create shaded versions of the clients, so that end users have a single clean dependency to depend on.
Third party dependency's are re-packaged/relocated to avoid version / depedency issues.
2017-05-17 18:02:18 -04:00
Timothy Bish
3b49450cb6
ARTEMIS-1168 Update Qpid JMS and Proton-J to latest versions
...
Updates Qpid JMS to 0.23.0
Updates Proton-j to 0.19.0
2017-05-16 16:19:47 -04:00
Clebert Suconic
ce61d20f5a
[maven-release-plugin] prepare for next development iteration
2017-05-08 15:20:12 -04:00
Clebert Suconic
64e8f015ee
[maven-release-plugin] prepare release 2.1.0
2017-05-08 15:20:01 -04:00
Clebert Suconic
36c9659279
[maven-release-plugin] prepare for next development iteration
2017-05-05 22:11:09 -04:00
Clebert Suconic
7b5082639f
[maven-release-plugin] prepare release 2.1.0
2017-05-05 22:10:58 -04:00
James Perkins
b1e4204a10
ARTEMIS-1144 Use the org.jboss.slf4j:slf4j-jboss-logmanager binding
...
to allow slf4j to bind to the jboss-logmanager/jul
2017-05-05 09:46:04 -04:00
Michael Andre Pearce
40fc2b7721
ARTEMIS-1138 OSGI Netty Epoll Fix
...
* update qpid jms to 0.22 to pick up epoll change there.
* update netty to 4.1.9 to avoid version issues as qpid also uses.
* add netty-transport-native-epoll bundle to netty-core feature
2017-05-02 13:00:10 -04:00
Justin Bertram
cf911a1ca7
ARTEMIS-457 upgrade JGroups
2017-04-28 10:14:57 +01:00
Andy Taylor
3665cd1f25
no jira - upgrade Jetty version
2017-04-19 07:45:27 +01:00
Andy Taylor
e290ec92d0
no jira - upgrade ActiveMQ version
2017-04-18 10:39:52 +01:00
Ingo Weiss
e6f757e44f
[ARTEMIS-861] Artemis 1.5 compilation fails with IBM JDK
...
Issue: https://issues.apache.org/jira/browse/ARTEMIS-861
2017-04-10 10:16:44 -04:00
Clebert Suconic
dd27fb587f
ARTEMIS-1089 Moving smoke tests under ./tests/smoke-tests
...
This is moving the smoke tests creates as part of the relication tests.
They are also now based on junit tests.
And to support starting servers I am exposing basedir to unit tests in general.
2017-04-05 13:06:55 +01:00
Clebert Suconic
aafb2087fa
Revert "NO-JIRA upgrade maven-surefire-plugin to 2.19.1"
...
This reverts commit 63054a0706
.
2017-03-29 21:43:06 -04:00
Jiri Danek
63054a0706
NO-JIRA upgrade maven-surefire-plugin to 2.19.1
2017-03-29 09:27:27 -04:00
Benjamin Graf
8716be7200
ARTEMIS-1038: Upgrade qpid-jms-client to 0.21.0
2017-03-17 15:08:22 -04:00
Clebert Suconic
ae34b01065
ARTEMIS-1038 Make usage of Delivery.available and upgrade proton
2017-03-15 14:37:41 -04:00
Martyn Taylor
c40823e5ec
[maven-release-plugin] prepare for next development iteration
2017-03-10 14:54:33 +00:00
Martyn Taylor
70e319d6e3
[maven-release-plugin] prepare release 2.0.0
2017-03-10 14:52:26 +00:00
Martyn Taylor
f1a5f1caf9
Revert "[maven-release-plugin] prepare release 2.0.0"
...
This reverts commit 057047499b
.
2017-03-10 14:45:29 +00:00
Martyn Taylor
1964abe567
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit 9a52f51c9f
.
2017-03-10 14:44:58 +00:00
Martyn Taylor
9a52f51c9f
[maven-release-plugin] prepare for next development iteration
2017-03-10 11:36:36 +00:00
Martyn Taylor
057047499b
[maven-release-plugin] prepare release 2.0.0
2017-03-10 11:25:47 +00:00
Clebert Suconic
fe0ca4d84f
ARTEMIS-1009 Pure Message Encoding.
...
with this we could send and receive message in their raw format,
without requiring conversions to Core.
- MessageImpl and ServerMessage are removed as part of this
- AMQPMessage and CoreMessage will have the specialized message format for each protocol
- The protocol manager is now responsible to send the message
- The message will provide an encoder for journal and paging
2017-03-05 23:08:53 -05:00
Clebert Suconic
c1fa5d07c7
ARTEMIS-1019 Removing Aeroegear
...
Aeroegear has other ways to use Artemis
2017-03-05 22:57:49 -05:00
Clebert Suconic
c0fe187666
ARTEMIS-1019 removing vertx integration
2017-03-05 22:57:07 -05:00
Clebert Suconic
c33c321a6a
ARTEMIS-923 bumping minimal maven to 3.1.0
...
Currently the build fails with 3.0.0
2017-01-16 13:36:35 -05:00
Andy Taylor
881615e646
ARTEMIS-891 - upgrade proton to 0.16
...
https://issues.apache.org/jira/browse/ARTEMIS-891
2016-12-14 18:25:26 +00:00
Martyn Taylor
6682072da6
Major Version Bump 2.0.0 After Major Arch Change
2016-12-09 18:43:15 +00:00
jbertram
84e8a87325
ARTEMIS-876 Remove all reliances on JMS prefixing
2016-12-09 18:43:15 +00:00
jbertram
5e7475115d
ARTEMIS-781 Add journal record for address binding
2016-12-09 18:43:15 +00:00
Martyn Taylor
abdeb72eb7
ARTEMIS-782 Added configuration elements for new address model
2016-12-09 18:43:15 +00:00
Clebert Suconic
ebbc91c728
[maven-release-plugin] prepare for next development iteration
2016-12-06 16:59:52 -05:00
Clebert Suconic
5bcbea2517
[maven-release-plugin] prepare release 1.5.1
2016-12-06 09:47:43 -05:00
Paul Gallagher
3f60e9cf88
NO-JIRA: Move version properties to top level pom and add the runtime artifacts to the dependencyManagement
2016-11-21 17:21:44 -05:00
Benjamin Graf
95e88dd22f
ARTEMIS-852: Add PK and index to create journal table DDL script
2016-11-16 10:08:10 +01:00
Paul Gallagher
3b2e2e4b3b
Upgrade Proton version
2016-11-08 09:07:36 -05:00
Clebert Suconic
f2db1c4337
[maven-release-plugin] prepare for next development iteration
2016-11-03 15:35:05 -04:00
Clebert Suconic
13a8a2bd40
[maven-release-plugin] prepare release 1.5.0
2016-11-03 15:34:54 -04:00
Clebert Suconic
21a77056a8
Revert "javadoc: Enable all but missing and syntax doclint checks"
...
this would break the release script.
This reverts commit c70883674f
.
2016-11-03 15:20:11 -04:00
Christopher L. Shannon (cshannon)
639656a94d
https://issues.apache.org/jira/browse/ARTEMIS-819
...
Increasing the minimum required version of Java to Java 8
2016-10-24 19:37:57 -04:00
Clebert Suconic
b23207c019
ARTEMIS-756 Moving Client CDI as a main module
2016-10-24 12:12:18 -04:00
Paul Gallagher
e4d58ce596
Upgrade Jolokia version
2016-10-24 12:28:49 +01:00
Paul Gallagher
fcb70f3f60
ARTEMIS-779 upgrade to netty 4.1.5.Final
2016-10-10 23:24:56 +02:00
Ville Skyttä
c70883674f
javadoc: Enable all but missing and syntax doclint checks
...
Using multiple -Xdoclint options instead of one with all,-missing,-syntax
because of https://issues.apache.org/jira/browse/MJAVADOC-368
2016-10-10 10:02:49 +02:00
Ville Skyttä
b7b3ff7f31
Remove some redundant rat-plugin exclusions
2016-10-10 10:01:01 +02:00
Ville Skyttä
b2fe246e62
Add EditorConfig
...
http://editorconfig.org/
2016-10-10 10:01:01 +02:00
Clebert Suconic
ec48f9ed00
ARTEMIS-765 Improve Checkstyle
2016-09-30 11:12:09 -04:00
John D. Ament
9163c679ef
ARTEMIS-756 introduce CDI based integration for Artemis. Includes integration tests on both Weld and OWB.
2016-09-29 16:25:47 -04:00
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
Martyn Taylor
4922a7618a
Bump to next version to 1.3.0-SNAPSHOT
2016-01-20 17:25:07 +00:00
Paul Gallagher
dcdba1fcbb
Added npm shrinkwrap file
2016-01-19 11:57:25 +00:00
Martyn Taylor
64f74acdbc
ARTEMIS-27 / ARTEMIS-340 Add JDBC Storage Manager
2016-01-13 09:38:40 -05:00
Clebert Suconic
e847c14b94
using double quotes otherwise Idea can't run the tests properly
2016-01-11 20:02:46 -05:00
Clebert Suconic
34b66351fb
ignoring stuff from cmake / native build
2016-01-04 11:21:10 -05:00
Martyn Taylor
2c430e597b
[maven-release-plugin] prepare for next development iteration
2016-01-04 11:50:36 +00:00
Martyn Taylor
f182c806b6
[maven-release-plugin] prepare release 1.2.0
2016-01-04 11:49:58 +00:00
Martyn Taylor
5f32e6575c
[maven-release-plugin] prepare for next development iteration
2016-01-04 09:24:34 +00:00
Martyn Taylor
150c5d87aa
[maven-release-plugin] prepare release 1.2.0
2016-01-04 09:19:35 +00:00
Andy Taylor
913f0268ad
restrict maven version to 3.1
2015-12-23 10:58:44 -05:00
Paul Gallagher
c1f609c161
Fix for missing dependencies at the top level pom
2015-12-22 15:38:51 +00:00
Ville Skyttä
8fbb9b6385
Upgrade maven-pmd-plugin to 3.6, remove redundant config
...
Recent versions default to project.build.sourceEncoding and
maven.compiler.target.
2015-12-21 21:47:15 -05:00
Ville Skyttä
a681d5e750
Specify javac source and target via maven.compiler.* properties
2015-12-21 21:47:15 -05:00
John D. Ament
6f3d435ee8
ARTEMIS-326 Quote parameters that may include spaces.
2015-12-21 20:57:06 -05:00
Paul Gallagher
c5b6e44e52
Upgraded version of jboss logmanager
2015-12-18 14:12:28 +00:00
Martyn Taylor
90c9469701
[maven-release-plugin] prepare for next development iteration
2015-12-17 17:03:40 +00:00
Martyn Taylor
df61224d2d
[maven-release-plugin] prepare release 1.2.0
2015-12-17 17:01:58 +00:00
Martyn Taylor
95430ec2ac
Add license comment to OSGI deps
...
Although the scope is "provided" we still aim to track the licenses in
the pom.xml, to avoid mistakes going forward.
2015-12-17 12:37:39 +00:00
Paul Gallagher
052f77f8f7
Upgrade org.jgroups-jgroups to latest version
2015-12-15 17:19:04 +00:00
jbertram
05382ac068
ARTEMIS-309 upgrade commons-collections
2015-12-09 09:56:05 -06: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
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
Christian Schneider
be9dad3f2b
OSGi support based on branch from gnodet
2015-11-24 11:12:10 +01:00
Andrea Cosentino
cafeaab8de
ARTEMIS-286 Upgrade Netty to version 4.0.32.Final
2015-10-29 09:22:21 -04:00
jbertram
6ed9c5ae91
ARTEMIS-74 import JAAS auth from 5.x
...
This change allows the use of JAAS login modules for basic authentication
and authorization.
2015-10-09 11:42:22 -05:00
Clebert Suconic
bfe2e055f6
Revert "adding -Xcheck:jni to the build parameters"
...
This reverts commit c89316623f
.
This is causing unecessary warnings on the testsuite after JNI issues on the JDK itself
2015-10-04 21:14:20 -04:00
Clebert Suconic
c89316623f
adding -Xcheck:jni to the build parameters
...
As recommended on http://stackoverflow.com/questions/32871715/why-newglobalref-will-core-dump-on-jni-on-an-ibm-jdk/32905153#32905153
2015-10-02 15:11:39 -04:00
Clebert Suconic
cfce98cb45
Changing npm front end plugin to be used only on the release profile
...
Also this is filtering node-js installation out of the source installation
2015-09-28 15:43:32 -04:00
Paul Gallagher
67e3e207cf
Added npm-frontend-plugin to install gitbook and use from maven directly
2015-09-28 15:43:32 -04:00
Martyn Taylor
bb2c890803
[maven-release-plugin] prepare for next development iteration
2015-09-15 15:43:44 +01:00
Martyn Taylor
63ea448728
[maven-release-plugin] prepare release 1.1.0
2015-09-15 15:41:37 +01:00
Martyn Taylor
6408fd0357
[maven-release-plugin] prepare for next development iteration
2015-09-11 19:01:57 +01:00
Martyn Taylor
c512f12a34
[maven-release-plugin] prepare release 1.1.0
2015-09-11 19:01:19 +01:00
Clebert Suconic
649edd3a37
improving jdk detection and javadoc options
...
The build wasn't working at this stage unless I specified release due to some javadoc issues
What could break builds after releases
2015-09-11 09:05:25 -04:00
Martyn Taylor
fec6546480
[maven-release-plugin] prepare for next development iteration
2015-09-08 16:39:59 +01:00
Martyn Taylor
4d0b15b043
[maven-release-plugin] prepare release 1.1.0
2015-09-08 16:29:09 +01:00
Martyn Taylor
82f6a88d59
[maven-release-plugin] prepare for next development iteration
2015-09-07 10:02:01 +01:00
Martyn Taylor
8c1e0e15fc
[maven-release-plugin] prepare release 1.1.0
2015-09-07 10:01:10 +01:00
Martyn Taylor
a2aa18c123
[maven-release-plugin] prepare for next development iteration
2015-09-04 20:20:13 +01:00
Martyn Taylor
a5decb659e
[maven-release-plugin] prepare release 1.1.0
2015-09-04 20:19:11 +01:00
Martyn Taylor
4576ccea08
[maven-release-plugin] prepare for next development iteration
2015-09-04 19:48:52 +01:00
Clebert Suconic
76288a3ad9
Adding -Xdoclint:none back and requiring java8 only for the release profile
2015-09-04 10:01:25 -04:00
Clebert Suconic
d70791c95a
ARTEMIS-120 - Netty update
2015-09-03 22:26:46 -04:00
Clebert Suconic
ab618d295d
binding UDP to localhost so the testsuite will work on environments where UDP is not available due to firewal constraints
...
The server would need to have loopback routes for UDP for this to work.
2015-09-03 18:06:10 -04:00
Clebert Suconic
a440682ec0
upgrading activemq openwire client
2015-08-24 20:09:33 -04:00
Ville Skyttä
e46dd5f6f9
Suppress unfixable checkstyle violations in JavaCC generated sources
2015-08-16 15:36:05 +03:00
Ville Skyttä
eb407389a6
Update maven-checkstyle-plugin to version 2.16
2015-08-16 15:26:15 +03:00
Clebert Suconic
64981f9001
Update proton to 0.10
2015-08-14 11:42:29 -04:00
Martyn Taylor
90940091d3
Downgrade Paho SNAPSHOT dep to latest release
2015-08-12 11:59:12 +01:00
Clebert Suconic
21bf440636
This commit has improvements on the examples including:
...
https://issues.apache.org/jira/browse/ARTEMIS-113 Better organize examples
https://issues.apache.org/jira/browse/ARTEMIS-114 Some openwire examples
2015-08-11 23:44:43 -04:00
Martyn Taylor
f48fc9bf76
Added Basic MQTT Pub Sub example
2015-08-11 21:55:18 -04:00
Clebert Suconic
d68fd6099b
update apache pom
2015-08-11 21:55:18 -04:00
Clebert Suconic
dd8203185b
ARTEMIS-180 removing -Pexample and some other improvements around the examples
2015-08-07 15:17:28 -04:00
Martyn Taylor
0f82ca754b
Added Initial MQTT Protocol Support
2015-07-09 11:08:04 +01:00
John D. Ament
50d8db2c12
ARTEMIS-148 Upgrade to alpha 2 JAR.
2015-06-30 10:23:48 -04:00
Clebert Suconic
91a41adaa8
Removing extra-tests from running tests on PR builds
2015-06-23 23:43:44 -04:00
Clebert Suconic
b05e345641
removing website from dev profile to speed up compilation time
2015-06-22 19:34:53 -04:00
Clebert Suconic
309ce4324c
Fixing javadoc and removing the -Xdoclint option from the pom.xml
...
Also, since JDK 1.8 is no longer required I'm downgrading the JDK to 1.7 minimal.
We can review that back to 1.8 when we really need 1.8 features.
2015-06-09 22:13:11 -04:00
Daniel Kulp
419a3cc213
Start working on trying to get the javadoc stuff to pass without the lint stuff.
...
"mvn install" now works without the lint, but a "mvn install javadoc:jar" still fails. Since that is what the release plugin uses, need to keep the lint there for now. Still lots of failures.
2015-06-09 15:29:58 -04:00
Daniel Kulp
e608f24bfb
Add m2e generated things to rat excludes
2015-06-09 12:46:54 -04:00
Howard Gao
60979268e1
ARTEMIS-127 Adding activemq unit test module to Artemis
...
This test module brings in activemq unit tests and run them
against Artemis broker.
2015-06-09 12:35:56 -04:00
Clebert Suconic
65d549f6b0
ARTEMIS-120 Upgrade Netty
...
https://issues.apache.org/jira/browse/ARTEMIS-120
This is working around the change at 55fbf007f0
Where a message is necessary at this point
2015-06-09 11:00:55 -04:00
Daniel Kulp
9c9ea9d894
Revert update to compiler plugin. Seems to be having problems with the APT processing.
2015-06-09 04:39:25 -04:00
Daniel Kulp
86f705b5c5
Updates needed to get artemis to be loaded into m2e.
2015-06-08 14:27:41 -04:00