Eric Haag

Results 21 comments of Eric Haag

👋 @hdani9307 could you briefly explain why you would like to make this change? What issue are you experiencing that you are trying to address with these changes?

@hdani9307 thanks for the explanation. Annotating file inputs with `@InputFile` is required to properly support incremental build functionality (e.g. `UP-TO-DATE`). You can read [the Incremental Build section of the Gradle...

@hdani9307 I don't believe marking a previously required property with `@Optional` would break any backwards compatibility. Removing the `@Optional` annotation from a property and making it required would, but that's...

Could you also update [the configuration section of the README](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-gradle-plugin#openapigenerate) to mention the new property?

Hey @spencergibb! 👋 There has to be some changes made to each project to [add the Maven extension](https://github.com/spring-cloud/spring-cloud-netflix/blob/9b1ab66d6b552228e02f9278766d97381d704a56/.mvn/extensions.xml) and [configure annotation processors](https://github.com/spring-cloud/spring-cloud-netflix/blob/9b1ab66d6b552228e02f9278766d97381d704a56/pom.xml#L82-L94) depending on which processors are on the project...

Hi @spencergibb. Have you given any more thought on rolling out Gradle Enterprise to Spring Cloud projects?

Hi @spencergibb and Happy New Year! I just wanted to check in to make sure this is still on your team's radar.

That is a good point. I am okay with closing this issue.

I don't know for sure, but that is my best guess as well.

For now we recommend you to use the older versions of the Gradle Enterprise Gradle plugin 3.16.2 and Gradle Enterprise Maven extension 1.20.1 to run the Build Validation Scripts. You...