Re: AssertJ and Tamaya test code

2019-01-17 Thread P. Ottlinger
Am 17.01.19 um 17:02 schrieb Aaron Coburn: > What would you all think about adjusting the maven configuration to have > checkstyle run on each build? Initially, it might make sense to just report > the errors rather than failing an entire build because of them. I can supply > a PR for this. coo

Re: Github activity/integration

2019-01-17 Thread P. Ottlinger
Am 17.01.19 um 21:09 schrieb Aaron Coburn: > I've noticed that for any Github activity on tamaya-extensions and > tamaya-sandbox (pull requests, comments, etc), messages are sent to the dev@ > list, but that doesn't seem to apply to activity on the main tamaya > repository. Is there a missing pa

[GitHub] acoburn commented on issue #26: TAMAYA-219: Enable checkstyle analysis

2019-01-17 Thread GitBox
acoburn commented on issue #26: TAMAYA-219: Enable checkstyle analysis URL: https://github.com/apache/incubator-tamaya-extensions/pull/26#issuecomment-455324004 I now realize that this PR is going to fail because the `buildconfigurations` artifact from the main codebase is pushed neither t

Github activity/integration

2019-01-17 Thread Aaron Coburn
Hi All, I've noticed that for any Github activity on tamaya-extensions and tamaya-sandbox (pull requests, comments, etc), messages are sent to the dev@ list, but that doesn't seem to apply to activity on the main tamaya repository. Is there a missing part of the integration? Maybe something for

[GitHub] acoburn opened a new pull request #18: TAMAYA-219: Enable checkstyle analysis

2019-01-17 Thread GitBox
acoburn opened a new pull request #18: TAMAYA-219: Enable checkstyle analysis URL: https://github.com/apache/incubator-tamaya-sandbox/pull/18 This enables checkstyle analysis of the sandbox modules but will not (at present) fail builds on style violations. ---

[GitHub] acoburn opened a new pull request #26: TAMAYA-219: Enable checkstyle analysis

2019-01-17 Thread GitBox
acoburn opened a new pull request #26: TAMAYA-219: Enable checkstyle analysis URL: https://github.com/apache/incubator-tamaya-extensions/pull/26 This enables checkstyle analysis on the extension modules. Errors will be reported to the console but will not (at present) fail a build. ---

Re: AssertJ and Tamaya test code

2019-01-17 Thread Aaron Coburn
Thanks for the review. With these changes now in place, I started looking at adjusting the checkstyle rules to enforce (or at least prevent the use of JUnit assertions), but it seems that the checkstyle configuration isn't run on a typical `mvn clean verify` or `mvn clean install`. As it is, the