[
https://issues.apache.org/jira/browse/ISIS-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16840363#comment-16840363
]
ASF subversion and git services commented on ISIS-2112:
-------------------------------------------------------
Commit 038b68c60ff3a594b8911253774329589b0b7bfa in isis's branch
refs/heads/2112_SpringBoot from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=038b68c ]
ISIS-2112: bumping spring and surefire versions, to no effect
- there is an issue where spring cannot locate classpath resources when
running surefire tests on jdk11
- issue solved by workaround ...
//fails
@PropertySource("classpath:/org/apache/isis/testdomain/jdo/isis-non-changing.properties")
//works
@PropertySource("file:src/test/java/org/apache/isis/testdomain/jdo/isis-non-changing.properties")
- results in successful build including surefire tests
Task-Url: https://issues.apache.org/jira/browse/ISIS-2112
> Use Spring Boot for 'Service Provisioning'
> ------------------------------------------
>
> Key: ISIS-2112
> URL: https://issues.apache.org/jira/browse/ISIS-2112
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Critical
> Fix For: 2.0.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)