[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-07-18 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16547426#comment-16547426
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 3aee989ea4c4e76bca08af07b52c6a118f8a199f in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3aee989 ]

ISIS-1954: adds BootstrappingGlueAbstract for BDD tests on Junit 5

calls ModuleBuilder to set up additional services.

Also removed the Util class that was acting as a wrapper for ModuleBuilder and 
also TransactionRule support.


> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-06-06 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16503042#comment-16503042
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit ee96209b4a6d8e626afb1b843253cc9ede7339c3 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ee96209 ]

ISIS-1954: migrate simple-app tests to JUnit 5

except for one test class which is still run with JUnit 4 because it
uses org.junit.Rule:
domainapp.modules.simple.dom.impl.SimpleObjects_Test

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-06-06 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16503043#comment-16503043
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit ee96209b4a6d8e626afb1b843253cc9ede7339c3 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ee96209 ]

ISIS-1954: migrate simple-app tests to JUnit 5

except for one test class which is still run with JUnit 4 because it
uses org.junit.Rule:
domainapp.modules.simple.dom.impl.SimpleObjects_Test

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496465#comment-16496465
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 6be7d654fefacc5f643106de2bc125edc343a926 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6be7d65 ]

ISIS-1954: enhance java-doc

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496466#comment-16496466
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 6be7d654fefacc5f643106de2bc125edc343a926 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6be7d65 ]

ISIS-1954: enhance java-doc

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496468#comment-16496468
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 046a8897529fa96e7396185a05d755eb706833fe in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=046a889 ]

ISIS-1954: proposed fix for build error

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496467#comment-16496467
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 046a8897529fa96e7396185a05d755eb706833fe in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=046a889 ]

ISIS-1954: proposed fix for build error

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496453#comment-16496453
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit ddfc8cd86b7d7d9eb52a1ec19936e838d9a895c8 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ddfc8cd ]

ISIS-1954: introduces IntegrationTestJupiter as base class for
integration tests for the JUnit 5 Jupiter Engine

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496452#comment-16496452
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit ddfc8cd86b7d7d9eb52a1ec19936e838d9a895c8 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=ddfc8cd ]

ISIS-1954: introduces IntegrationTestJupiter as base class for
integration tests for the JUnit 5 Jupiter Engine

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496344#comment-16496344
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 5bbd42df20ba820add03e29fbe52180c9f7ee9e9 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5bbd42d ]

ISIS-1954: integtestsupport: moving deprecated classes to -legacy

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496348#comment-16496348
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 3e3f21de48058ceddced23b5253e8e94ee99db16 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3e3f21d ]

ISIS-1954: IsisSystem: refactoring deprecated methods out into a mixin

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496346#comment-16496346
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 6c34f96e89fd1329b4b46933c87654c3bf19a252 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6c34f96 ]

ISIS-1954: fix some compiler warnings

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496349#comment-16496349
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 2643fa0f4a8038b7cf35a64830cf1535fcd4490d in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2643fa0 ]

ISIS-1954: introduces a HeadlessTransactionSupport service

available only for integration support

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496347#comment-16496347
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 3e3f21de48058ceddced23b5253e8e94ee99db16 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3e3f21d ]

ISIS-1954: IsisSystem: refactoring deprecated methods out into a mixin

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496350#comment-16496350
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 2643fa0f4a8038b7cf35a64830cf1535fcd4490d in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2643fa0 ]

ISIS-1954: introduces a HeadlessTransactionSupport service

available only for integration support

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496343#comment-16496343
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 5bbd42df20ba820add03e29fbe52180c9f7ee9e9 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5bbd42d ]

ISIS-1954: integtestsupport: moving deprecated classes to -legacy

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-31 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496345#comment-16496345
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 6c34f96e89fd1329b4b46933c87654c3bf19a252 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6c34f96 ]

ISIS-1954: fix some compiler warnings

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491561#comment-16491561
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 340f5e30e9baffa4c2770453e956bc472fdca3b1 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=340f5e3 ]

ISIS-1954: breaks cyclic dependencies with jassist plugin tests

introduces a new module: plugins-test/codegen-javassist-test

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491560#comment-16491560
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 340f5e30e9baffa4c2770453e956bc472fdca3b1 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=340f5e3 ]

ISIS-1954: breaks cyclic dependencies with jassist plugin tests

introduces a new module: plugins-test/codegen-javassist-test

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491549#comment-16491549
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 1460d1aea0923b96c579341be8fd6a8556d01930 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=1460d1a ]

ISIS-1954: fixes DefaultImposteriserTest

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491550#comment-16491550
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 1460d1aea0923b96c579341be8fd6a8556d01930 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=1460d1a ]

ISIS-1954: fixes DefaultImposteriserTest

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491532#comment-16491532
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 3948643a394bbe3378b1e2b0ffe013dba8546097 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3948643 ]

ISIS-1954: fixes JUnit4 compile dependency in unittestsupport

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491533#comment-16491533
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit 3948643a394bbe3378b1e2b0ffe013dba8546097 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3948643 ]

ISIS-1954: fixes JUnit4 compile dependency in unittestsupport

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491528#comment-16491528
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit d18ed11148a93e9322b4d070d6be9c11fd437f07 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d18ed11 ]

ISIS-1954: adds JUnit 5 support

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ISIS-1954) JUnit 5 support

2018-05-26 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16491529#comment-16491529
 ] 

ASF subversion and git services commented on ISIS-1954:
---

Commit d18ed11148a93e9322b4d070d6be9c11fd437f07 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d18ed11 ]

ISIS-1954: adds JUnit 5 support

Task-Url: https://issues.apache.org/jira/browse/ISIS-1954

> JUnit 5 support
> ---
>
> Key: ISIS-1954
> URL: https://issues.apache.org/jira/browse/ISIS-1954
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M1
>
>
> Allow users to also write JUnit-5 Tests, while not breaking existing JUnit-4 
> infrastructure.
> We replace the JUnit-4 (4.12) dependencies with Jupiter (5.2.0) including 
> vintage which provides backwards compatibility ...
> {code:xml}
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-api
> 
> 
>   
>   org.junit.jupiter
>   junit-jupiter-engine
> 
> 
>   
>   org.junit.vintage
>   junit-vintage-engine
> 
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)