Package Details: swagger-codegen 3.0.54-1

Git Clone URL: https://aur.archlinux.org/swagger-codegen.git (read-only, click to copy)
Package Base: swagger-codegen
Description: Swagger Code Generator
Upstream URL: https://github.com/swagger-api/swagger-codegen
Licenses: Apache
Provides: swagger-codegen-cli
Submitter: kkl2401
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 4
Popularity: 0.000000
First Submitted: 2017-10-24 15:34 (UTC)
Last Updated: 2024-02-20 00:14 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

crabvk commented on 2023-12-02 11:34 (UTC) (edited on 2023-12-02 11:34 (UTC) by crabvk)

Building in a clean chroot and I've got this error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.6.0:descriptor (default-descriptor) on project swagger-codegen-maven-plugin: The API of the mojo scanner is not compatible with this plugin version. Please check the plugin dependencies configured in the POM and ensure the versions match.: /usr/lib/jvm/java-21-openjdk/lib/libawt_xawt.so: libXext.so.6: cannot open shared object file: No such file or directory -> [Help 1]

and then two more about missing files libXrender.so.1 and libXtst.so.6

Fixed by installing missing dependencies: libxext, libxrender and libxtst.

xuanwo commented on 2019-07-08 09:11 (UTC)

swagger-codegen has been failed to build after 3.0.8, and I got these message from the Swagger Codegen core maintainer:

Myself and other top contributors (40+) have decided to fork Swagger Codegen to maintain a community-driven version called "OpenAPI Generator" (https://openapi-generator.tech), which supports both OpenAPI spec v2 and v3.

For the reasons behind the fork, please refer to the Q&A: https://github.com/OpenAPITools/openapi-generator/blob/master/docs/qna.md

We just released v4.0.0 two months ago - the first major release after the fork


Should we need move upstream to the new one or split to another package?

xuanwo commented on 2019-03-27 15:26 (UTC)

swagger-codegen will build from source now, binary package could be got from archlinuxcn

msrd0 commented on 2018-11-10 21:36 (UTC)

with version 3.0.0 the download url has changed to https://oss.sonatype.org/content/repositories/releases/io/swagger/codegen/v3/swagger-codegen-cli/$pkgver/swagger-codegen-cli-$pkgver.jar

toXel commented on 2018-04-02 12:21 (UTC)

Please update the package.

kkl2401 commented on 2017-11-07 16:18 (UTC)

Thanks, fixed.

jennifer commented on 2017-11-06 16:23 (UTC)

Please fix the symlink to be relative: ln -s "swagger-codegen-cli-$pkgver.jar" "$pkgdir/usr/share/java/swagger-codegen/swagger-codegen-cli.jar"