kiwi-oss

Results 7 issues of kiwi-oss

### Version Noticed in 3.6.3, but still exists in current `master` branch. ### Context As mentioned in https://github.com/vert-x3/vertx-web/issues/1372#issuecomment-671545630, according to the OpenAPI 3.0.3 specification, path parameters have to follow RFC...

bug

The [`JsonPath#getJsonObject`](https://github.com/rest-assured/rest-assured/blob/034ebfb0db4a6302e3bd429d26a2eb79e3190e9e/json-path/src/main/java/io/restassured/path/json/JsonPath.java#L1007) method doesn't have a Javadoc description and returns a generic type, so it's not clear what it does or what kind of JSON object it returns. There are...

This adds two features for Microprofile. One is the `configKeyFromClassName` option that allows naming the configuration key of the `@RegisterRestClient` annotation after the annotated API interface. The effect can be...

Client: Java
Enhancement: General

I would like to request adding a licence to this repository to make it legally safe to use it and clarify what is allowed and what isn't. Without a licence,...

**Read the documentation, maybe we already have the feature** There's a [section about numerical comparisons](https://github.com/lukas-krecan/JsonUnit/blob/e22495b9f0859f57c7a66d639d8df02dc89df6a6/README.md#numbers), but I don't need to compare numbers, I need to determine the type. There's a...

#### Feature summary A method `isInFloatingPointFormat` to assert that a `BigDecimal` has been specified in floating point syntax using a decimal dot or the exponential "e". A complementary method `isInIntegerFormat`...

**Environment**: - *Jib version:* `jib-core` 0.27.3 - *Build tool:* Gradle 8.14.3 - *OS:* Doesn't matter, fails on CI and on different developer systems **Description of the issue**: With the move...

type:bug
priority: p3