Commit Graph

735 Commits

Author SHA1 Message Date
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 b19db275c0 Add eclipse files to .gitignore 2015-06-08 14:27:34 -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 aad9397cb3 This closes #19 JIRA refs on guide 2015-06-08 09:53:34 -04:00
jbertram 6eef7ec50b Update JIRA refs in hacking guide 2015-06-08 08:33:52 -05:00
Clebert Suconic ee98015823 This closes #17 JGroups on the lib directory 2015-06-04 14:52:28 -04:00
jbertram d6481687ec ARTEMIS-134 include JGroups jar in distribution 2015-06-04 13:42:03 -05:00
jbertram 2c1a7cbcba This closes #15 CF updates 2015-06-04 13:39:31 -05: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 cd205f6b9d ARTEMIS-130 and ARTEMIS-132 connection-factory constructors / Adding inVM serialization
https://issues.apache.org/jira/browse/ARTEMIS-130 connection-factory constructors
https://issues.apache.org/jira/browse/ARTEMIS-132 adding vm as an URL on connection factory serialization

Adding new constructors into connection factory
This will make examples easier to understand, less stuff to be written before instantiating connection factories
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
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
Clebert Suconic a4a3a4070d This closes #16 Update on Jetty 2015-06-04 10:20:33 -04:00
John D. Ament fed0317df8 ARTEMIS-119 Added proper tests for webserver component startup checks. 2015-06-04 10:20:33 -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
Clebert Suconic 7f8a173500 This closes #14 2015-06-03 21:32:03 -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 4b5bf5cc5d This closes #13 Server Load Balancing 2015-06-03 19:29:45 -04:00
jbertram 20326d0d83 ARTEMIS-19 allow disabling of message load-balancing 2015-06-03 16:21:43 -05:00
Clebert Suconic 43470f38d5 This closes #12 2015-06-03 11:47:12 -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 0ce4c9aa33 This closes #11 - changing javadoc comments into regular comments on license headers 2015-06-03 10:20:31 -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
Clebert Suconic dcff3b6278 This closes #10 Vender update 2015-05-30 09:59:20 -04:00
Claus Ibsen fe1065ad6d Update vendor to ASF 2015-05-30 08:37:28 +02:00
Andy Taylor 79803f17c2 merge PR #7 - Cleanup issues reported by error prone 2015-05-29 15:05:43 +01: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
Clebert Suconic 873751fd45 This closes #6 update on hacking guide plus examples 2015-05-28 15:05:34 -04:00
jbertram 666b6ae03b Update hacking guide; add example tests 2015-05-28 12:20:35 -05:00
Clebert Suconic 34aec3bc36 This closes #5 on SharedStorage test
Notice: there was some rebase I had to do on this one to fix some test API changes
2015-05-28 11:36:04 -04:00
mnovak 0cd7874f83 ARTEMIS-125 Shared backup server with disabled scale down policy does not activate itself.
If standalone backup server with shared has defined scale-down policy
but it's disabled then backup does not activate. Problem is that
server is checking only whether scale down is defined but if it's
enabled. This causes that server.stop() is called and backup does
not activate.
2015-05-28 11:34:10 -04:00
Clebert Suconic 043909bded This closes #2 print-data change 2015-05-28 11:20:37 -04:00
Clebert Suconic fbe0508350 Adding timestamp to print-data
This is a simple change to add the timestamp on toString which will appear on print-data
2015-05-28 11:20:37 -04:00
Clebert Suconic eb4355a62e This closes #3 Jolokia update 2015-05-28 11:19:43 -04:00
Claus Ibsen a9b6753d93 ARTEMIS-117: Upgrade to Jolokia 1.3.1 2015-05-28 11:19:43 -04:00
Clebert Suconic 9972624ba2 This closes #4 Test refactoring work 2015-05-28 11:18:29 -04:00
jbertram 328611fdc9 More test-suite refactoring
Lots of work on the test-suite in this commit including:
- Rename ServiceTestBase to ActiveMQTestBase
- Make AddressSettings fluent
- Remove unnecessary tearDown() implementations
- Use ActiveMQTestBase.create*Locator() instead of
  ActiveMQClient.createServerLocator*(..)
- Use fluent ServerLocator methods
- Make sure all ActiveMQServers.newActiveMQServer invocations
  are surrounded with addServer() where appropriate
- Create a few example tests to be references from hacking-guide
- Update hacking-guide with more info on writing tests
- Refactor config creation methods in ActiveMQTestBase
2015-05-28 08:49:02 -05:00
Clebert Suconic 30416db00e This closes #236 2015-05-21 19:45:02 -04:00
Thiago Kronig 7ca05753bf Fix integration-tests: Arrays.toString(..) and ignored AssertionError 2015-05-21 19:45:01 -04:00
Thiago Kronig 27dd5c2652 Log Arrays.toString(nodes) at ClusterTestBase 2015-05-21 19:45:01 -04:00
Thiago Kronig 71ea52bd06 Remove ignored line in JoramTests 2015-05-21 19:45:01 -04:00
Thiago Kronig 8a09e8f0b5 ActiveMQRAStreamMessage writeBytes(..) should trace array contents 2015-05-21 19:45:01 -04:00
Thiago Kronig 31fd920e95 Fix JMSQueueConfiguration interface to use varargs instead of array[] 2015-05-21 19:45:01 -04:00
Thiago Kronig bbc509c654 Document lock.wait(..) idiom in SourceReceiver Thread 2015-05-21 19:45:01 -04:00
Thiago Kronig b6093579bf Explicit byte[].toString(..) in debug message 2015-05-21 19:45:01 -04:00
Thiago Kronig d99991dd3a Ignore DepAnn Error Prone ERROR as WARN
DepAnn fail as ERROR for generated sources that implement deprecated methods,
but don't annotate with @Deprecated.

Also, see: http://errorprone.info/bugpattern/DepAnn
2015-05-21 19:45:01 -04:00