GitHub user kaspersorensen opened a pull request:

    https://github.com/apache/metamodel/pull/195

    METAMODEL-1205: Made CassandraUnit based test skip on JDK 9+

    It seems that CassandraUnit simply does not work on JDK 9+, see related
    comments in the code. For now I've added a JUnit `Assume` call which
    ensures that the test code is skipped when CassandraUnit fails to come
    up. Eventually, when they fix CassandraUnit, we should be able to
    upgrade the CassandraUnit dependency and it would presumably start
    working again.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kaspersorensen/metamodel 
METAMODEL-1205-cassandra

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metamodel/pull/195.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #195
    
----
commit 38d6bec0292b54bee899eabd55b11bf7b932725c
Author: Kasper Sørensen <i.am.kasper.sorensen@...>
Date:   2018-11-23T19:00:41Z

    METAMODEL-1205: Made CassandraUnit based test skip on JDK 9+
    
    It seems that CassandraUnit simply does not work on JDK 9+, see related
    comments in the code. For now I've added a JUnit `Assume` call which
    ensures that the test code is skipped when CassandraUnit fails to come
    up. Eventually, when they fix CassandraUnit, we should be able to
    upgrade the CassandraUnit dependency and it would presumably start
    working again.

----


---

Reply via email to