Code generation: update services and models - #1571
Conversation
Summary of ChangesHello @AdyenAutomationBot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request delivers an automated update to the Adyen services and models, reflecting recent modifications to the OpenAPI specification. The changes span across multiple packages, focusing on maintaining alignment with the latest API definitions, improving code consistency through reformatting, and introducing new capabilities for Strong Customer Authentication associations. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request appears to be an automated code generation based on an updated OpenAPI specification. The changes primarily consist of formatting adjustments, such as indentation and line breaks, and the addition of new model classes.
My review focuses on a couple of areas for improvement:
- In
AcsWebhooksHandler, I've suggested simplifying some methods for better readability and conciseness by usingOptional.filter(). - Across many of the generated model files, there are malformed Javadoc comments for
fromJsonandtoJsonmethods. I've provided a fix for one file as an example, and this should be applied to all similar cases to ensure proper documentation generation.
Overall, the changes are consistent with what's expected from a code generator update.
9ac6724 to
250d70b
Compare
ee4c537 to
5d206fa
Compare
5dc3145 to
4d7c60d
Compare
OpenAPI spec files or templates have been modified on 09-10-2025 by commit.