[GitHub] activemq-artemis pull request #1342: NO-JIRA fix typos in documentation

2017-06-16 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/1342 NO-JIRA fix typos in documentation fix some typos in documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/bennetelli

[GitHub] activemq-artemis issue #1281: ARTEMIS-1147 Update Hacking Guide Documentatio...

2017-05-18 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/1281 ok. strange. will check that. thanks for mertging @clebertsuconic ;) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] activemq-artemis issue #1281: ARTEMIS-1147 Update Hacking Guide Documentatio...

2017-05-18 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/1281 @clebertsuconic yep. thx. thought I would have fixed it myself.. the steps I did: - git rebase -i HEAD~1 - change commit message - git push --force what

[GitHub] activemq-artemis issue #1281: ARTEMIS-1147 Update Hacking Guide Documentatio...

2017-05-18 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/1281 @clebertsuconic why? do you mean specifics like version numbers or IntelliJ specifics in general? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] activemq-artemis issue #1281: ARTEMIS-1147 Update Hacking Guide Documentatio...

2017-05-18 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/1281 Argh.. So you need to reject it, right? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] activemq-artemis pull request #1281: ARTEMIS-1147 Update Hacking Guide Docum...

2017-05-18 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/1281 ARTEMIS-1147 Update Hacking Guide Documentation: IDE Integration the IntelliJ import wizard doesn't contain a sentence like:"Select "Import from existing model&quo

[GitHub] activemq-artemis issue #1231: ARTEMIS-904 Remove cyclic dependencies from ar...

2017-04-28 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/1231 squashed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] activemq-artemis pull request #1231: ARTEMIS-904 Remove cyclic dependencies ...

2017-04-27 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/1231 ARTEMIS-904 Remove cyclic dependencies from artemis-cli move classes and methods to their correct location to avoid cyclic dependencies between packages and classes. I also removed

[GitHub] activemq-artemis pull request #1159: Update examples.md

2017-03-30 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/1159 Update examples.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/bennetelli/activemq-artemis patch-1 Alternatively you can

[GitHub] activemq-artemis pull request #944: ARTEMIS-904 - Remove cyclic dependencies...

2017-01-01 Thread bennetelli
Github user bennetelli closed the pull request at: https://github.com/apache/activemq-artemis/pull/944 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] activemq-artemis issue #944: ARTEMIS-904 - Remove cyclic dependencies from a...

2017-01-01 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/944 sh**. Created the branch from my previous ARTEMIS-903 branch. Would be good if we could close the second one (ARTEMIS-904) and I will open a new PR later. --- If your project is set up

[GitHub] activemq-artemis issue #944: ARTEMIS-904 - Remove cyclic dependencies from a...

2017-01-01 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/944 Can't find any checkstyle warnings. Where are you looking for it? The Jenkins build failed because of an error in LDAP stuff which I didn't touch with my new markdown documentation

[GitHub] activemq-artemis issue #944: ARTEMIS-904 - Remove cyclic dependencies from a...

2017-01-01 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/944 @clebertsuconic argh. Thought another branch would result in a separate pull request. Let me know if you have trouble with it :/ --- If your project is set up for it, you can reply

[GitHub] activemq-artemis pull request #944: ARTEMIS-904 - Remove cyclic dependencies...

2017-01-01 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/944 ARTEMIS-904 - Remove cyclic dependencies from artemis-cli To ensure a maintainability in future I refactored the cli project and removed all cyclic dependencies between classes

[GitHub] activemq-artemis issue #943: ARTEMIS-903 Add documentation for updating Arte...

2017-01-01 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/943 Happy new year, Clebert :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] activemq-artemis pull request #943: ARTEMIS-903 Add documentation for updati...

2016-12-31 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/943 ARTEMIS-903 Add documentation for updating Artemis to newer versions Currently there is no documentation about updating ActiveMQ Artemis in the Artemis user manual. This commit adds

[GitHub] activemq-artemis issue #873: ARTEMIS-830 Remove cyclic dependencies from art...

2016-10-29 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/873 closed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] activemq-artemis pull request #873: ARTEMIS-830 Remove cyclic dependencies f...

2016-10-29 Thread bennetelli
Github user bennetelli closed the pull request at: https://github.com/apache/activemq-artemis/pull/873 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] activemq-artemis pull request #873: ARTEMIS-830 Remove cyclic dependencies f...

2016-10-29 Thread bennetelli
Github user bennetelli closed the pull request at: https://github.com/apache/activemq-artemis/pull/873 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] activemq-artemis pull request #873: ARTEMIS-830 Remove cyclic dependencies f...

2016-10-29 Thread bennetelli
GitHub user bennetelli reopened a pull request: https://github.com/apache/activemq-artemis/pull/873 ARTEMIS-830 Remove cyclic dependencies from artemis-jdbc-store Removes cyclic dependencies between classes and packages in the artemis-jdbc-store projetct by moving classes

[GitHub] activemq-artemis issue #873: ARTEMIS-830 Remove cyclic dependencies from art...

2016-10-29 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/873 Okay. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] activemq-artemis pull request #873: ARTEMIS-830 Remove cyclic dependencies

2016-10-28 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/873 ARTEMIS-830 Remove cyclic dependencies Removes cyclic dependencies between classes and packages in the artemis-jdbc-store projetct by moving classes and methods to other locations

[GitHub] activemq-artemis issue #780: ARTEMIS-735 Refactoring of JUnit Tests in artem...

2016-10-27 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/780 thanks clebert. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] activemq-artemis issue #780: ARTEMIS-735 Refactoring of JUnit Tests in artem...

2016-10-24 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/780 will take a look at this pr at thursday. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] activemq-artemis issue #780: ARTEMIS-735 Refactoring of JUnit Tests in artem...

2016-09-16 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/780 typically I don't do those things with git. Squashing commits and working with github pull request is new to me as well. Will do it better in future. I promise ;) Thanks for your help

[GitHub] activemq-artemis pull request #780: Removed unused JMS class and Test from a...

2016-09-16 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/780 Removed unused JMS class and Test from artemis-rest The JMS class in the artemis-rest project seems to be unused. You can merge this pull request into a Git repository by running

[GitHub] activemq-artemis pull request #757: -

2016-09-07 Thread bennetelli
Github user bennetelli closed the pull request at: https://github.com/apache/activemq-artemis/pull/757 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] activemq-artemis pull request #757: -

2016-09-07 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/757 - - You can merge this pull request into a Git repository by running: $ git pull https://github.com/bennetelli/activemq-artemis master Alternatively you can review and apply

[GitHub] activemq-artemis pull request #718: just some refactorings

2016-08-14 Thread bennetelli
Github user bennetelli commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/718#discussion_r74697287 --- Diff: integration/activemq-vertx-integration/src/main/java/org/apache/activemq/artemis/integration/vertx/ActiveMQVertxLogger.java

[GitHub] activemq-artemis pull request #718: just some refactorings

2016-08-12 Thread bennetelli
Github user bennetelli commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/718#discussion_r74622899 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/vertx/ActiveMQVertxUnitTest.java --- @@ -792,4

[GitHub] activemq-artemis pull request #718: just some refactorings

2016-08-12 Thread bennetelli
Github user bennetelli commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/718#discussion_r74622451 --- Diff: integration/activemq-vertx-integration/src/main/java/org/apache/activemq/artemis/integration/vertx/ActiveMQVertxLogger.java

[GitHub] activemq-artemis issue #718: just some refactorings

2016-08-11 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/718 Thanks for the hints @jbertram. Will squash it together and fix the violations as well. Sorry.. didn't know that. --- If your project is set up for it, you can reply to this email

[GitHub] activemq-artemis pull request #718: just some refactorings

2016-08-11 Thread bennetelli
Github user bennetelli commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/718#discussion_r74494900 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/vertx/ActiveMQVertxUnitTest.java --- @@ -282,19

[GitHub] activemq-artemis pull request #718: just some refactorings

2016-08-11 Thread bennetelli
Github user bennetelli commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/718#discussion_r74493624 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/vertx/ActiveMQVertxUnitTest.java --- @@ -282,19

[GitHub] activemq-artemis issue #718: just some refactorings

2016-08-11 Thread bennetelli
Github user bennetelli commented on the issue: https://github.com/apache/activemq-artemis/pull/718 Here the open improvement ticket: https://issues.apache.org/jira/browse/ARTEMIS-680 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] activemq-artemis pull request #718: just some refactorings

2016-08-11 Thread bennetelli
GitHub user bennetelli opened a pull request: https://github.com/apache/activemq-artemis/pull/718 just some refactorings You can merge this pull request into a Git repository by running: $ git pull https://github.com/bennetelli/activemq-artemis master Alternatively you can