Quentin Castel

Results 21 comments of Quentin Castel

@tommysitu thanks for the workaround. I actually used 'glob' and 'JsonPartial' a couple of time already, for those reason. In your example: ``` "value" : "code=hoverfly-auth-code&grant_type=authorization_code&client_secret=some-client-secret&redirect_uri=https%3A%2F%2Fyour-redirect-url%2Foauth-redirect%2Fhoverfly&client_id=some-client-id", ``` You got the...

@justinwb I am not sure what it could be, as this github action hasn't changed. Can I see the repo? (add my user if it's a private repo)

@caiges I would be interested to debug the JSON blobs issue still. Is there a way you can share with me your config so I could reproduce the issue you...

At the moment, I somehow left a log of the maven settings: https://github.com/qcastel/docker-maven-release/blob/master/setup-maven-servers.sh#L40 Could you tell if there is an error in the resulting settings xml ? Note: I will...

I think this is a good idea @ycharaf-adeo , I would definitively would like that in my repositories. Lets see how we can do that, here is my current state...

Sounds awesome, will be interested to see it into action! What do you think if we add it to the sample repository? That will be a nice way to show...

Just to summarise this thread, here is an example of how to setup the maven plugin to generate models with lombok annotations: ``` @lombok.Builder @lombok.NoArgsConstructor @lombok.AllArgsConstructor ```

Any updates on this issue? Very keen to be able to run K6 in a distributed manner

Hello @SahityaGupta , It is currently not possible to replace the settings.xml. Although the github action supports private maven repos. Perhaps you could setup the action accordingly as a workdaround?...

@Serob I guess they just add those annotations without really parsing them. I actually face the same issue than you when using it on a new project. I managed to...