Cliffred van Velzen
Cliffred van Velzen
Currently, the axion-release-plugin pushes all tags when creating a release, and will therefore potentially also push tags that were unintended. Wouldn't it be cleaner if only the newly created release...
Given a project that has never been released yet (no release tags), using the Axion defaults, the following happens: ``` > gradlew currentVersion Project version: 0.1.0-SNAPSHOT ``` ``` > gradlew...
**Describe the bug** Given the following snippet: ```yaml Customer: type: object properties: id: type: string username: type: string address: $ref: '#/components/schemas/Address' ``` Assume that Customer is unused and Customer is...
Encoding a generic class object with a nullable type parameter, like `DataClassWithNullableGeneric`, will fail with `org.bson.BsonInvalidOperationException: writeString can only be called when State is VALUE, not when State is NAME`...