Austin Arbor

Results 18 issues of Austin Arbor

Hello, I think a regression has been added with the 0.12.4 release Using the below models, on 0.12.3 I get the following schema: ```graphql type AnotherModel { id: Long }...

# Description When using `@JsonDeserialize(builder = ...)` along with `@JsonPojoBuilder`, deserialization fails when the Afterburner module is registered with `new ObjectMapper().registerModule(new AfterburnerModule().setUseValueClassLoader(false));` Test cases showing the issue: https://github.com/austinarbor/jackson-afterburner-issue/blob/main/src/test/java/dev/aga/model/ContextTest.java When `setUseValueClassLoader(true)`...

afterburner

Make the bundle creation algorithm more configurable for end users by allowing them to specify the criteria for bundle creation. This should also include the ability to group the entire...

enhancement

I am trying to mock the AWS Kotlin SDK, but getting an error I cannot figure out. I am trying to stub out the SDK function `public suspend inline fun...

### Use case Do you think it would be possible to add better support for generic types? With the use of jsonb and jsonb[], I wish it was easier to...

question
type: dataType

Is there a recommended pattern for pre-processing the arguments? I have hundreds of commands in different projects which get passed in args, but some of the args may be encrypted...

**Describe the bug** - I have set `asdf global golang 1.20.14` - In a new shell ``` ~ ❯ which go /Users/austinarbor/.asdf/shims/go ~ ❯ go version go version go1.20.14 darwin/arm64...

### Use case In PostgreSQL, there is an additional `WHERE` clause that needs to be included for `ON CONFLICT` if the unique index is a partial index. ```SQL CREATE TABLE...

enhancement
type: query