Skip to content

Commit

Permalink
fix: enable to use nodejs and java templates with asyncapi v3 (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed May 8, 2024
1 parent 97f3b28 commit b51928c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/generate/fromTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ const templatesNotSupportingV3: Record<string, string> = {
'@asyncapi/java-spring-cloud-stream-template': 'https://github.com/asyncapi/java-spring-cloud-stream-template/issues/336',
'@asyncapi/go-watermill-template': 'https://github.com/asyncapi/go-watermill-template/issues/243',
'@asyncapi/java-spring-template': 'https://github.com/asyncapi/java-spring-template/issues/308',
'@asyncapi/nodejs-template': 'https://github.com/asyncapi/nodejs-template/issues/215',
'@asyncapi/java-template': 'https://github.com/asyncapi/java-template/issues/118',
'@asyncapi/php-template': 'https://github.com/asyncapi/php-template/issues/191'
};

Expand Down

0 comments on commit b51928c

Please sign in to comment.