8176 Commits

Author SHA1 Message Date
Clebert Suconic
d101bcbf59 Fixing ServiceLocator on the testsuite
My previous commit broke the location of the ServiceUtil / TransactionManagerLocator
This commit is setting a new DummyTM on the integration-tests-suite and the proper TM Locator on the extra-tests
2015-03-06 22:57:04 -05:00
Clebert Suconic
3c99562358 This closes #156 on broken links update 2015-03-06 20:33:46 -05:00
jbertram
586b968dcc Remove broken links from website 2015-03-06 16:31:39 -06:00
jbertram
f52bc878ee This closes #157 - pom/testsuite fixes 2015-03-06 16:24:25 -06:00
Clebert Suconic
3661829e6d Refactored the testsuite a bit
With these changes the testsuite is not using any LGPL code by default. Anything woud go through extra-tests

These following changes were made on this commit (in summary):
- renamed byteman-tests as extra-tests
- added extra-tests on a new profile called extra-tests
- added all the other tests back to the tests profile
- removed concurrent-tests and moved them all to timing-tests
- removed old tests that were ignored for a long time and were stale
2015-03-06 17:16:26 -05:00
Clebert Suconic
b5a04eb79f fixing snapshot dependencies after the release 2015-03-06 16:53:36 -05:00
Martyn Taylor
b0167ea0c8 [maven-release-plugin] prepare for next development iteration 2015-03-06 16:31:03 +00:00
Martyn Taylor
c2edf8293b [maven-release-plugin] prepare release 6.0.0 2015-03-06 16:30:25 +00:00
Andy Taylor
9349ef382a merge #155 - Prepare tests example for release 2015-03-06 15:47:12 +00:00
Martyn Taylor
2b4e7babb6 Prepare examples,tests for release 2015-03-06 15:28:08 +00:00
Andy Taylor
f93fb76404 merge #154 - Assembly notice 2015-03-06 14:50:06 +00:00
Martyn Taylor
4142d75954 Merge PR #153 2015-03-06 14:48:26 +00:00
Martyn Taylor
6ba119908e re 2015-03-06 14:38:52 +00:00
Andy Taylor
8ce007f4ab fixed test poms to exclude cat X tests modules 2015-03-06 14:23:50 +00:00
Martyn Taylor
8b641b5569 remove jboss logging spi from dep management 2015-03-06 13:45:08 +00:00
Martyn Taylor
b581f336f4 Update RELEASING to point to Apache guide 2015-03-06 13:45:08 +00:00
Martyn Taylor
1e9c70d380 Remove byteman,jms,integration tests from source distribution 2015-03-06 13:45:08 +00:00
Andy Taylor
d5ad8b2a5d merge #151 - reset Version numbers after release revert 2015-03-06 11:46:47 +00:00
Martyn Taylor
969d02f15f reset Version numbers after release revert 2015-03-06 11:43:46 +00:00
Andy Taylor
30f0577499 merge #151 - Few small changes 2015-03-06 08:11:39 +00:00
Clebert Suconic
d00c812a06 removing apiviz
Apiviz is not maintained any longer, so I don't want to include it on apache activemq6 any longer.
We may replace it for something else later, but apiviz should be removed now
2015-03-05 23:53:20 -05:00
Andy Taylor
84504ba573 merge #150 - Revert release source changes 2015-03-05 14:49:02 +00:00
Martyn Taylor
a4f5d747ef Build bin/source distro together 2015-03-05 14:44:02 +00:00
Martyn Taylor
526135d1fb Revert "[maven-release-plugin] prepare release 6.0.0"
This reverts commit 807c4e3075c64c99982ed0284dacb78f69094b57.
2015-03-05 14:41:02 +00:00
Martyn Taylor
a708c9139a Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit ba3d185ac7747f05c73ffe3df21ecdf4f8641f03.
2015-03-05 14:40:41 +00:00
Martyn Taylor
ba3d185ac7 [maven-release-plugin] prepare for next development iteration 2015-03-05 11:44:13 +00:00
Martyn Taylor
807c4e3075 [maven-release-plugin] prepare release 6.0.0 2015-03-05 11:43:36 +00:00
Andy Taylor
2031ce8851 merge #149 - Revert release 2015-03-05 11:23:41 +00:00
Martyn Taylor
6f0a00c3d6 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 67c0ce590463f56be204c69cb7a1f9536f1a4c31.
2015-03-05 11:18:43 +00:00
Martyn Taylor
1a955b8631 Revert "[maven-release-plugin] prepare release 6.0.0"
This reverts commit 79ee955615af585608f6bd06f3f0a725c54117ae.
2015-03-05 11:18:34 +00:00
Andy Taylor
eb3bc2968c merge #148 - Add source assembly to distribution build 2015-03-05 11:06:00 +00:00
Martyn Taylor
fef0999e6c Add source assembly to distribution build 2015-03-05 11:04:35 +00:00
Andy Taylor
5f7cbae04d merge #147 - fix windows start script typo 2015-03-05 09:18:48 +00:00
Andy Taylor
3ba99e74bd merge #146 - Handful of fixes 2015-03-05 09:17:28 +00:00
Howard Gao
a80b1640e0 fix windows start script typo 2015-03-05 15:41:56 +08:00
jbertram
63064506e0 Increase timeouts for slower environments 2015-03-04 14:44:24 -06:00
jbertram
080c1dd058 Make test more robust
It is possible for the createHAServerLocator() method to return a
connection to the node with the non-default password causing the test
to fail.
2015-03-04 14:44:24 -06:00
jbertram
9a88941a51 ACTIVEMQ6-86 Backup announcement may fail
When a live and backup server are both started at or near the same moment
there is a small window where the live server's acceptors have been
started but the server's state != STARTED. During this window if the
backup sends its announcement the announcement will fail and the backup
will shutdown. This fix closes this small window by only starting the
acceptors until the server is fully started.
2015-03-04 14:44:24 -06:00
jbertram
242a5fac8a This closes #145 - readme + profiles renamed 2015-03-04 14:41:19 -06:00
Clebert Suconic
78520151f8 Renaming profiles to tests and fast-tests
Also changing the README to be in according to what's used now
Also add some wording about style on Idea
2015-03-04 15:09:26 -05:00
Clebert Suconic
8455ea1aef This closes #144 - another change for the source distro 2015-03-04 14:25:41 -05:00
Martyn Taylor
96df29eb09 Move source assembly to apache-release profile 2015-03-04 16:57:57 +00:00
Andy Taylor
21e916a72b merge #143 - adding plugin to default profile 2015-03-04 15:41:49 +00:00
Clebert Suconic
48bd6cbdfc adding plugin to default profile 2015-03-04 10:02:50 -05:00
Clebert Suconic
6f2720703d This closes #142 - source release build 2015-03-04 10:01:42 -05:00
Clebert Suconic
40b1f3852e This closes #141 - gitbook command on windows (build on windows) 2015-03-04 10:00:56 -05:00
Clebert Suconic
53f56a4190 This closes #140 - environment variables being set on script 2015-03-04 10:00:28 -05:00
Clebert Suconic
6d69055243 This closes #139 on plugin start 2015-03-04 09:59:44 -05:00
Martyn Taylor
b7caa5d8e6 Add source build to release profile 2015-03-04 14:41:52 +00:00
Howard Gao
e178092dcc fix gitbook command name for windows 2015-03-04 21:35:54 +08:00