[Java] Client Code Generation: Wrong Timestamp import
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2021
03:26 AM
11-30-2021
03:26 AM
[Java] Client Code Generation: Wrong Timestamp import
Are you going to fix it?
https://github.com/swagger-api/swagger-codegen/issues/10440
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2021
04:20 AM
11-30-2021
04:20 AM
Hi @eertree
Would we like it fixed? Yes.
It's not a high priority at this moment, but I've added a comment to the GitHub issue to see what's happening there.
If you're interested in this, it may be a reasonably straightforward fix and if so, we'd be happy to help get it merged.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2021
06:50 AM
12-01-2021
06:50 AM
What can be done now as a temporary solution?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2021
02:52 AM
12-07-2021
02:52 AM
@eertree you can try the workaround here: https://github.com/swagger-api/swagger-codegen/issues/10440#issuecomment-982582683
Or you can search/replace the text of `import java.sql.Timestamp` with the Model you want.
