João Ferreira

Results 37 comments of João Ferreira

> [3bc4895](https://github.com/OpenAPITools/openapi-generator/pull/11949/commits/3bc4895dddd49501c18d30d13fba9c2b6c470a59) fixes imported libraries in the generated api package. Libraries such as Set used to be imported as org.openapitools.client.model.Set, however Set was not generated as a model. Now it...

> Of course! Can I first have some more information about the problem you are having? Using version 6.0.0 I was seeing generated code like `import org.openapitools.client.model.Array[Byte]` from a schema...

> Thus, the Enumeratum macros should be ported. any plan to have the macros ported?

> In particular, the enclosingModule function is basically gone with no replacement in Scala 3 AFAIK There is some dotty/scala3 issue about that? Alternatively, could we change the signature of...

> Can the lockfile be updated with ; unlock; reload; lock (or something else) after the version has already been updated? I think that would work. Another alternative would be...

> Btw, what happens if sbt lock is called after the version bump is committed but not changed in the lockfile? Would it create the lockfile with updated versions or...

> It sounds to me that a simple PostUpdateHook that just runs sbt lock after every update in projects that depend on sbt-lock would be enough then. But how would...

Just wanted to say that the first point would be helpful for a similar library but for reactivemongo bson encoder/decoder (https://github.com/rethab/magnolia-bson) because Reactivemongo uses a `BSONDocumentWriter` and a `BSONWriter`

As far as I understand things, nothing in the new release (0.9.1) changed so that having different type classes for the exported and internal types... You see any problems with...