Nomar Morado
Nomar Morado
i am using phantomjs 1.9.7 for windows. works fine when using firefox. is this a known issue?
### Describe the bug Run the sample application under kogito-quarkus-examples/dmn-quarkus-example and one should get the error below: `Caused by: java.lang.NoSuchMethodError: 'org.eclipse.microprofile.openapi.models.media.Schema org.eclipse.microprofile.openapi.models.media.Schema.type(org.eclipse.microprofile.openapi.models.media.Schema$SchemaType)' at org.kie.dmn.openapi.impl.FEELBuiltinTypeSchemaMapper.convertBuiltInToJavaClass(FEELBuiltinTypeSchemaMapper.java:68) at org.kie.dmn.openapi.impl.FEELBuiltinTypeSchemaMapper.from(FEELBuiltinTypeSchemaMapper.java:36) at org.kie.dmn.openapi.impl.DMNTypeSchemas.refOrBuiltinSchema(DMNTypeSchemas.java:108) at org.kie.dmn.openapi.impl.DMNTypeSchemas.schemaFromSimpleType(DMNTypeSchemas.java:98)...
### Describe the bug Using Quarkus 3.20.1 and Kogito 10.1.0 causes errors below due to MP OpenAPI version collisions when a DMN is included in a project: `Caused by: java.lang.NoSuchMethodError:...