Commit Graph

35 Commits

Author SHA1 Message Date
John D. Ament 6e83a2a755
ARTEMIS-849 Added CDI Integration to the summary file. Updated hacking guide to explain how to build docs. Added doc output to gitignore. 2016-11-11 19:49:51 -05:00
Ville Skyttä 1b67ac6928 Fix hacking-guide/formatting subheadings 2016-10-10 10:01:01 +02:00
Ville Skyttä b2fe246e62 Add EditorConfig
http://editorconfig.org/
2016-10-10 10:01:01 +02:00
Christopher L. Shannon (cshannon) 39532d7245 https://issues.apache.org/jira/browse/ARTEMIS-730
Adding instructions for adding the proper schemas to the Eclipse XML
Catalog
2016-10-07 10:52:47 -04:00
Ville Skyttä 26a9815cd6 Grammar fixes 2016-10-01 10:35:13 +03:00
Ville Skyttä afd06d04d2 Update IDEA settings location 2016-10-01 10:34:47 +03:00
Ville Skyttä d551d2088d Move Eclipse settings to subdir 2016-10-01 10:34:40 +03:00
Clebert Suconic ec48f9ed00 ARTEMIS-765 Improve Checkstyle 2016-09-30 11:12:09 -04:00
Ville Skyttä 5329311570 Add IDEA inspection settings, flag missing @Override as error 2016-09-21 16:31:14 -04:00
Christopher L. Shannon (cshannon) 2efde35d45 https://issues.apache.org/jira/browse/ARTEMIS-730
Adding instructions to set up test projects to work in eclipse that
depend on the unit-tests project.  This is necessary so that the
generated logger can be found.
2016-09-13 14:00:31 -04:00
Christopher L. Shannon (cshannon) a331a2f955 ARTEMIS-730: Updating Hacking guide documentation
Fixed a few issues with Eclipse related documentation
2016-09-12 10:02:47 -04:00
Clebert Suconic 87c3f23e88 ignoring IDE settings from the source distribution 2016-09-06 11:42:09 -04:00
Clebert Suconic 2ef79f66d9 Script to help compare old commits 2016-08-29 13:57:47 -04:00
Ville Skyttä e1728f0797 Spelling fixes 2016-08-25 14:22:32 -04:00
Ville Skyttä b2a9be1373 Spelling fixes 2016-07-28 18:14:35 +03:00
Clebert Suconic c0eb080bf7 ARTEMIS-43 Adding notice about HornetQ donation and adding a history session 2016-07-27 16:13:03 +01:00
John D. Ament 7c746c719e ARTEMIS-607 Added interceptor support for MQTT protocol.
Also updated the maintainer's guide to clarify what is run in the PR builder.
2016-07-05 19:43:00 -04:00
Clebert Suconic 2585ecd5ca NO-JIRA updating gitbook version 2016-06-29 16:13:49 -04:00
Clebert Suconic dfc1a44d33 NO-JIRA update building instructions on Fedora
This includes a few changes on building.md, as spotted by jdanekrh on #602
2016-06-27 18:19:52 -04:00
Clebert Suconic 0a866471a3 typo fix on doc 2016-02-02 10:23:58 -05:00
Clebert Suconic e56b3194e8 Fixing small typo on doc 2016-02-02 10:21:22 -05:00
Clebert Suconic f4481cbdb6 Improving the merging process doc, based on rebasing 2016-02-02 08:56:47 -06:00
Paul Gallagher 4258370142 Update hacking guide with instructions to regenerate the shrinkwrap file 2016-01-19 11:57:25 +00:00
Clebert Suconic 5cfb45c76a adding note about IBM JDK
After I spent a whole afternoon trying to make IBM JDK to work under IDEA, I decided to add a note on the doc so other would have a chance to have it working faster than I did.
2015-09-29 15:47:31 -04:00
Clebert Suconic fc65ad4a72 specifying gitbook version to stop warning during doc generation 2015-09-29 09:43:53 -04:00
Clebert Suconic 230aba76a2 adding merge-PR script to help merging Pull Requests 2015-09-25 14:29:09 -04:00
Clebert Suconic f4751afcdd small fix on doc 2015-09-09 11:51:21 -04:00
Clebert Suconic 3593dd54c9 chapter about staging maven and validating releases 2015-09-09 10:18:43 -04:00
jbertram ed4200d65e Update hacking guide
Update the Hacking Guide based on a recent conversation on the dev
list.
2015-06-25 14:14:00 -05:00
Daniel Kulp b19db275c0 Add eclipse files to .gitignore 2015-06-08 14:27:34 -04:00
jbertram 6eef7ec50b Update JIRA refs in hacking guide 2015-06-08 08:33:52 -05:00
jbertram 666b6ae03b Update hacking guide; add example tests 2015-05-28 12:20:35 -05: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
jbertram 99147d0713 Refactor base test classes
This has bothered me for awhile, but writing the hacking guide has
given me an opportunity to refactor some of our test-suite to be
simpler, more consistent, and easier to understand. This is
important if we want users to provide well-written tests. Our
test-suite is an important part of the code-base and it should be
easy to write good tests.

Basically I just consolidated CoreUnitTestCase, UnitTestCase, and
ServiceTestBase into a single class named ServiceTestBase. I also
simplified some of the configuration creation methods to reduce
duplicated code.
2015-05-19 15:27:13 -05:00
jbertram 70258865a5 Initial commit of the hacking guide 2015-05-19 15:24:51 -05:00