Skip to content

Conversation

@jinuthankachan
Copy link

@jinuthankachan jinuthankachan commented Jan 21, 2026

  • resolves Support for echo/v5 #2186
  • Tasks
    • server code generation for echo/v5
    • strict-server for echo/v5
    • test echo/v5 to be feature fit

* feat/echov5-codegen (#6)
* server code generation for echo/v5
* does not include:
    - strict-server for echo/v5
    - middlewares for echo/v5
@jinuthankachan jinuthankachan changed the title feat/echov5-support feat: Support echo/v5 Jan 22, 2026
@DanDagadita
Copy link

Thank you for the PR, just two minor issues:

  • I don't understand why you use ctx.PathParam instead of ctx.Param (in pkg/codegen/templates/echo/v5/echo-wrappers.tmpl), I cannot find the PathParam method anywhere; it's not in v4 nor in v5 of Echo's Context. Upon generating an endpoint containing path parameters, it fails to compile due to the method not existing.
  • Another small thing, the options you added can also be added to oapi-config-schema.json (under properties -> generate -> properties).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for echo/v5

2 participants