You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal: if a command defines a choice with null value, preparation logic will override the property actual actual value.
Example: null value
Fixed in: d8f6b2e
Workaround: may be possible to move choices to prompt if not affected by above issue.
git: may fail to commit with pre commit hook, execute git with --no-verify.
testing: allow helpers.runCli() and helpers.runJDL() to be used by blueprints. Testing configuration needs to be added to test to allow blueprint use case.
testing: replace withParentBlueprintLookup() with testing configuration.
testing: regression in helpers blueprint option, it doesn't accepts string.
Workaround: convert to array.
Fixed in 211b129
Overview of the feature request
Issues found in v8.7.1 release:
generator-jhipster/eslint
exported does not work correctly.Workaround: cleanup exported object
Fixed in fix eslint exports #27359
Example: pulsar removed
Workaround: manually add missing properties
Fixed in internal: always load main generators configs #27466 (comment)
Example: null value
Fixed in: d8f6b2e
Workaround: may be possible to move choices to prompt if not affected by above issue.
--no-verify
.helpers.runCli()
andhelpers.runJDL()
to be used by blueprints. Testing configuration needs to be added to test to allow blueprint use case.withParentBlueprintLookup()
with testing configuration.Workaround: convert to array.
Fixed in 211b129
Nice to have:
Motivation for or Use Case
Related issues or PR
The text was updated successfully, but these errors were encountered: