We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected] introduced a pipeline operation. mem-fs-editor@11, [email protected] and [email protected] was adjusted to support and only supports mem-fs@4.
[email protected]
mem-fs-editor@11
mem-fs@4
mem-fs@4 and [email protected] should be available since #23867.
Changes:
mem-fs-editor
yeoman-generator
queueTransformStream
commit
multiStepTransform
packageInfoTransform
transform
Those changes are required to fix #23391.
Those changes need to be simultaneous.
Those updated apis provides a much better in pipeline transform support by allowing file creation and file deleting inside the pipeline.
Remove workarounds:
.jhi
it('should generate entities containing jakarta', () => { result.assertFileContent('src/main/java/com/mycompany/myapp/domain/Foo.java.jhi', 'jakarta'); });
edit falls back to .jhi extension:
generator-jhipster/generators/generator-base.js
Line 3523 in de2f4b1
If a blueprint writes the non .jhi file, a conflict is created due to write/override the same file. They are actually different files for mem-fs.
#23391
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Overview of the feature request
[email protected]
introduced a pipeline operation.mem-fs-editor@11
,[email protected]
and[email protected]
was adjusted to support and only supportsmem-fs@4
.mem-fs@4
and[email protected]
should be available since #23867.Changes:
mem-fs-editor
to v11.yeoman-generator
to v7.queueTransformStream
andcommit
apis usage.multiStepTransform
, reworkpackageInfoTransform
, rework TranslationDatatransform
.Those changes are required to fix #23391.
Those changes need to be simultaneous.
Motivation for or Use Case
Those updated apis provides a much better in pipeline transform support by allowing file creation and file deleting inside the pipeline.
Remove workarounds:
.jhi
extension:edit falls back to
.jhi
extension:generator-jhipster/generators/generator-base.js
Line 3523 in de2f4b1
If a blueprint writes the non
.jhi
file, a conflict is created due to write/override the same file.They are actually different files for mem-fs.
Related issues or PR
#23391
The text was updated successfully, but these errors were encountered: