Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.8.22-1.0.11 #739

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp:symbol-processing-gradle-plugin (source) 1.8.21-1.0.11 -> 1.8.22-1.0.11 age adoption passing confidence

Release Notes

google/ksp

v1.8.22-1.0.11: Release

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@sonarcloud
Copy link

sonarcloud bot commented Jun 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sdelamo sdelamo merged commit 6980eb2 into master Jun 10, 2023
@sdelamo sdelamo deleted the renovate/ksp branch June 10, 2023 11:17
melix pushed a commit that referenced this pull request Jun 14, 2023
…ugin to v1.8.22-1.0.11 (#739)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
melix added a commit that referenced this pull request Jun 16, 2023
* Initial implementation of Micronaut OpenAPI plugin

This commit demonstrates an integration of the Micronaut OpenAPI generator
directly into the Gradle plugin. Because that project is still work in
progress, it uses a source dependency.

This feature allows the generation of an OpenAPI client or server directly
in the build pipeline.

For now, we only support generation of apis and models. Tests are not
supported, but it is arguable if we should handle this at the plugin
level or via something like Micronaut launch instead.

When the `io.micronaut.openapi` plugin is applied, then a new
`openapi` extension is added to the `micronaut` configuration block,
letting the user declare a definition to use. For example:

```
micronaut {
   ...
   openapi {
       client(file("src/openapi/petstore.json")) {
           apiPackageName = "com.mycompany.petstore.api"
           modelPackageName = "com.mycompany.petstore.model"
       }
   }
}
```

Then the APIs and models are generated (in 2 distinct tasks) as
part of the build process. We're using generated output directories
(e.g `build/generated/openapi/client/...`) so it means that the tasks
are executed on every invocation, but they are cacheable.

Relates to micronaut-projects/micronaut-openapi#1037

* Manual sync of graalvm workflows

* Update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.8.22-1.0.11 (#739)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update for latest OpenAPI snapshot

* Upgrade to Micronaut OpenAPI 5.0.0-M10

* Add documentation about OpenAPI plugin

* Do not use OpenAPI generator specific types as input of tasks/extensions

This will help properly isolate the execution code from the API.

* Use the worker API

While it makes the code more complex, it allows the flexibility of overriding
the default version of the generator that the plugin uses, and also makes it
possible for a user to implement their own code generators and leveraging the
plugin to perform code generation.

* Clarify documentation and fix sonar warnings

---------

Co-authored-by: Milenko Supic <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant