Erik S

Results 3 issues of Erik S

###### Which version and edition of Flyway are you using? 8.5.2 ###### Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin) Java API ###### Which database are...

t: feature

It seems not possible to remove authorization for API Gateway methods if it is defined in `defaultMethodOptions` on `RestApi` level. ### Reproduction Steps First I create RestApi Gateway (https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-apigateway.RestApi.html) with...

bug
p1
@aws-cdk/aws-apigateway
effort/small

### Issue description With structure like: ``` @MappedEntity("foo") public record Foo( @Id String id, @Nullable @Relation(Relation.Kind.ONE_TO_MANY) @JoinColumns({ @JoinColumn(name = ID_COL, referencedColumnName = "foo_id") }) List bars, ``` ``` @MappedEntity("bar") public...

info: workaround available
type: bug