Jérémie Bresson
Jérémie Bresson
I have prepared PR https://github.com/OpenAPITools/openapi-generator/pull/2775 to update Swagger-Parser
I have updated Swagger-Parser. Can you check the latest `4.0.0-SNAPSHOT` version of OpenAPI Generator?
If `-name` is removed you get a random name like "marvelous-lion". I tend to agree with the author of this question: https://www.reddit.com/r/docker/comments/ga5f5t/can_you_specify_a_prefix_for_a_random_docker_name/ And I think that having a `$(date +%s)`...
This is a groovy issue. One of your config properties is from type `GStringImpl` instead of `String`. You can try to comment them one by one, to understand which one...
> If we use the dev-version of docToolchain for the production docs, we could easily break the prod docs, couldn't we? If you use PR to do modifications, then I...
Even after the publication of version `2.1.0` the published version is still wrong (check the "news" section). And this is because `dtcw` is still using `2.0.5` here: https://github.com/docToolchain/docToolchain/blob/eee5705f6445187307f5d792e067c49147d45f0a/dtcw#L13-L16 So now...
Is the addition of a function in `docToolchainConfig.groovy` considered as a breaking change? Because if `rightcolumn.gsp` is updated (because they consume the released version) and users stick to an old...
_I have the feeling I will learn a lot of Groovy while working on those topics with you_
_Sorry for the delay_ Using a closure in the `docToolchainConfig.groovy` file does not seems to work: ```groovy microsite.with { //.. gitRepoEditUrl = { sourceFileName -> return "https://github.com/jmini/dtc-experiments/edit/${branch}/src/docs/${sourceFileName}" } } ```...
See related issue https://github.com/docToolchain/docToolchain/issues/612 about passing credentials: ``` ./gradlew generateHTML -PmavenRepository=your_artifactory -PmavenUsername=your_username -PmavenPassword=your_pw --info ```