Commit Graph

391 Commits

Author SHA1 Message Date
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
Clebert Suconic 8edcf7c5b2 ARTEMIS-133 adding property to force security on the CLI
https://issues.apache.org/jira/browse/ARTEMIS-133

This is just adding a property so it would be
2015-06-04 10:26:44 -04:00
Thiago Kronig d48b4f4770 ARTEMIS-129 License header should be a normal comment
To reproduce this commit, apply a replace regex rule using:

    search regex: /\*\*\n \* Licensed
    replace: /\*\n \* Licensed

These files had to be changed manually:

    artemis-selector/src/main/javacc/HyphenatedParser.jj
    artemis-selector/src/main/javacc/StrictParser.jj
    artemis-website/src/main/resources/styles/impact/css/pygmentize.css
    artemis-website/src/main/resources/styles/impact/css/site.css
2015-06-03 10:19:45 -04:00
Claus Ibsen a9b6753d93 ARTEMIS-117: Upgrade to Jolokia 1.3.1 2015-05-28 11:19:43 -04:00
Martyn Taylor 22d54c5830 [maven-release-plugin] prepare for next development iteration 2015-05-21 13:47:45 +01:00
Martyn Taylor 3435d5948f [maven-release-plugin] prepare release 1.0.0 2015-05-21 13:43:56 +01:00
Clebert Suconic 304e71862f Fixing cluster-settings
I have been playing with settings on the examples and the cluster settings are not really working by default
The default cluster-settings is using the wrong acceptor and the lack of max-hops is not making it work on most examples
maybe I will add some configuration on the max-hops through the create interface. I will set it as 0 for now at least
2015-05-20 23:17:09 -04:00
Clebert Suconic 4de929c3e1 option to remove the web server on the install 2015-05-20 22:42:42 -04:00
Clebert Suconic 14cb3a07a0 Fixing silent-input over password
--silent-input was being ignored on password. This is a little fix
I have also moved an abstract just for InputAbstract
2015-05-20 22:42:39 -04:00
Martyn Taylor 97210427df [maven-release-plugin] prepare for next development iteration 2015-05-20 11:26:38 +01:00
Martyn Taylor 3fb3799f91 [maven-release-plugin] prepare release 1.0.0 2015-05-20 11:17:31 +01:00
Clebert Suconic 46df777edb Fixing libaio integration / creation
My last patch had a little flaw around libaio load (The main script is not finding the .so properly) and my configuration was wrong
2015-05-19 15:18:04 -04:00
Clebert Suconic 3e07a03ce5 Changing default host to 0.0.0.0 by default and allowing it to be configured during create
This is changing the default host to 0.0.0.0 per feedback from the community (activemq dev-list)
however if clustered is used some input or other properties will get input during the create process
I've also done some other changes based on some small issues I have encountered
2015-05-19 11:27:58 -04:00
Andy Taylor ef322b5eb2 rename connector and acceptor to artemis 2015-05-19 11:50:46 +01:00
Clebert Suconic 6cb68f2ce9 Make tools more friendly to user errors 2015-05-13 15:28:17 -04:00
jbertram dc82cd0a51 Make CLI print data more friendly 2015-05-13 10:44:46 -05:00
Martyn Taylor 73c5f2e342 [maven-release-plugin] prepare for next development iteration 2015-05-13 15:24:55 +01:00
Martyn Taylor bfc9d8f72d [maven-release-plugin] prepare release 1.0.0 2015-05-13 15:24:16 +01:00
Clebert Suconic cbf746dd6f changing logging to artemis.log 2015-05-13 09:34:51 -04:00
Martyn Taylor a17c828b85 Ensure all references to the project use ActiveMQ Artemis 2015-05-13 11:51:26 +01:00
Clebert Suconic 321c6011cd Improvements on CLI and Bootstrap
- A few improvements on CLI (fixing Windows Service and adding a few options)
- Bootstrap was missing /etc on the classpath so config loaders such as JGroups wouldn't be able to load configurations
2015-05-12 23:24:35 -04:00
Martyn Taylor 1013e7f1dd [maven-release-plugin] prepare for next development iteration 2015-05-12 13:51:35 +01:00
Martyn Taylor d6466b7a1b [maven-release-plugin] prepare release 1.0.0 2015-05-12 13:50:56 +01:00
Martyn Taylor 3e34044d2b [maven-release-plugin] prepare for next development iteration 2015-05-11 21:50:41 +01:00
Martyn Taylor d2de238a30 [maven-release-plugin] prepare release 1.0.0 2015-05-11 21:48:17 +01:00
Clebert Suconic 5a3727c8f3 Fixing runtime CLI on windows 2015-05-11 14:23:27 -04:00
jbertram 2cbeedab89 Clean up 'ActiveMQ' refs in literals 2015-05-11 11:23:35 -05:00
Clebert Suconic 2e0cbc122d fixing distribution on windows - the wrong location was causing a NPE on create 2015-05-11 12:11:07 -04:00
Martyn Taylor dfe8b14ac0 Add HornetQ protocol to the distro 2015-05-11 14:26:02 +01:00
Andy Taylor 6fea6ca66e small CLI CREATE fix 2015-05-06 15:12:32 +01:00
Andy Taylor 8446bce8e9 added cluster security settings to CLI create command 2015-05-06 15:12:32 +01:00
Andy Taylor 0099c36125 remove wilth-ssl option from CLI create command 2015-05-06 15:12:32 +01:00
Andy Taylor 0bbe8c87f0 add the ability to off set the defaul ports for the CLI create command 2015-05-06 15:12:32 +01:00
jbertram 9dcb2d2faa Add license header 2015-05-05 16:38:19 -05:00
Andy Taylor 56e4bd79bc use host argument properly with CLI create command 2015-05-05 10:58:24 -04:00
Andy Taylor 5e4c3e3bae fixed create CLI typo 2015-05-05 10:58:24 -04:00
Clebert Suconic 2a6422bc6f Fixing WebServer integration after created server
The web page was not loading
2015-05-04 22:44:32 -04:00
jbertram 57d29ed119 Point test configs to right directory 2015-05-04 16:07:27 -05:00
Clebert Suconic cff9f5b785 Improving tools to use configuration
PrintData / Export and other tools are now reading default configuration from broker.xml
I also did some refactoring so Stop and Run will share some of the basic functions
2015-05-04 16:05:22 -04:00
Clebert Suconic fa6dd9fd6d upgrade airline to the latest version 2015-05-04 10:55:21 -04:00
Clebert Suconic ea3370b38c Moving artemis-tools to artemis-cli and improving the tooling
Artemis tools is now part of the cli
Bootstrap was renamed to CLI
2015-05-03 12:42:19 -04:00