Aditya Lahiri

Results 23 comments of Aditya Lahiri

@baulea I think we won't have this problem anymore after the recent changes we made. What do you think?

@authorjapps I think eventually we should maintain the java 17 changes on main branch and maintain the java 8 one on a different branch. That way we will have the...

Thank you > Hello, > > we're using zerocode on our project with java 17 with no issues (except additional --add-opens args for compilation) Here you can find some snippet:...

Is there a plan to merge this PR? @authorjapps

> This is just a small design change. There is no point in having an interface without defining any apis which in turn is the violation of interface definition. I...

@baulea Hey, do you think it is possible for us to a scan on the project to check if any other dependencies can be upgraded? One way to do this...

> @baulea Hey, do you think it is possible for us to a scan on the project to check if any other dependencies can be upgraded? One way to do...

@authorjapps Do you have any suggestions on approach? The approaches I can think of are: 1. Define a retryFrom parameter in the Step and go to the retryFrom step on...

I'm talking about a scenario like this: ``` { "scenarioName": "Create employee by authenticating via Oauth2 token", "steps": [ { "name": "auth", "url": "com.zerocode.authClass", "method": "authMethod", "request": "", "assertions": {...