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
Daniel Kulp
31f88b4a31
Add mailing lists, remove developers section from pom.xml
2015-06-08 12:42:43 -04:00
Daniel Kulp
9f24db067f
No need to specify license... inherited from parent pom
2015-06-08 12:36:08 -04:00
Daniel Kulp
ed997d8728
Fix JIRA project name
2015-06-08 12:14:48 -04:00
Clebert Suconic
4397d9c9d3
Temporary Revert "ARTEMIS-120 Upgraded Netty to latest 4.0.x."
...
This reverts commit 0c26ccd9de
.
For some reason netty update is breaking up tests... so I will revert now,
and we can add this back whenever we fix those
2015-06-04 12:17:05 -04:00
Clebert Suconic
0cbde582fb
ARTEMIS-118 update activemq client
...
https://issues.apache.org/jira/browse/ARTEMIS-118 - update activemq client
This is just updating the activemq client version
2015-06-04 10:29:12 -04:00
John D. Ament
e2f301dd85
ARTEMIS-119 Changed dependency to use Tomcat Servlet API 3.1.
2015-06-04 10:20:33 -04:00
John D. Ament
ef1b9605dc
ARTEMIS-119 Upgraded to Jetty 9.2.
2015-06-04 10:20:32 -04:00
John D. Ament
0c26ccd9de
ARTEMIS-120 Upgraded Netty to latest 4.0.x.
2015-06-03 21:28:40 -04:00
Clebert Suconic
09fc0a9d46
removing wrong comment
...
this is just removing a typo from the pom I introduced on my last PR
2015-06-03 10:22:44 -04:00
Clebert Suconic
a6b8a09b65
Cleanup issues reported by error prone
...
We had a few reported small issues on the codebase from the recent introduced google error prone.
This should eliminate any issues, and I am making sure these won't happen again
2015-05-28 23:49:59 -04:00