schlagi123

Results 6 issues of schlagi123

In the following example I get the following exception. Code: `RamlModelResult ramlModelResult = new RamlModelBuilder().buildApi(new File("test.raml"));` Exception: ``` Exception in thread "main" java.lang.NullPointerException at java.io.File.(File.java:277) at org.raml.v2.api.loader.FileResourceLoader.(FileResourceLoader.java:36) at org.raml.v2.api.RamlModelBuilder.getRamlContent(RamlModelBuilder.java:252) at...

## Brief outline of the bug Hello, I must use a longtable and I have the requirement that every table caption is below the tables. Currently this is not possible...

enhancement / extension
category tools
long-term

### Prerequisites Version: - Java 21 - Kotlin 1.9.20-Beta2 - kotest 5.7.2 - mockk 1.13.8 A test with mockk: ``` class TestSpec: FreeSpec ({ "test" { val mock = mockk()...

hacktoberfest

Hello, I see, that the SecurityManager is used at least in the JsonProvider class. Since Java 17 the SecurityManager is deprecated for removal (https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/SecurityManager.html). Are there solutions for that planed?

Hi Martin, I have create a prototype for an annotation processor. The changes are in the spring and core (https://github.com/openapi-processor/openapi-processor-core/pull/100) repository. One open problem is currently the logging. The Project...

### Describe the bug I have problems with the importing of VCards over the web-interface. I import the following VCard: ``` BEGIN:VCARD VERSION:4.0 FN:A4 N:A4;;;; ANNIVERSARY:20181206 END:VCARD ``` The anniversary...

bug
0. Needs triage