René's URL Explorer Experiment


Title: Generating strict servers using 2.1.0 breaks casting of imported components when moving from 2.0.0. · Issue #2010 · oapi-codegen/oapi-codegen · GitHub

Open Graph Title: Generating strict servers using 2.1.0 breaks casting of imported components when moving from 2.0.0. · Issue #2010 · oapi-codegen/oapi-codegen

X Title: Generating strict servers using 2.1.0 breaks casting of imported components when moving from 2.0.0. · Issue #2010 · oapi-codegen/oapi-codegen

Description: Example code that breaks when generating using 2.1.0+: package main import ( "fmt" "github.com/oapiexample/api" "github.com/oapiexample/otherapi" ) func main() { var a api.GetExampleResponseObject var b otherapi.GetOtherExample400JSONRes...

Open Graph Description: Example code that breaks when generating using 2.1.0+: package main import ( "fmt" "github.com/oapiexample/api" "github.com/oapiexample/otherapi" ) func main() { var a api.GetExampleResponseObject ...

X Description: Example code that breaks when generating using 2.1.0+: package main import ( "fmt" "github.com/oapiexample/api" "github.com/oapiexample/otherapi" ) func main() { var a...

Opengraph URL: https://github.com/oapi-codegen/oapi-codegen/issues/2010

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Generating strict servers using 2.1.0 breaks casting of imported components when moving from 2.0.0.","articleBody":"Example code that breaks when generating using 2.1.0+:\n```\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/oapiexample/api\"\n\t\"github.com/oapiexample/otherapi\"\n)\n\nfunc main() {\n\tvar a api.GetExampleResponseObject\n\n\tvar b otherapi.GetOtherExample400JSONResponse\n\tswitch a.(type) {\n\tcase api.GetExample400JSONResponse:\n\t\tb = otherapi.GetOtherExample400JSONResponse(a.(api.GetExample400JSONResponse)) // \u003c- this line no longer compiles\n\t}\n\n\tfmt.Println(b.Message)\n}\n\n```\n\nSetup:\n\nopen_api.yaml\n```\nopenapi: 3.0.1\ninfo:\n  description: An example schema\n  title: ExampleAPI\n  version: 1.0.0\npaths:\n  /example:\n    get:\n      operationId: getExample\n      responses:\n        200:\n          description: OK\n        400:\n          $ref: \"#/components/responses/400\"\ncomponents:\n  responses:\n    400:\n      content:\n        application/json:\n          schema:\n            properties:\n              message:\n                type: string\n            required:\n              - message\n            type: object\n      description: Bad Request\n```\n\nopen_api.cfg.yaml\n```\npackage: api\ngenerate:\n  chi-server: true\n  models: true\n  strict-server: true\noutput: ./api/api.go\noutput-options:\n  skip-prune: true\n```\n\n\nopen_api_other.yaml\n```\nopenapi: 3.0.1\ninfo:\n  description: Another example schema\n  title: OtherAPI\n  version: 1.0.0\npaths:\n  /example:\n    get:\n      operationId: getOtherExample\n      responses:\n        200:\n          description: OK\n        400:\n          $ref: \"./open_api.yaml#/components/responses/400\"\n\n```\n\nopen_api_other.cfg.yaml\n```\npackage: otherapi\ngenerate:\n  chi-server: true\n  models: true\n  strict-server: true\nimport-mapping:\n  ./open_api.yaml: github.com/oapiexample/api/api\noutput: ./otherapi/api.go\n```\n\ngenerate.go\n```\npackage oapiexample\n\n//go:generate go run github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v2.0.0 --config open_api.cfg.yaml ./open_api.yaml\n//go:generate go run github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v2.0.0 --config open_api_other.cfg.yaml ./open_api_other.yaml\n```\n\nWhen I look at the generated code, this line changes from\n```\ntype GetOtherExample400JSONResponse struct{ externalRef0.N400JSONResponse }\n```\nto \n```\ntype GetOtherExample400JSONResponse struct{ externalRef0.N400 }\n```\n\nThe GetExample400JSONResponse type that references the same response component continues to embed the N400JSONResponse type.\n\n```\ntype GetExample400JSONResponse struct{ N400JSONResponse }\n```\n\n\nI believe [pull request #1387](https://github.com/oapi-codegen/oapi-codegen/pull/1387) introduced this change.","author":{"url":"https://github.com/MathewSharff","@type":"Person","name":"MathewSharff"},"datePublished":"2025-06-24T23:15:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/2010/oapi-codegen/issues/2010"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:18b697d6-98ec-5506-0322-01511fce32f2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD9DE:285CB7:142A7B3:1D6CD85:6A4E431E
html-safe-noncef06afbf20e94951ee82957e022a1b95442514e55f3c67026fe46bf3e49971e29
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOURFOjI4NUNCNzoxNDJBN0IzOjFENkNEODU6NkE0RTQzMUUiLCJ2aXNpdG9yX2lkIjoiMTI5OTYxODQxMjE5Mjc0NDIyMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacd074a3d8b1ad72ad78f40fd23e313dd3903a2936ee3672807f20d7832f145811
hovercard-subject-tagissue:3173567115
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/oapi-codegen/oapi-codegen/2010/issue_layout
twitter:imagehttps://opengraph.githubassets.com/2f47534dfc146dd683fe6a75060d923cd1c727ee9bf4bd0d97b8bca88f39ecc7/oapi-codegen/oapi-codegen/issues/2010
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/2f47534dfc146dd683fe6a75060d923cd1c727ee9bf4bd0d97b8bca88f39ecc7/oapi-codegen/oapi-codegen/issues/2010
og:image:altExample code that breaks when generating using 2.1.0+: package main import ( "fmt" "github.com/oapiexample/api" "github.com/oapiexample/otherapi" ) func main() { var a api.GetExampleResponseObject ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameMathewSharff
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
go-importgithub.com/oapi-codegen/oapi-codegen git https://github.com/oapi-codegen/oapi-codegen.git
octolytics-dimension-user_id142752710
octolytics-dimension-user_loginoapi-codegen
octolytics-dimension-repository_id173009358
octolytics-dimension-repository_nwooapi-codegen/oapi-codegen
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id173009358
octolytics-dimension-repository_network_root_nwooapi-codegen/oapi-codegen
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9fabff9b8b127e686a3ec86f91422e818056ca2c
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/oapi-codegen/oapi-codegen/issues/2010#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Foapi-codegen%2Foapi-codegen%2Fissues%2F2010
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Foapi-codegen%2Foapi-codegen%2Fissues%2F2010
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=oapi-codegen%2Foapi-codegen
Reloadhttps://github.com/oapi-codegen/oapi-codegen/issues/2010
Reloadhttps://github.com/oapi-codegen/oapi-codegen/issues/2010
Reloadhttps://github.com/oapi-codegen/oapi-codegen/issues/2010
Please reload this pagehttps://github.com/oapi-codegen/oapi-codegen/issues/2010
oapi-codegen https://github.com/oapi-codegen
oapi-codegenhttps://github.com/oapi-codegen/oapi-codegen
Please reload this pagehttps://github.com/oapi-codegen/oapi-codegen/issues/2010
Notifications https://github.com/login?return_to=%2Foapi-codegen%2Foapi-codegen
Fork 1k https://github.com/login?return_to=%2Foapi-codegen%2Foapi-codegen
Star 8.4k https://github.com/login?return_to=%2Foapi-codegen%2Foapi-codegen
Code https://github.com/oapi-codegen/oapi-codegen
Issues 293 https://github.com/oapi-codegen/oapi-codegen/issues
Pull requests 74 https://github.com/oapi-codegen/oapi-codegen/pulls
Discussions https://github.com/oapi-codegen/oapi-codegen/discussions
Actions https://github.com/oapi-codegen/oapi-codegen/actions
Projects https://github.com/oapi-codegen/oapi-codegen/projects
Security and quality 3 https://github.com/oapi-codegen/oapi-codegen/security
Insights https://github.com/oapi-codegen/oapi-codegen/pulse
Code https://github.com/oapi-codegen/oapi-codegen
Issues https://github.com/oapi-codegen/oapi-codegen/issues
Pull requests https://github.com/oapi-codegen/oapi-codegen/pulls
Discussions https://github.com/oapi-codegen/oapi-codegen/discussions
Actions https://github.com/oapi-codegen/oapi-codegen/actions
Projects https://github.com/oapi-codegen/oapi-codegen/projects
Security and quality https://github.com/oapi-codegen/oapi-codegen/security
Insights https://github.com/oapi-codegen/oapi-codegen/pulse
Bughttps://github.com/oapi-codegen/oapi-codegen/issues?q=type:"Bug"
#2357https://github.com/oapi-codegen/oapi-codegen/pull/2357
Generating strict servers using 2.1.0 breaks casting of imported components when moving from 2.0.0.https://github.com/oapi-codegen/oapi-codegen/issues/2010#top
#2357https://github.com/oapi-codegen/oapi-codegen/pull/2357
bugSomething isn't workinghttps://github.com/oapi-codegen/oapi-codegen/issues?q=state%3Aopen%20label%3A%22bug%22
v2.7.0https://github.com/oapi-codegen/oapi-codegen/milestone/12
https://github.com/MathewSharff
MathewSharffhttps://github.com/MathewSharff
on Jun 24, 2025https://github.com/oapi-codegen/oapi-codegen/issues/2010#issue-3173567115
pull request #1387https://github.com/oapi-codegen/oapi-codegen/pull/1387
bugSomething isn't workinghttps://github.com/oapi-codegen/oapi-codegen/issues?q=state%3Aopen%20label%3A%22bug%22
Bughttps://github.com/oapi-codegen/oapi-codegen/issues?q=type:"Bug"
v2.7.0No due datehttps://github.com/oapi-codegen/oapi-codegen/milestone/12
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.