Swagger Sbt Plugin

Swagger Sbt Plugin was created and last updated, publicly, about 6 years ago. I’d love to find who, if any, is maintaining this plugin, and whether we can cooperate on keeping it up-to-date.

-Vlad Patryshev

I assume you are referring to this one?

As for your actual question, you’d probably have to contact one or more of the maintainers listed at the bottom of the readme directly.

However, there seem to be more currently maintained Swagger/OpenAPI sbt plugins out there. I’d suggest to look these up via Scaladex, web/github search, etc., compare them to the one above and check whether one of these fits your bill.

My personal recommendation would be to consider moving to Tapir. My experience using Tapir with akka-http and http4s has been really good. Having a shared, typed endpoint representation for service logic and docs beats any annotation based approach by lengths. Most things simply work, it’s under very active development, and whenever I hit upon a problem or a missing feature, feedback in bug tracker and gitter has been quick and helpful.

(There also is an endpoints library that looks somewhat similar to Tapir at first glance, but I don’t have any experience with it at all.)

2 Likes