[jira] [Commented] (TAMAYA-320) Implement JSR 382 API

2018-02-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377652#comment-16377652 ] ASF subversion and git services commented on TAMAYA-320: Commit 2f

Re: Build failed in Jenkins: Tamaya-Extensions-Master-with-Coverage #445

2018-02-26 Thread P. Ottlinger
Hi, rebuilding and cleaning the workspace did the trick :-) Cheers, Phil

Jenkins build is back to normal : Tamaya-Extensions-Master-with-Coverage #446

2018-02-26 Thread Apache Jenkins Server
See

Build failed in Jenkins: Tamaya-Extensions-Master-with-Coverage #445

2018-02-26 Thread Apache Jenkins Server
See -- [...truncated 47.75 KB...] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRu

[jira] [Commented] (TAMAYA-217) Migrate all tests in module core

2018-02-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377580#comment-16377580 ] ASF GitHub Bot commented on TAMAYA-217: --- Github user asfgit closed the pull request

[GitHub] incubator-tamaya pull request #15: TAMAYA-217: Convert test assertions to As...

2018-02-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tamaya/pull/15 ---

[jira] [Commented] (TAMAYA-217) Migrate all tests in module core

2018-02-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16377579#comment-16377579 ] ASF subversion and git services commented on TAMAYA-217: Commit 11

[jira] [Commented] (TAMAYA-217) Migrate all tests in module core

2018-02-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16376575#comment-16376575 ] ASF GitHub Bot commented on TAMAYA-217: --- GitHub user peculater opened a pull request

[GitHub] incubator-tamaya pull request #15: TAMAYA-217: Convert test assertions to As...

2018-02-26 Thread peculater
GitHub user peculater opened a pull request: https://github.com/apache/incubator-tamaya/pull/15 TAMAYA-217: Convert test assertions to AssertJ This seemingly-lengthy commit converts all of the assertions in tests from a combination of JUnit, Hamcrest, and AssertJ to only AssertJ.