Marco Gonzalez
Marco Gonzalez
If you're looking for OpenAPI 3.x support, see: https://github.com/kongchen/swagger-maven-plugin/issues/550#issuecomment-2025847025
If you're looking for OpenAPI 3.x support: 1. **If you have a `javax` JAX-RS API:** you can use [io.swagger.core.v3:swagger-maven-plugin](https://github.com/swagger-api/swagger-core/tree/master/modules/swagger-maven-plugin) or [io.openapitools.swagger:swagger-maven-plugin](https://github.com/openapi-tools/swagger-maven-plugin). 1. **If you have a `jakarta` JAX-RS API:** you...
If you're looking for OpenAPI 3.x support, see: https://github.com/kongchen/swagger-maven-plugin/issues/550#issuecomment-2025847025
@nobody102 It seems you have the wrong repo. This repo is for `com.github.kongchen:swagger-maven-plugin` and you're using `io.openapitools.swagger:swagger-maven-plugin`. It seems you're not alone in the JDK21 problem though: https://github.com/openapi-tools/swagger-maven-plugin/issues/116
If you're looking for OpenAPI 3.x support, see: https://github.com/kongchen/swagger-maven-plugin/issues/550#issuecomment-2025847025
Hi @lorencole, that's because the default value of `` is: ```xml ${swagger.skip} ``` By using `true`, you "hardcode" `true` and remove the usage of of the `swagger.skip` property. To solve...
My use case is that I want to create a [DynamoEventSource](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda_event_sources.DynamoEventSource.html) for subscribing a Lambda function for each replica of a global table. However [CfnGlobalTable.attrStreamArn](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.CfnGlobalTable.html#attrstreamarn) and [Table.tableStreamArn](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.Table.html#tablestreamarn) only return the...
@RichiCoder1 it seems the current state of [ContextProviderPlugin](https://github.com/aws/aws-cdk/blob/539d03684453a73acbd6f1734ea99292b7c6d956/packages/aws-cdk/lib/api/plugin/context-provider-plugin.ts#L1) is very rough: Users can author plugins as follows: ```ts interface MyPluginQuery { /* * These fields will be automatically populated using...
If you're looking for OpenAPI 3.x support, see: https://github.com/kongchen/swagger-maven-plugin/issues/550#issuecomment-2025847025
> And I can't find information about this subcommand on the Yarn 1 [website](https://classic.yarnpkg.com/en/docs/cli) either. @timongh Interestingly enough, this exists: https://classic.yarnpkg.com/en/docs/cli/exec