TomboloDigitalConnector icon indicating copy to clipboard operation
TomboloDigitalConnector copied to clipboard

Digital Connector build failing with Java9

Open arya-hemanshu opened this issue 7 years ago • 2 comments

Description

When building Digital Connector with Java 9 build is failing.

Need to upgrade the platform in order to give Java 9 compatibility

Error log

None

arya-hemanshu avatar Jan 08 '18 10:01 arya-hemanshu

Example stack trace from gradle test under this situation.

    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

uk.org.tombolo.recipe.DataExportRecipeValidatorTest > testValidateWithValidFixture FAILED
    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

uk.org.tombolo.recipe.DataExportRecipeValidatorTest > testValidateWithValidBuilder FAILED
    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

uk.org.tombolo.recipe.DataExportRecipeValidatorTest > testValidateWithInvalidFixture FAILED
    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

uk.org.tombolo.recipe.DatasetRecipeTest > testFromJsonFile FAILED
    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

uk.org.tombolo.recipe.DatasetRecipeTest > testGetFieldSpecification FAILED
    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

uk.org.tombolo.recipe.RecipeDeserializerTest > testFromJsonWithBlankSpec FAILED
    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

uk.org.tombolo.recipe.RecipeDeserializerTest > testFromJsonFileWithBlankSpec FAILED
    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

uk.org.tombolo.recipe.RecipeDeserializerTest > testFromJsonFileWithExporter FAILED
    java.lang.NoClassDefFoundError
        Caused by: java.lang.ClassNotFoundException

292 tests completed, 261 failed, 4 skipped

sassalley avatar Jan 08 '18 11:01 sassalley

Created #428 until we solve this issue.

lorenaqendro avatar Jan 08 '18 12:01 lorenaqendro