Giter Site home page Giter Site logo

Comments (3)

erosb avatar erosb commented on June 3, 2024 1

@rayokota I published a new version 0.9.0 with the recent fixes (should be available on maven central in a couple of hours).

from json-skema.

rayokota avatar rayokota commented on June 3, 2024

Here is the full stack trace

kotlin.NotImplementedError: An operation is not implemented: something went wrong

	at com.github.erosb.jsonsKema.AggregatingValidationFailure.join$json_sKema(ValidationFailure.kt:67)
	at com.github.erosb.jsonsKema.DefaultValidator.accumulate(Validator.kt:617)
	at com.github.erosb.jsonsKema.DefaultValidator.accumulate(Validator.kt:95)
	at com.github.erosb.jsonsKema.SchemaVisitor.visitChildren(SchemaVisitor.kt:122)
	at com.github.erosb.jsonsKema.SchemaVisitor.visitCompositeSchema(SchemaVisitor.kt:59)
	at com.github.erosb.jsonsKema.DefaultValidator.visitCompositeSchema(Validator.kt:186)
	at com.github.erosb.jsonsKema.DefaultValidator.visitCompositeSchema(Validator.kt:95)
	at com.github.erosb.jsonsKema.SchemaVisitor.internallyVisitCompositeSchema$json_sKema(SchemaVisitor.kt:48)
	at com.github.erosb.jsonsKema.CompositeSchema.accept(Schema.kt:26)
	at com.github.erosb.jsonsKema.SchemaVisitor.visitChildren(SchemaVisitor.kt:121)
	at com.github.erosb.jsonsKema.SchemaVisitor.visitReferenceSchema(SchemaVisitor.kt:84)
	at com.github.erosb.jsonsKema.ReferenceSchema.accept(Schema.kt:32)
	at com.github.erosb.jsonsKema.SchemaVisitor.visitChildren(SchemaVisitor.kt:121)
	at com.github.erosb.jsonsKema.SchemaVisitor.visitCompositeSchema(SchemaVisitor.kt:59)
	at com.github.erosb.jsonsKema.DefaultValidator.visitCompositeSchema(Validator.kt:186)
	at com.github.erosb.jsonsKema.DefaultValidator.visitCompositeSchema(Validator.kt:95)
	at com.github.erosb.jsonsKema.SchemaVisitor.internallyVisitCompositeSchema$json_sKema(SchemaVisitor.kt:48)
	at com.github.erosb.jsonsKema.CompositeSchema.accept(Schema.kt:26)
	at com.github.erosb.jsonsKema.DefaultValidator.visitOneOfSchema(Validator.kt:516)
	at com.github.erosb.jsonsKema.DefaultValidator.visitOneOfSchema(Validator.kt:95)
	at com.github.erosb.jsonsKema.OneOfSchema.accept(OneOf.kt:7)
	at com.github.erosb.jsonsKema.SchemaVisitor.visitChildren(SchemaVisitor.kt:121)
	at com.github.erosb.jsonsKema.SchemaVisitor.visitCompositeSchema(SchemaVisitor.kt:59)
	at com.github.erosb.jsonsKema.DefaultValidator.visitCompositeSchema(Validator.kt:186)
	at com.github.erosb.jsonsKema.DefaultValidator.visitCompositeSchema(Validator.kt:95)
	at com.github.erosb.jsonsKema.SchemaVisitor.internallyVisitCompositeSchema$json_sKema(SchemaVisitor.kt:48)
	at com.github.erosb.jsonsKema.CompositeSchema.accept(Schema.kt:26)
	at com.github.erosb.jsonsKema.DefaultValidator.validate(Validator.kt:173)
	at io.confluent.kafka.schemaregistry.json.schema.ReferenceTest.testReferences(ReferenceTest.java:84)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69)
	at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
	at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
	at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
	at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
	at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)

from json-skema.

rayokota avatar rayokota commented on June 3, 2024

Thanks @erosb ! This helps a lot :)

from json-skema.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.