Commit Graph

70 Commits

Author SHA1 Message Date
Martyn Taylor 1ae6f5da3e Merge PR #160 2015-03-09 11:22:31 +00:00
Andy Taylor 8db56b73b8 added examples to release profile
Also gave them all a profile so they wouldn't actually run during the build.

fixed some of the comilation errors in the Rest example module
2015-03-08 13:34:02 +00:00
Clebert Suconic 02a2e8d14a fixing source distribution to exclude extra-tests and data 2015-03-06 23:55:16 -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
Martyn Taylor 2b4e7babb6 Prepare examples,tests for release 2015-03-06 15:28:08 +00:00
Martyn Taylor 6ba119908e re 2015-03-06 14:38:52 +00:00
Martyn Taylor 1e9c70d380 Remove byteman,jms,integration tests from source distribution 2015-03-06 13:45:08 +00:00
Martyn Taylor 969d02f15f reset Version numbers after release revert 2015-03-06 11:43:46 +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 807c4e3075.
2015-03-05 14:41:02 +00:00
Martyn Taylor a708c9139a Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit ba3d185ac7.
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
Martyn Taylor 6f0a00c3d6 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 67c0ce5904.
2015-03-05 11:18:43 +00:00
Martyn Taylor 1a955b8631 Revert "[maven-release-plugin] prepare release 6.0.0"
This reverts commit 79ee955615.
2015-03-05 11:18:34 +00:00
Martyn Taylor fef0999e6c Add source assembly to distribution build 2015-03-05 11:04:35 +00:00
Howard Gao a80b1640e0 fix windows start script typo 2015-03-05 15:41:56 +08:00
Clebert Suconic 53f56a4190 This closes #140 - environment variables being set on script 2015-03-04 10:00:28 -05:00
Andy Taylor 9e725457d6 fix scripts to allow a different environment to be set 2015-03-04 12:28:32 +00:00
Andy Taylor 25f3343ba5 add flag to broker plugin to skip starting.
Also added an example bootstrap and updated the examples so this would work.
2015-03-04 11:48:46 +00:00
Clebert Suconic d8ee331a5c This closes #137 - moving examples to root 2015-03-03 12:30:11 -05:00
Martyn Taylor 5054779f83 Move examples to distro root 2015-03-03 16:42:50 +00:00
Martyn Taylor 6c3747ce4f Rename Distro to apache-activemq 2015-03-03 14:41:43 +00:00
Martyn Taylor 67c0ce5904 [maven-release-plugin] prepare for next development iteration 2015-03-03 12:10:13 +00:00
Martyn Taylor 79ee955615 [maven-release-plugin] prepare release 6.0.0 2015-03-03 12:08:28 +00:00
Martyn Taylor 65453f3fa6 Revert "[maven-release-plugin] prepare release 6.0.0"
This reverts commit f1f7a67111.
2015-03-03 11:48:06 +00:00
Martyn Taylor b5b90e5537 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 05d052fda8.
2015-03-03 11:47:53 +00:00
Martyn Taylor 05d052fda8 [maven-release-plugin] prepare for next development iteration 2015-03-03 10:06:55 +00:00
Martyn Taylor f1f7a67111 [maven-release-plugin] prepare release 6.0.0 2015-03-03 10:06:00 +00:00
Martyn Taylor ffd3ff5b1a Added README to Distro 2015-03-02 18:12:45 +00:00
Martyn Taylor 007e6b6217 Different host+port vars for acceptors in distro
Specifies unique host and port variable names in each acceptor.  In
addition this patch sets default runtime parameters and replaces bash
specific `source` command with posix compliant `.`
2015-02-26 14:06:30 +00:00
Martyn Taylor 7936402aa1 ActiveMQ6-82 Windows support for runtime config
Adds activemq.conf.bat for configuring runtime options in Windows
environment.
2015-02-26 14:06:30 +00:00
Martyn Taylor e194b7803e Replace all references of port 5445 with 61616 2015-02-25 13:27:04 +00:00
Martyn Taylor 2b71aa13e8 ACTIVEMQ6-82 activemq.conf file for runtime opts
Linux support only.  Allows users to define java args and a number of other
runtime configuration parameters outside of the run scripts.  This will
be followed up with support for cmd.
2015-02-24 15:07:05 +00:00
Martyn Taylor 57d02ab361 Fix distribution bootstrap configs
Some of the distribution configuration files were outdated, using the
old configuration format.  This patch updates the config to allow the
server to parse and run accordingly.
2015-02-24 15:07:05 +00:00
Martyn Taylor c43e3008b6 Update default protocol support / configuration
Updates the out of the box configuration files as shipped with the
distribution.  Changes the default connector to use port 61616 to aid
migration of ActiveMQ 5.x clients.  Configures acceptors with port and
protocol as follows:

61616: Core protocol, OpenWire, STOMP, AMQP
5445:  Core Protocol, STOMP (aimed at legacy HornetQ clients)
5672:  AMQP
61613: Stomp
2015-02-24 15:07:05 +00:00
Andy Taylor e95fe32ee8 fix for distro build 2015-02-24 14:48:35 +00:00
Andy Taylor 64d0547268 ACTIVEMQ6-80 - update acceptor config to use URI's
https://issues.apache.org/jira/browse/ACTIVEMQ6-80

The configuration of acceptors and connectors now takes a uri rather than params
2015-02-19 12:10:49 +00:00
Martyn Taylor afcdfa7a57 Do not skip distribution in on mvn deploy
Doing so results in the distribution not being uploaded as part of a
snapshot release.
2015-02-16 15:04:51 +00:00
Andy Taylor f2323b6bc2 upgrade to jetty 8 to be consistent with ActiveMQ 5 2015-01-27 16:57:20 +00:00
Andy Taylor 4b63891aaa ACTIVEMQ6-67 - cleaned up configuration
https://issues.apache.org/jira/browse/ACTIVEMQ6-67

fixed distribution so that file based security works and hot deployers as broken and no longer needed with new bootstrap.

Also combined the jms and core configuration files.
2015-01-15 15:48:22 +00:00
Martyn Taylor 0be3a3e984 Updates distro licences and fix Rat exclusion 2015-01-08 15:33:44 +00:00
Martyn Taylor 63769aab91 ActiveMQ6-65 JBoss JMS 2.0 spec jar -> Geronimo
Swaps out all usages of the JBoss JMS 2.0 spec jar and replaces with the
Geronimo spec jar, in examples, docs and distribution.
2015-01-07 19:54:42 +00:00
Howard Gao 1d022fe474 ACTIVEMQ6-43(reopened) : Replace License Headers on codebase
- added missing license headers found by maven rat plugin.
  most of them added automatically via apache-rat
  a few manually added

- added apache-rat maven plugin to the build cycle
2015-01-05 13:14:25 -05:00
jbertram edd5adda7d ACTIVEMQ6-11 Fix the distribution build 2014-12-31 11:07:19 -06:00
jbertram f0d1881667 ACTIVEMQ6-62 Remove unneeded dependency on jackson 2014-12-31 11:07:18 -06:00
jbertram 77bdb9d502 ACTIVEMQ6-14 Remove naming from bootstrap 2014-12-10 09:49:12 -06:00
Andy Taylor 395b90e066 ACTIVEMQ6-9 - create html user manual for site
https://issues.apache.org/jira/browse/ACTIVEMQ6-9

The release profile now builds a static html version of the user manual for the web site using gitbook.

Also added a new profile 'distro' that builds the distribution but without the docs.

Updated read me with build process.
2014-12-09 08:35:33 +00:00
Andy Taylor 4245a6b4fe ACTIVEMQ6-9 - port to markdown
https://issues.apache.org/jira/browse/ACTIVEMQ6-9

remove the jboss jdocbook build and style and replace using plane markdown
2014-12-08 13:23:24 +00:00