Skip to content
New issue

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

JHipster upgrade always fails initially but usually will eventually work #19554

Closed
naris opened this issue Aug 26, 2022 · 16 comments · Fixed by #25203
Closed

JHipster upgrade always fails initially but usually will eventually work #19554

naris opened this issue Aug 26, 2022 · 16 comments · Fixed by #25203
Labels
$$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ theme: upgrade $200 https://www.jhipster.tech/bug-bounties/
Milestone

Comments

@naris
Copy link
Contributor

naris commented Aug 26, 2022

Overview of the issue

Every Time I upgrade a project (any project form any version to any other version of jhipster) it always fails with:

node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module 'C:\...\node_modules\generator-jhipster\node_modules\shelljs\src\exec-child.js'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
ERROR! ENOENT: no such file or directory, open 'C:\...\AppData\Local\Temp\shelljs_492fc74bd28f6df556d3'
Error [ShellJSInternalError]: ENOENT: no such file or directory, open 'C:\...\AppData\Local\Temp\shelljs_492fc74bd28f6df556d3'
    at Object.openSync (node:fs:585:3)
    at Object.readFileSync (node:fs:453:35)
    at execSync (C:\src\totalfact\node_modules\generator-jhipster\node_modules\shelljs\src\exec.js:89:17)
    at Object._exec (C:\src\totalfact\node_modules\generator-jhipster\node_modules\shelljs\src\exec.js:205:12)
    at Object.exec (C:\src\totalfact\node_modules\generator-jhipster\node_modules\shelljs\src\common.js:335:23)
    at module.exports._installNpmPackageLocally (C:\src\totalfact\node_modules\generator-jhipster\generators\upgrade\index.js:217:31)
    at C:\src\totalfact\node_modules\generator-jhipster\generators\upgrade\index.js:454:20
    at new Promise (<anonymous>)
    at C:\src\totalfact\node_modules\generator-jhipster\generators\upgrade\index.js:453:20
    at Array.map (<anonymous>)
    at module.exports.updateBlueprints (C:\src\totalfact\node_modules\generator-jhipster\generators\upgrade\index.js:452:27)
    at Object.<anonymous> (C:\src\totalfact\node_modules\yeoman-generator\lib\index.js:1024:25)
    at C:\src\totalfact\node_modules\run-async\index.js:49:25
    at new Promise (<anonymous>)
    at C:\src\totalfact\node_modules\run-async\index.js:26:19
    at runLoop.add.once.once (C:\src\totalfact\node_modules\yeoman-generator\lib\index.js:1025:11) {
  errno: -4058,
  syscall: 'open',
  code: 'ENOENT',
  path: 'C:\...\\AppData\\Local\\Temp\\shelljs_492fc74bd28f6df556d3'
}

Fortunately I can usually revert the changes and/or abort pending merge if there is one, re-checkout the original branch and it usually works the 2nd or 3rd time.

I am using the generator-jhipster-primeng-blueprint (which is why I had to generate the app using version 7.0.1 of JHipster), but as I mention the upgrade usually works the 2nd or 3rd time. I really don't think this error is due to this blueprint.

Motivation for or Use Case

This is really annoying. Especially since I have to upgrade form version 7.0.1, one version at a time, to the current version.

Reproduce the error

Generate a jhipster application. Upgrade it.

Related issues
Suggest a Fix
JHipster Version(s)

All 7.x versions

JHipster configuration
##### **JHipster Version(s)**

total-fact@0.0.1-SNAPSHOT C:\src\totalfact
+-- generator-jhipster-primeng-blueprint@7.0.4
| -- generator-jhipster@7.0.1 -- generator-jhipster@7.7.0



##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder**


<details>
<summary>.yo-rc.json file</summary>
<pre>
{
  "generator-jhipster": {
    "applicationType": "monolith",
    "authenticationType": "oauth2",
    "baseName": "TotalFact",
    "blueprints": [
      {
        "name": "generator-jhipster-primeng-blueprint",
        "version": "7.0.4"
      }
    ],
    "buildTool": "maven",
    "cacheProvider": "ehcache",
    "clientFramework": "angularX",
    "clientPackageManager": "npm",
    "clientTheme": "none",
    "clientThemeVariant": "",
    "creationTimestamp": 1651244671759,
    "databaseType": "sql",
    "devDatabaseType": "oracle",
    "dtoSuffix": "DTO",
    "enableGradleEnterprise": false,
    "enableHibernateCache": true,
    "enableSwaggerCodegen": true,
    "enableTranslation": true,
    "entities": [
      "UPC",
      "UPCRule",
      "PlatformType",
      "Platform",
      "PlatformDE",
      "PlatformInst",
      "PlatformList",
      "Product",
      "Release",
      "Dimension",
      "Category",
      "Attribute",
      "Source",
      "Section",
      "FieldValue",
      "Task",
      "Step",
      "UPCHistory",
      "PlatformHistory",
      "PlatformDEHistory",
      "PlatformInstHistory",
      "PlatformListHistory",
      "FieldValueHistory",
      "PrivateNotes",
      "ProtectedClass",
      "Derivation"
    ],
    "entitySuffix": "",
    "incrementalChangelog": true,
    "jhiPrefix": "jhi",
    "jhipsterVersion": "7.6.0",
    "languages": ["en"],
    "lastLiquibaseTimestamp": 1658504267000,
    "messageBroker": false,
    "nativeLanguage": "en",
    "otherModules": [
      {
        "name": "generator-jhipster-primeng-blueprint",
        "version": "7.0.4"
      }
    ],
    "packageFolder": "com/epsilon/totalfact",
    "packageName": "com.epsilon.totalfact",
    "pages": [],
    "prodDatabaseType": "oracle",
    "reactive": false,
    "searchEngine": false,
    "serverPort": "8080",
    "serverSideOptions": ["enableSwaggerCodegen:true"],
    "serviceDiscoveryType": false,
    "skipCheckLengthOfIdentifier": false,
    "skipClient": false,
    "skipFakeData": false,
    "skipServer": false,
    "skipUserManagement": true,
    "testFrameworks": ["gatling"],
    "websocket": false,
    "withAdminUi": true
  }
}

</pre>
</details>


##### **JDL for the Entity configuration(s) `entityName.json` files generated in the `.jhipster` directory**

<details>
<summary>JDL entity definitions</summary>

<pre>
entity UPC {
  upcKey String maxlength(15)
  name String maxlength(250) required
  description String maxlength(1024)
  keywords TextBlob
  userNotes TextBlob
  restrictedResellerFlag Boolean
  hidden Boolean
  createUser String required
  createDate Instant required
  modifyUser String
  modifyDate Instant
}
entity UPCRule {
  ruleText TextBlob required
  ruleDate Instant required
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity PlatformType {
  name String maxlength(10) required
  description String
}
entity Platform {
  primarySymbol String maxlength(128) required
  fieldName String maxlength(250) required
  fieldDescription String maxlength(1024)
  fieldLength Integer
  fieldValue String maxlength(100)
  inUse Boolean
  premiumField Boolean
  approvalRequired Boolean
  token String maxlength(50)
  sasKey String maxlength(10)
  rateId String maxlength(10)
  caseable Boolean
  sanRequired Boolean
  waiverRequired Boolean
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity PlatformDE {
  ecapsKey Integer
  defaultValue String maxlength(10)
  usedInBilling Boolean
  displayZeroCounts Boolean
  countFrequency Boolean
  countRange Boolean
  areaFillinRequired Boolean
  omniKvp String maxlength(30)
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity PlatformInst {
  pricingFlag Boolean
  selectFlag Boolean
  outputFlag Boolean
  crosstabFlag Boolean
  omniKvp String maxlength(30)
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity PlatformList {
  pricingFlag Boolean
  selectFlag Boolean
  outputFlag Boolean
  crosstabFlag Boolean
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity Product {
  name String
  description String
  productKey Integer min(0) max(999)
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity Release {
  version String
  releaseDate Instant
}
entity Dimension {
  name String maxlength(128) required
  description String
  createUser String required
  createDate Instant required
  modifyUser String
  modifyDate Instant
}
entity Category {
  name String maxlength(128) required
  createUser String required
  createDate Instant required
  modifyUser String
  modifyDate Instant
}
entity Attribute {
  fieldLevel String maxlength(128)
  createUser String required
  createDate Instant required
  modifyUser String
  modifyDate Instant
}
entity Source {
  code String maxlength(10) required
  name String maxlength(128)
  description String maxlength(1024)
}
entity Section {
  sectionKey String maxlength(10) required
  name String maxlength(128) required
  selfReported Boolean
  modeled Boolean
  thirdParty Boolean
  areaLevel Boolean
  compiled Boolean
  updatedDaily Boolean
  updatedWeekly Boolean
  updatedBiWeeekly Boolean
  updatedMonthly Boolean
  updatedSixWeeeks Boolean
  updatedQuatrerly Boolean
  updatedSemiAnnually Boolean
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity FieldValue {
  fieldValue String maxlength(25) required
  valueDefinition String
  averageMatchRate Float min(0) max(100)
  displayOrder Integer
  activeFlag Boolean
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity Task {
  name String required
  taskUser String maxlength(25) required
  taskOrder Integer
  showOnMainPage Boolean
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity Step {
  completed Boolean
  notes TextBlob
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
/**
 * History (Audit) tables                 *
 */
entity UPCHistory {
  upcKey String maxlength(15)
  name String maxlength(250) required
  description String maxlength(1024)
  keywords TextBlob
  userNotes TextBlob
  restrictedResellerFlag Boolean
  hidden Boolean
  createUser String required
  createDate Instant required
  modifyUser String
  modifyDate Instant
  attributeId BigDecimal
  categoryId BigDecimal
  protectedClassId BigDecimal
}
entity PlatformHistory {
  primarySymbol String maxlength(128) required
  fieldName String maxlength(250) required
  fieldDescription String
  fieldLength Integer
  inUse Boolean
  premiumField Boolean
  approvalRequired Boolean
  token String maxlength(50)
  sasKey String maxlength(10)
  rateId String maxlength(10)
  caseable Boolean
  sanRequired Boolean
  waiverRequired Boolean
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
  releaseId BigDecimal
  platformTypeId BigDecimal
  categoryId BigDecimal
  upcId BigDecimal
}
entity PlatformDEHistory {
  ecapsId Integer
  defaultValue String maxlength(10)
  usedInBilling Boolean
  displayZeroCounts Boolean
  countFrequency Boolean
  countRange Boolean
  areaFillinRequired Boolean
  omniKvp String maxlength(30)
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
  platformId BigDecimal
  sectionId BigDecimal
}
entity PlatformInstHistory {
  pricingFlag Boolean
  selectFlag Boolean
  outputFlag Boolean
  crosstabFlag Boolean
  omniKvp String maxlength(30)
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
  platformId BigDecimal
}
entity PlatformListHistory {
  pricingFlag Boolean
  selectFlag Boolean
  outputFlag Boolean
  crosstabFlag Boolean
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
  platformId BigDecimal
}
entity FieldValueHistory {
  fieldValue String maxlength(10) required
  valueDefinition String
  averageMatchRate Float min(0) max(100)
  displayOrder Integer
  activeFlag Boolean
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
  platformId BigDecimal
}
entity PrivateNotes {
  noteText TextBlob required
  noteDate Instant required
  createUser String
  createDate Instant
  modifyUser String
  modifyDate Instant
}
entity ProtectedClass {
  code Integer min(0) max(9) required
  name String maxlength(128)
  description String maxlength(1024)
}
entity Derivation {
  code String maxlength(10) required
  name String maxlength(128)
  description String maxlength(1024)
}
relationship OneToOne {
  PlatformDE{platform} to Platform{de}
  PlatformInst{platform} to Platform{install}
  PlatformList{platform} to Platform{list}
}
relationship OneToMany {
  UPC{rules} to UPCRule{upc required}
  Category{platform} to Platform{category}
  UPC{platforms required} to Platform{upc required}
  Dimension{categories required} to Category{dimension}
  Platform{values required} to FieldValue{platform}
  UPC{steps} to Step{uPC}
  UPC{privateNotes} to PrivateNotes{upc required}
}
relationship ManyToOne {
  UPC{attribute required} to Attribute
  UPC{category required} to Category
  UPC{protectedClass} to ProtectedClass
  Platform{release} to Release
  Platform{platformType} to PlatformType
  PlatformDE{section} to Section
  Product{platformType} to PlatformType
  Step{task} to Task
}
relationship ManyToMany {
  UPC{source} to Source{platform}
  Platform{product} to Product{platform}
  Platform{derivation} to Derivation{platform}
}

paginate UPC, UPCRule, PlatformType, Platform, PlatformDE, PlatformInst, PlatformList, Product, Release, Dimension, Category, Attribute, Source, Section, FieldValue, Task, Step, UPCHistory, PlatformHistory, PlatformDEHistory, PlatformInstHistory, PlatformListHistory, FieldValueHistory, PrivateNotes, ProtectedClass, Derivation with pagination
service UPC, UPCRule, PlatformType, Platform, PlatformDE, PlatformInst, PlatformList, Product, Release, Dimension, Category, Attribute, Source, Section, FieldValue, Task, Step, UPCHistory, PlatformHistory, PlatformDEHistory, PlatformInstHistory, PlatformListHistory, FieldValueHistory, PrivateNotes, ProtectedClass, Derivation with serviceClass
filter UPC, UPCRule, PlatformType, Platform, PlatformDE, PlatformInst, PlatformList, Product, Release, Dimension, Category, Attribute, Source, Section, FieldValue, Task, Step, UPCHistory, PlatformHistory, PlatformDEHistory, PlatformInstHistory, PlatformListHistory, FieldValueHistory, PrivateNotes, ProtectedClass, Derivation

</pre>
</details>


##### **Environment and Tools**

openjdk version "11.0.14.1" 2022-02-08 LTS
OpenJDK Runtime Environment Microsoft-31205 (build 11.0.14.1+1-LTS)
OpenJDK 64-Bit Server VM Microsoft-31205 (build 11.0.14.1+1-LTS, mixed mode)

git version 2.35.1.windows.2

node: v16.14.2

npm: 8.5.0

If you have a JDL please wrap it in below structure

JDL definitions
```
@filter
@paginate(pagination)
entity UPC {
    upcKey String maxlength(15)
    name String maxlength(250) required
    description String maxlength(1024)
    dataSource TextBlob
    keywords TextBlob
    userNotes TextBlob
    restrictedResellerFlag Boolean
    hidden Boolean
    createUser String required
    createDate Date required
    modifyUser String
    modifyDate Date
}

@filter
@paginate(pagination)
entity UPCRule {
ruleText TextBlob required
ruleDate Date required
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity PrivateNotes {
noteText TextBlob required
noteDate Date required
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity PlatformType {
name String maxlength(10) required
description String
}

@filter
@paginate(pagination)
entity Platform {
primarySymbol String maxlength(128) required
fieldName String maxlength(250) required
fieldDescription String maxlength(1024)
fieldLength Integer
fieldValue String maxlength(100)
inUse Boolean
premiumField Boolean
approvalRequired Boolean
token String maxlength(50)
sasKey String maxlength(10)
rateId String maxlength(10)
caseable Boolean
sanRequired Boolean
waiverRequired Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity PlatformDE {
ecapsKey Integer
defaultValue String maxlength(10)
usedInBilling Boolean
displayZeroCounts Boolean
countFrequency Boolean
countRange Boolean
areaFillinRequired Boolean
omniKvp String maxlength(30)
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity PlatformInst {
pricingFlag Boolean
selectFlag Boolean
outputFlag Boolean
crosstabFlag Boolean
omniKvp String maxlength(30)
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity PlatformList {
pricingFlag Boolean
selectFlag Boolean
outputFlag Boolean
crosstabFlag Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
}

/*
DE (DE),
INSTALL (Install),
LIST (List),
FMS (FMS),
OMNI (Omni),
TSP ("Total Source Plus"),
TNM ("Target New Mover")
*/
@filter
@paginate(pagination)
entity Product {
name String
description String
productKey Integer min(0) max(999)
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity Release {
version String
releaseDate Date
}

@filter
@paginate(pagination)
entity Dimension {
name String maxlength(128) required
description String
createUser String required
createDate Date required
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity Category {
name String maxlength(128) required
createUser String required
createDate Date required
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity Attribute {
fieldLevel String maxlength(128)
createUser String required
createDate Date required
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity Section {
sectionKey String maxlength(10) required
name String maxlength(128) required
selfReported Boolean
modeled Boolean
thirdParty Boolean
areaLevel Boolean
compiled Boolean
updatedDaily Boolean
updatedWeekly Boolean
updatedBiWeeekly Boolean
updatedMonthly Boolean
updatedSixWeeeks Boolean
updatedQuatrerly Boolean
updatedSemiAnnually Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity FieldValue {
fieldValue String maxlength(25) required
valueDefinition String
averageMatchRate Float min(0) max(100)
displayOrder Integer
activeFlag Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity Task {
name String required
taskUser String maxlength(25) required
taskOrder Integer
showOnMainPage Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity Step {
completed Boolean
notes TextBlob
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity ProtectedClass {
code Integer min(0) max(9) required
name String maxlength(128)
description String maxlength(1024)
}

@filter
@paginate(pagination)
entity Derivation {
code String maxlength(10) required
name String maxlength(128)
description String maxlength(1024)
}

@filter
@paginate(pagination)
entity SourceType {
code String maxlength(10) required
name String maxlength(128)
description String maxlength(1024)
}

relationship OneToOne {
PlatformDE{platform} to Platform{de}
PlatformInst{platform} to Platform{install}
PlatformList{platform} to Platform{list}
}

relationship ManyToOne {
UPC{attribute required} to Attribute
UPC{category required} to Category
UPC{protectedClass} to ProtectedClass
PlatformDE{section} to Section
Platform{release} to Release
Platform{category} to Category{platform}
Platform{platformType} to PlatformType
Product{platformType} to PlatformType
Step{task} to Task
}

relationship OneToMany {
UPC{rules} to UPCRule{upc required}
UPC{privateNotes} to PrivateNotes{upc required}
UPC{platforms required} to Platform{upc required}
Platform{values required} to FieldValue
Dimension{categories required} to Category
UPC{steps} to Step
}

relationship ManyToMany {
UPC{sourceType} to SourceType{upc}
Platform{product} to Product{platform}
Platform{derivation} to Derivation{platform}
}

/**********************************************************

  •             History (Audit) tables                 *
    

**********************************************************/

@filter
@paginate(pagination)
entity UPCHistory {
upcKey String maxlength(15)
name String maxlength(250) required
description String maxlength(1024)
keywords TextBlob
userNotes TextBlob
restrictedResellerFlag Boolean
hidden Boolean
createUser String required
createDate Date required
modifyUser String
modifyDate Date
attributeId BigDecimal
categoryId BigDecimal
protectedClassId BigDecimal
}

@filter
@paginate(pagination)
entity PlatformHistory {
primarySymbol String maxlength(128) required
fieldName String maxlength(250) required
fieldDescription String
fieldLength Integer
inUse Boolean
premiumField Boolean
approvalRequired Boolean
token String maxlength(50)
sasKey String maxlength(10)
rateId String maxlength(10)
caseable Boolean
sanRequired Boolean
waiverRequired Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
releaseId BigDecimal
platformTypeId BigDecimal
categoryId BigDecimal
upcId BigDecimal
}

@filter
@paginate(pagination)
entity PlatformDEHistory {
ecapsId Integer
defaultValue String maxlength(10)
usedInBilling Boolean
displayZeroCounts Boolean
countFrequency Boolean
countRange Boolean
areaFillinRequired Boolean
omniKvp String maxlength(30)
createUser String
createDate Date
modifyUser String
modifyDate Date
platformId BigDecimal
sectionId BigDecimal
}

@filter
@paginate(pagination)
entity PlatformInstHistory {
pricingFlag Boolean
selectFlag Boolean
outputFlag Boolean
crosstabFlag Boolean
omniKvp String maxlength(30)
createUser String
createDate Date
modifyUser String
modifyDate Date
platformId BigDecimal
}

@filter
@paginate(pagination)
entity PlatformListHistory {
pricingFlag Boolean
selectFlag Boolean
outputFlag Boolean
crosstabFlag Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
platformId BigDecimal
}

@filter
@paginate(pagination)
entity FieldValueHistory {
fieldValue String maxlength(10) required
valueDefinition String
averageMatchRate Float min(0) max(100)
displayOrder Integer
activeFlag Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
platformId BigDecimal
}

/*******************************************************

  • History not needed for "lookup" tables *

@filter
@paginate(pagination)
entity ProductHistory {
name String
createUser String
createDate Date
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity DimensionHistory {
name String maxlength(128) required
description String
createUser String required
createDate Date required
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity CategoryHistory {
name String maxlength(128) required
createUser String required
createDate Date required
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity AttributeHistory {
fieldLevel String maxlength(128)
createUser String required
createDate Date required
modifyUser String
modifyDate Date
}

@filter
@paginate(pagination)
entity SectionHistory {
sectionId String maxlength(10) required
name String maxlength(128) required
selfReported Boolean
modeled Boolean
thirdParty Boolean
areaLevel Boolean
compiled Boolean
updatedDaily Boolean
updatedWeekly Boolean
updatedBiWeeekly Boolean
updatedMonthly Boolean
updatedSixWeeeks Boolean
updatedQuatrerly Boolean
updatedSemiAnnually Boolean
createUser String
createDate Date
modifyUser String
modifyDate Date
}

********************************************************/

/*******************************************************

  • Relationships to revisit later *

relationship OneToOne {
UPCHistory{attribute required} to AttributeHistory
UPCHistory{dimension required} to DimensionHistory
UPCHistory{category required} to CategoryHistory
UPCHistory{product required} to PlatformHistory{upc required}

PlatformHistory{product required} to ProductHistory
PlatformHistory{release} to Release
PlatformHistory{de} to PlatformDEHistory
PlatformHistory{install} to PlatformInstHistory
PlatformHistory{list} to PlatformListHistory
PlatformHistory{category} to CategoryHistory

PlatformDE{section} to SectionHistory

}

relationship OneToMany {
PlatformHistory{values required} to FieldValueHistory
DimensionHistory{categories required} to CategoryHistory
UPCHistory{rules} to UPCRule{upc required}
}

*******************************************************/

  </details>
-->

##### **Entity configuration(s) `entityName.json` files generated in the `.jhipster` directory**

<!--
If the error is during an entity creation or associated with a specific entity.
If you are using JDL, please share that configuration as well.
-->

##### **Browsers and Operating System**

OS: Windows 10 Enterprise 21H2 Build 19044.1826

- [X] Checking this box is mandatory (this is just to show you read everything)

<!-- Love JHipster? Please consider supporting our collective:
👉  https://opencollective.com/generator-jhipster/donate -->
@mraible
Copy link
Contributor

mraible commented Aug 26, 2022

Can you try npx jhipster upgrade and see if your results are any different?

@naris
Copy link
Contributor Author

naris commented Aug 26, 2022

Can you try npx jhipster upgrade and see if your results are any different?

That is what I have been doing.
npx jhipster upgrade --skip-checks --target-version 7.7.0

@mraible
Copy link
Contributor

mraible commented Aug 27, 2022

I tried installing JHipster 7.0.1 and generator-jhipster-primeng-blueprint@7.0.4, then used your .yo-rc.json to create an app. It doesn't work, so I'm closing this issue. Please re-open if you have instructions for reproducing that work on Node 16.

Running npm install for you to install the required dependencies.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: total-fact@0.0.1-SNAPSHOT
npm ERR! Found: @angular/common@11.2.7
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"11.2.7" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^14.0.0 || ^15.0.0" from @angular/cdk@14.2.0
npm ERR! node_modules/@angular/cdk
npm ERR!   @angular/cdk@"" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/mraible/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/mraible/.npm/_logs/2022-08-27T22_58_34_988Z-debug-0.log
ERROR! Command failed with exit code 1: npm install
Error: Command failed with exit code 1: npm install
    at makeError (/opt/homebrew/lib/node_modules/generator-jhipster/node_modules/yeoman-environment/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/opt/homebrew/lib/node_modules/generator-jhipster/node_modules/yeoman-environment/node_modules/execa/index.js:118:26)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  shortMessage: 'Command failed with exit code 1: npm install',
  command: 'npm install',
  escapedCommand: 'npm install',
  exitCode: 1,
  signal: undefined,
  signalDescription: undefined,
  stdout: undefined,
  stderr: undefined,
  failed: true,
  timedOut: false,
  isCanceled: false,
  killed: false
}
Execution time: 5 s.

@mraible mraible closed this as completed Aug 27, 2022
@mraible
Copy link
Contributor

mraible commented Aug 27, 2022

If I use JHipster version 7.6.0 (as specified in your .yo-rc.json file), it doesn't work either:

ERROR! The installed generator-jhipster-primeng-blueprint blueprint targets JHipster v7.0.1 and is not compatible with this JHipster version. Either update the blueprint or JHipster. You can also disable this check using --skip-checks at your own risk
Error: The installed generator-jhipster-primeng-blueprint blueprint targets JHipster v7.0.1 and is not compatible with this JHipster version. Either update the blueprint or JHipster. You can also disable this check using --skip-checks at your own risk
    at JHipsterAppGenerator.error (/opt/homebrew/lib/node_modules/generator-jhipster/generators/generator-base.js:1827:11)
    at JHipsterAppGenerator._checkJHipsterBlueprintVersion (/opt/homebrew/lib/node_modules/generator-jhipster/generators/generator-base-blueprint.js:563:14)
    at /opt/homebrew/lib/node_modules/generator-jhipster/generators/app/index.js:338:18
    at Array.forEach (<anonymous>)
    at JHipsterAppGenerator.validateBlueprint (/opt/homebrew/lib/node_modules/generator-jhipster/generators/app/index.js:337:42)
    at Object.<anonymous> (/opt/homebrew/lib/node_modules/generator-jhipster/node_modules/yeoman-generator/lib/index.js:1097:23)
    at /opt/homebrew/lib/node_modules/generator-jhipster/node_modules/run-async/index.js:49:25
    at new Promise (<anonymous>)
    at /opt/homebrew/lib/node_modules/generator-jhipster/node_modules/run-async/index.js:26:19
    at /opt/homebrew/lib/node_modules/generator-jhipster/node_modules/yeoman-generator/lib/index.js:1098:9

@naris
Copy link
Contributor Author

naris commented Aug 28, 2022

You have to create the project using JHipster version 7.0.1 and node 15 as that is the only version that currently works with generator-jhipster-primeng-blueprint blueprint. that blueprint hasn't been updated for quite a while and I have been working on my companies projects for 60-80 hours/week so have not had the time to try to figure out the code and attempt to update it myself.

Side note, commenting and then immediately closing this on a Saturday is a pretty crappy move. Not everyone works 24/7, even people working >60 hours/week.

I have no problems generating a project. I'll look into it as soon as I can get back to my work environment an try it. I also happen to have family responsibilities that prevents me from working on some, especially, weekend days.

@mraible
Copy link
Contributor

mraible commented Aug 28, 2022

Side note, commenting and then immediately closing this on a Saturday is a pretty crappy move. Not everyone works 24/7, even people working >60 hours/week.

You are correct. I'm sorry about that. I probably shouldn't work weekends. I'll try with Node 15.

@mraible mraible reopened this Aug 28, 2022
@mraible
Copy link
Contributor

mraible commented Aug 28, 2022

If I use Node.js 15, creating the project fails as well.

➜  upgrade git:(main) ✗ node --version
v15.14.0
➜  upgrade git:(main) ✗ jhipster --version
INFO! Using JHipster version installed globally
INFO! No custom sharedOptions found within blueprint: generator-jhipster-primeng-blueprint at /usr/local/lib/node_modules/generator-jhipster-primeng-blueprint
INFO! No custom commands found within blueprint: generator-jhipster-primeng-blueprint at /usr/local/lib/node_modules/generator-jhipster-primeng-blueprint
7.0.1

If I remove the primeng-blueprint from the .yo-rc.json and try again, creating the project works.

If I run npx jhipster upgrade, it fails with the following error:

➜  upgrade git:(main) npx jhipster upgrade
INFO! Using JHipster version installed globally
Welcome to the JHipster Upgrade Sub-Generator
This will upgrade your current application codebase to the latest JHipster version
No blueprints detected, skipping check of last blueprint version
Looking for latest generator-jhipster version...
Looking for latest generator-jhipster version...
7.9.2
✔ New generator-jhipster version found: 7.9.2
git rev-parse -q --is-inside-work-tree
true
✔ Git repository detected
git status --porcelain
git rev-parse -q --abbrev-ref HEAD
main
? Unify blueprints configurations? Yes
     info Skipping config upgrade, config generated with jhipster version: 7.0.1
git rev-parse -q --verify jhipster_upgrade
git checkout --orphan jhipster_upgrade
Switched to a new branch 'jhipster_upgrade'
✔ Created branch jhipster_upgrade
     info Removing /Users/mraible/Downloads/upgrade/.browserslistrc
     info Removing /Users/mraible/Downloads/upgrade/.editorconfig
     info Removing /Users/mraible/Downloads/upgrade/.eslintignore
     info Removing /Users/mraible/Downloads/upgrade/.eslintrc.json
     info Removing /Users/mraible/Downloads/upgrade/.gitattributes
     info Removing /Users/mraible/Downloads/upgrade/.gitignore
     info Removing /Users/mraible/Downloads/upgrade/.huskyrc
     info Removing /Users/mraible/Downloads/upgrade/.lintstagedrc.js
     info Removing /Users/mraible/Downloads/upgrade/.prettierignore
     info Removing /Users/mraible/Downloads/upgrade/.prettierrc
     info Removing /Users/mraible/Downloads/upgrade/README.md
     info Removing /Users/mraible/Downloads/upgrade/angular.json
     info Removing /Users/mraible/Downloads/upgrade/checkstyle.xml
     info Removing /Users/mraible/Downloads/upgrade/jest.conf.js
     info Removing /Users/mraible/Downloads/upgrade/mvnw
     info Removing /Users/mraible/Downloads/upgrade/mvnw.cmd
     info Removing /Users/mraible/Downloads/upgrade/ngsw-config.json
     info Removing /Users/mraible/Downloads/upgrade/package-lock.json
     info Removing /Users/mraible/Downloads/upgrade/package.json
     info Removing /Users/mraible/Downloads/upgrade/pom.xml
     info Removing /Users/mraible/Downloads/upgrade/sonar-project.properties
     info Removing /Users/mraible/Downloads/upgrade/src
     info Removing /Users/mraible/Downloads/upgrade/tsconfig.app.json
     info Removing /Users/mraible/Downloads/upgrade/tsconfig.json
     info Removing /Users/mraible/Downloads/upgrade/tsconfig.spec.json
     info Removing /Users/mraible/Downloads/upgrade/webpack
✔ Cleaned up project directory
Installing generator-jhipster 7.0.1 locally
     info npm install generator-jhipster@7.0.1 --save-dev --no-package-lock --ignore-scripts --legacy-peer-deps

removed 1778 packages, and audited 666 packages in 19s

68 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (2 high, 2 critical)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
✔ Installed generator-jhipster@7.0.1
Skipping local blueprint installation since no blueprint has been detected
Regenerating application with JHipster 7.0.1...
/Users/mraible/Downloads/upgrade/node_modules/.bin
     info "/Users/mraible/Downloads/upgrade/node_modules/.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight
INFO! Using JHipster version installed globally


        ██╗ ██╗   ██╗ ████████╗ ███████╗   ██████╗ ████████╗ ████████╗ ███████╗
        ██║ ██║   ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
        ██║ ████████║    ██║    ███████╔╝ ╚█████╗     ██║    ██████╗   ███████╔╝
  ██╗   ██║ ██╔═══██║    ██║    ██╔════╝   ╚═══██╗    ██║    ██╔═══╝   ██╔══██║
  ╚██████╔╝ ██║   ██║ ████████╗ ██║       ██████╔╝    ██║    ████████╗ ██║  ╚██╗
   ╚═════╝  ╚═╝   ╚═╝ ╚═══════╝ ╚═╝       ╚═════╝     ╚═╝    ╚═══════╝ ╚═╝   ╚═╝

                            https://www.jhipster.tech

Welcome to JHipster v7.0.1
Application files will be generated in folder: /Users/mraible/Downloads/upgrade
 _______________________________________________________________________________________________________________

  Documentation for creating an application is at https://www.jhipster.tech/creating-an-app/
  If you find JHipster useful, consider sponsoring the project at https://opencollective.com/generator-jhipster
 _______________________________________________________________________________________________________________

WARNING! Your Node version is not LTS (Long Term Support), use it at your own risk! JHipster does not support non-LTS releases, so if you encounter a bug, please use a LTS version first.
 ______________________________________________________________________________

  JHipster update available: 7.9.2 (current: 7.0.1)

  Run npm install -g generator-jhipster to update.

 ______________________________________________________________________________

This is an existing project, using the configuration from your .yo-rc.json file
to re-generate the project...

ERROR! Cannot read property 'changelogDate' of undefined
TypeError: Cannot read property 'changelogDate' of undefined
    at isBefore (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/generator-base.js:1560:28)
    at Array.sort (<anonymous>)
    at module.exports.getExistingEntities (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/generator-base.js:1582:8)
    at module.exports.getExistingEntityNames (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/generator-base.js:1535:17)
    at new module.exports (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/entities/index.js:106:36)
    at Environment.instantiate (/Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/environment.js:748:23)
    at Environment.create (/Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/environment.js:720:17)
    at Environment.composeWith (/Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/environment.js:772:36)
    at JHipsterAppGenerator.composeWithJHipster (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/generator-base.js:1496:21)
    at JHipsterAppGenerator.composeEntities (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/app/index.js:429:14)
ERROR! Something went wrong while generating project! Error: Command failed: "/Users/mraible/Downloads/upgrade/node_modules/.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight
Error: Something went wrong while generating project! Error: Command failed: "/Users/mraible/Downloads/upgrade/node_modules/.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight
    at module.exports.error (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/generator-base.js:1787:11)
    at module.exports._generate (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/upgrade/index.js:174:12)
    at module.exports._regenerate (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/upgrade/index.js:190:10)
    at module.exports.prepareUpgradeBranch (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/upgrade/index.js:417:16)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)

@mraible
Copy link
Contributor

mraible commented Aug 28, 2022

The changelogDate makes me think it might be caused by having no entities, so I created entities using the JDL for the entities you provided. Then, I tried npx jhipster upgrade again. It fails gain, this time because of Node 15.

You are running Node version 15.14.0
JHipster requires Node version ^12.20.0 || ^14.13.1 || >=16.0.0
Please update your version of Node.
ERROR! Something went wrong while generating project! Error: Command failed: "/Users/mraible/Downloads/upgrade/node_modules/.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight
Error: Something went wrong while generating project! Error: Command failed: "/Users/mraible/Downloads/upgrade/node_modules/.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight

I upgraded to Node 16.17.0 and tried again.

git checkout main
git checkout .
git branch -D jhipster_upgrade
npx jhipster upgrade

It still fails:

✔ Current code has been generated with version 7.0.1
✖ An error occured while running jhipster:bootstrap#createUserManagementEntities
ERROR! Cannot find module '@faker-js/faker/lib/locales/en'
Require stack:
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/utils/faker.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/utils/entity.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/bootstrap/index.js
- /Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/util/esm.js
- /Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/store.js
- /Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/environment.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/environment-builder.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/program.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/cli.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/jhipster.js
Error: Cannot find module '@faker-js/faker/lib/locales/en'
Require stack:
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/utils/faker.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/utils/entity.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/bootstrap/index.js
- /Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/util/esm.js
- /Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/store.js
- /Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/environment.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/environment-builder.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/program.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/cli.js
- /Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/jhipster.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
    at Function.Module._load (node:internal/modules/cjs/loader:804:27)
    at Module.require (node:internal/modules/cjs/loader:1028:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at createFaker (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/utils/faker.js:49:25)
    at prepareEntityForTemplates (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/utils/entity.js:120:54)
    at module.exports._createUserManagementEntities (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/bootstrap/index.js:232:5)
    at module.exports.createUserManagementEntities (/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/bootstrap/index.js:93:14)
    at Object.<anonymous> (/Users/mraible/Downloads/upgrade/node_modules/yeoman-generator/lib/index.js:1091:23)
    at /Users/mraible/Downloads/upgrade/node_modules/run-async/index.js:49:25
    at new Promise (<anonymous>)
    at /Users/mraible/Downloads/upgrade/node_modules/run-async/index.js:26:19
    at /Users/mraible/Downloads/upgrade/node_modules/yeoman-generator/lib/index.js:1092:9
    at new Promise (<anonymous>)
    at module.exports.executeTask (/Users/mraible/Downloads/upgrade/node_modules/yeoman-generator/lib/index.js:1063:12)
    at runLoop.add.once (/Users/mraible/Downloads/upgrade/node_modules/yeoman-generator/lib/index.js:1043:14) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/utils/faker.js',
    '/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/utils/entity.js',
    '/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/generators/bootstrap/index.js',
    '/Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/util/esm.js',
    '/Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/store.js',
    '/Users/mraible/Downloads/upgrade/node_modules/yeoman-environment/lib/environment.js',
    '/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/environment-builder.js',
    '/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/program.js',
    '/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/cli.js',
    '/Users/mraible/Downloads/upgrade/node_modules/generator-jhipster/cli/jhipster.js'
  ]
}

I'll add a bug bounty to this issue in hopes of getting it fixed.

@mraible mraible added theme: upgrade $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $200 https://www.jhipster.tech/bug-bounties/ and removed area: triage theme: undefined labels Aug 28, 2022
@naris
Copy link
Contributor Author

naris commented Aug 29, 2022

I tried installing JHipster 7.0.1 and generator-jhipster-primeng-blueprint@7.0.4, then used your .yo-rc.json to create an app. It doesn't work, so I'm closing this issue. Please re-open if you have instructions for reproducing that work on Node 16.

Hmm.. I just checked and I actually have Node 16 and I am able to create a project

    C:\src\jtest2  npm --version                                                                 ✔  14:18:37  
8.5.0

    C:\src\jtest2  node -v                                                            1.179s   ✔  14:18:41  
v16.14.2

    C:\src\jtest2  npm install generator-jhipster@7.0.1                                          ✔  14:19:06  
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

added 619 packages, and audited 620 packages in 2m

63 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (2 high, 2 critical)

To address all issues, run:
  npm audit fix --force

Run `npm audit` for details.

    C:\src\jtest2  npm install generator-jhipster-primeng-blueprint@7.0.4.14.2   2m 27.681s   ✔  14:22:30  
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)

added 11 packages, and audited 631 packages in 14s

63 packages are looking for funding
  run `npm fund` for details

8 vulnerabilities (1 moderate, 3 high, 4 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

    C:\src\jtest2  jhipster --blueprints primeng-blueprint                16.14.2   15.59s   ✔  14:29:22  
INFO! Switching to JHipster installed locally in current project's node repository (node_modules)
INFO! No custom sharedOptions found within blueprint: generator-jhipster-primeng-blueprint at C:/src/jtest2/node_modules/generator-jhipster-primeng-blueprint
INFO! No custom commands found within blueprint: generator-jhipster-primeng-blueprint at C:/src/jtest2/node_modules/generator-jhipster-primeng-blueprint


        ██╗ ██╗   ██╗ ████████╗ ███████╗   ██████╗ ████████╗ ████████╗ ███████╗
        ██║ ██║   ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
        ██║ ████████║    ██║    ███████╔╝ ╚█████╗     ██║    ██████╗   ███████╔╝
  ██╗   ██║ ██╔═══██║    ██║    ██╔════╝   ╚═══██╗    ██║    ██╔═══╝   ██╔══██║
  ╚██████╔╝ ██║   ██║ ████████╗ ██║       ██████╔╝    ██║    ████████╗ ██║  ╚██╗
   ╚═════╝  ╚═╝   ╚═╝ ╚═══════╝ ╚═╝       ╚═════╝     ╚═╝    ╚═══════╝ ╚═╝   ╚═╝

                            https://www.jhipster.tech

Welcome to JHipster v7.0.1
Application files will be generated in folder: C:\src\jtest2
 _______________________________________________________________________________________________________________

  Documentation for creating an application is at https://www.jhipster.tech/creating-an-app/
  If you find JHipster useful, consider sponsoring the project at https://opencollective.com/generator-jhipster
 _______________________________________________________________________________________________________________

 ______________________________________________________________________________

  JHipster update available: 7.9.2 (current: 7.0.1)

  Run npm install -g generator-jhipster to update.

 ______________________________________________________________________________

? Which *type* of application would you like to create? Monolithic application (recommended for simple projects)
? What is the base name of your application? jtest2
     info Using blueprint generator-jhipster-primeng-blueprint for client subgenerator
? Do you want to make it reactive with Spring WebFlux? No
? What is your default Java package name? com.mycompany.myapp
? Which *type* of authentication would you like to use? OAuth 2.0 / OIDC Authentication (stateful, works with Keycloak
and Okta)
? Which *type* of database would you like to use? SQL (H2, PostgreSQL, MySQL, MariaDB, Oracle, MSSQL)
? Which *production* database would you like to use? Oracle
? Which *development* database would you like to use? H2 with disk-based persistence
? Which cache do you want to use? (Spring cache abstraction) Ehcache (local cache, for a single node)
? Do you want to use Hibernate 2nd level cache? Yes
? Would you like to use Maven or Gradle for building the backend? Maven
? Do you want to use the JHipster Registry to configure, monitor and scale your application? No
? Which other technologies would you like to use? API first development using OpenAPI-generator
? Which *Framework* would you like to use for the client? Angular
? Do you want to generate the admin UI? Yes
WARNING! Could not fetch bootswatch themes from API. Using default ones.
? Would you like to use a Bootswatch theme (https://bootswatch.com/)? Default JHipster
? Would you like to enable internationalization support? Yes
? Please choose the native language of the application English
? Please choose additional languages to install
? Besides JUnit and Jest, which testing frameworks would you like to use? Gatling
? Would you like to install other generators from the JHipster Marketplace? No

KeyStore 'src/main/resources/config/tls/keystore.p12' generated successfully.


Unable to find src/main/webapp/app/config/dayjs.ts or missing required jhipster-needle. DayJS language task not updated with languages: en since block was not found. Check if you have enabled translation support.

   create .prettierrc
   create .prettierignore
   create .gitattributes
   create .editorconfig
   create .gitignore
   create sonar-project.properties
   create .huskyrc
   create mvnw
   create mvnw.cmd
   create .mvn\wrapper\maven-wrapper.jar
   create .mvn\wrapper\maven-wrapper.properties
   create .mvn\wrapper\MavenWrapperDownloader.java
   create src\main\resources\banner.txt
   create src\main\resources\config\liquibase\changelog\00000000000000_initial_schema.xml
   create src\main\resources\config\liquibase\master.xml
   create src\main\docker\jib\entrypoint.sh
   create checkstyle.xml
   create pom.xml
   create src\main\resources\.h2.server.properties
   create src\main\resources\logback-spring.xml
   create src\main\resources\i18n\messages.properties
 conflict package.json
? Overwrite package.json? overwrite this and all others
    force package.json
    force .yo-rc-global.json
    force .yo-rc.json
   create README.md
   create .lintstagedrc.js
   create src\main\docker\realm-config\jhipster-users-0.json
   create src\main\resources\templates\error.html
   create src\main\docker\app.yml
   create src\main\docker\jhipster-control-center.yml
   create src\main\docker\sonar.yml
   create src\main\docker\monitoring.yml
   create src\main\docker\prometheus\prometheus.yml
   create src\main\docker\grafana\provisioning\dashboards\dashboard.yml
   create src\main\docker\grafana\provisioning\dashboards\JVM.json
   create src\main\docker\grafana\provisioning\datasources\datasource.yml
   create src\main\docker\swagger-editor.yml
   create src\main\docker\keycloak.yml
   create src\main\docker\realm-config\jhipster-realm.json
   create src\main\resources\swagger\api.yml
   create src\main\resources\config\application.yml
   create src\main\resources\config\application-dev.yml
   create src\main\resources\config\application-tls.yml
   create src\main\resources\config\application-prod.yml
   create src\main\java\com\mycompany\myapp\security\SpringSecurityAuditorAware.java
   create src\main\java\com\mycompany\myapp\security\SecurityUtils.java
   create src\main\java\com\mycompany\myapp\security\AuthoritiesConstants.java
   create src\main\java\com\mycompany\myapp\security\package-info.java
   create src\test\java\com\mycompany\myapp\security\SecurityUtilsUnitTest.java
   create src\main\java\com\mycompany\myapp\config\SecurityConfiguration.java
   create src\main\java\com\mycompany\myapp\security\oauth2\AudienceValidator.java
   create src\main\java\com\mycompany\myapp\security\oauth2\JwtGrantedAuthorityConverter.java
   create src\main\java\com\mycompany\myapp\security\oauth2\OAuthIdpTokenResponseDTO.java
   create src\test\java\com\mycompany\myapp\security\oauth2\AudienceValidatorTest.java
   create src\test\resources\logback.xml
   create src\test\java\com\mycompany\myapp\config\TestSecurityConfiguration.java
   create src\test\gatling\conf\gatling.conf
   create src\main\java\com\mycompany\myapp\config\OpenApiConfiguration.java
   create src\test\gatling\conf\logback.xml
   create src\main\java\com\mycompany\myapp\security\oauth2\CustomClaimConverter.java
   create src\main\resources\config\liquibase\data\user.csv
   create src\test\java\com\mycompany\myapp\security\oauth2\CustomClaimConverterIT.java
   create src\main\resources\config\liquibase\data\authority.csv
   create src\main\java\com\mycompany\myapp\web\rest\AuthInfoResource.java
   create src\main\resources\config\liquibase\data\user_authority.csv
   create src\main\java\com\mycompany\myapp\web\rest\LogoutResource.java
   create src\main\java\com\mycompany\myapp\Jtest2App.java
   create src\main\java\com\mycompany\myapp\ApplicationWebXml.java
   create src\test\java\com\mycompany\myapp\ArchTest.java
   create src\test\java\com\mycompany\myapp\IntegrationTest.java
   create src\main\java\com\mycompany\myapp\GeneratedByJHipster.java
   create src\main\java\com\mycompany\myapp\aop\logging\LoggingAspect.java
   create src\main\java\com\mycompany\myapp\config\package-info.java
   create src\main\java\com\mycompany\myapp\config\AsyncConfiguration.java
   create src\main\java\com\mycompany\myapp\config\DateTimeFormatConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LoggingConfiguration.java
   create src\main\java\com\mycompany\myapp\config\ApplicationProperties.java
   create src\main\java\com\mycompany\myapp\config\JacksonConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LocaleConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LoggingAspectConfiguration.java
   create src\main\java\com\mycompany\myapp\config\WebConfigurer.java
   create src\main\java\com\mycompany\myapp\config\StaticResourcesWebConfiguration.java
   create src\main\java\com\mycompany\myapp\config\Constants.java
   create src\main\java\com\mycompany\myapp\config\CacheConfiguration.java
   create src\main\java\com\mycompany\myapp\config\DatabaseConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LiquibaseConfiguration.java
   create src\main\java\com\mycompany\myapp\domain\package-info.java
   create src\main\java\com\mycompany\myapp\domain\AbstractAuditingEntity.java
   create src\main\java\com\mycompany\myapp\repository\package-info.java
   create src\main\java\com\mycompany\myapp\service\package-info.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\package-info.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\BadRequestAlertException.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\ErrorConstants.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslator.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\FieldErrorVM.java
   create src\main\java\com\mycompany\myapp\web\rest\vm\package-info.java
   create src\main\java\com\mycompany\myapp\web\rest\package-info.java
   create src\main\java\com\mycompany\myapp\web\rest\ClientForwardController.java
   create src\test\java\com\mycompany\myapp\web\rest\TestUtil.java
   create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorIT.java
   create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorTestController.java
   create src\test\java\com\mycompany\myapp\web\rest\ClientForwardControllerTest.java
   create src\test\java\com\mycompany\myapp\config\timezone\HibernateTimeZoneIT.java
   create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapper.java
   create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapperRepository.java
   create src\test\resources\config\application.yml
   create src\test\resources\config\application-testcontainers.yml
   create src\test\java\com\mycompany\myapp\config\WebConfigurerTest.java
   create src\test\java\com\mycompany\myapp\config\WebConfigurerTestController.java
   create webpack\logo-jhipster.png
   create .browserslistrc
   create src\test\java\com\mycompany\myapp\config\StaticResourcesWebConfigurerTest.java
   create src\test\java\com\mycompany\myapp\web\rest\LogoutResourceIT.java
   create src\main\java\com\mycompany\myapp\domain\User.java
   create src\main\java\com\mycompany\myapp\domain\Authority.java
   create src\main\java\com\mycompany\myapp\repository\AuthorityRepository.java
   create src\main\java\com\mycompany\myapp\service\UserService.java
   create src\main\java\com\mycompany\myapp\service\dto\package-info.java
   create src\main\java\com\mycompany\myapp\service\dto\AdminUserDTO.java
   create src\main\java\com\mycompany\myapp\service\dto\UserDTO.java
   create src\main\java\com\mycompany\myapp\service\mapper\package-info.java
   create src\main\java\com\mycompany\myapp\service\mapper\UserMapper.java
   create src\main\java\com\mycompany\myapp\repository\UserRepository.java
   create src\main\java\com\mycompany\myapp\web\rest\UserResource.java
   create src\main\java\com\mycompany\myapp\web\rest\PublicUserResource.java
   create src\main\java\com\mycompany\myapp\web\rest\vm\ManagedUserVM.java
   create src\main\java\com\mycompany\myapp\web\rest\AccountResource.java
   create src\test\java\com\mycompany\myapp\service\UserServiceIT.java
   create src\test\java\com\mycompany\myapp\service\mapper\UserMapperTest.java
   create src\test\java\com\mycompany\myapp\web\rest\PublicUserResourceIT.java
   create src\test\java\com\mycompany\myapp\web\rest\UserResourceIT.java
   create src\test\java\com\mycompany\myapp\web\rest\AccountResourceIT.java
   create tsconfig.json
   create tsconfig.app.json
   create tsconfig.spec.json
   create jest.conf.js
   create .eslintrc.json
   create angular.json
   create ngsw-config.json
   create webpack\proxy.conf.js
   create webpack\webpack.custom.js
   create src\main\webapp\content\scss\_bootstrap-variables.scss
   create src\main\webapp\content\scss\global.scss
   create src\main\webapp\content\scss\vendor.scss
   create src\main\webapp\main.ts
   create src\main\webapp\polyfills.ts
   create src\main\webapp\app\app.module.ts
   create src\main\webapp\app\app-routing.module.ts
   create src\main\webapp\app\app.constants.ts
   create src\main\webapp\app\entities\entity-routing.module.ts
   create src\main\webapp\app\home\home.module.ts
   create src\main\webapp\app\home\home.route.ts
   create src\main\webapp\app\home\home.component.ts
   create src\main\webapp\app\home\home.component.html
   create src\main\webapp\app\layouts\profiles\page-ribbon.component.ts
   create src\main\webapp\app\layouts\profiles\profile.service.ts
   create src\main\webapp\app\layouts\profiles\profile-info.model.ts
   create src\main\webapp\app\layouts\main\main.component.ts
   create src\main\webapp\app\layouts\main\main.component.html
   create src\main\webapp\app\layouts\navbar\navbar.component.ts
   create src\main\webapp\app\layouts\navbar\navbar.component.html
   create src\main\webapp\app\layouts\navbar\navbar.route.ts
   create src\main\webapp\app\layouts\footer\footer.component.ts
   create src\main\webapp\app\layouts\footer\footer.component.html
   create src\main\webapp\app\layouts\error\error.route.ts
   create src\main\webapp\app\layouts\error\error.component.ts
   create src\main\webapp\app\layouts\error\error.component.html
   create src\main\webapp\app\login\login.service.ts
   create src\main\webapp\app\layouts\navbar\active-menu.directive.ts
   create src\main\webapp\app\layouts\profiles\page-ribbon.component.scss
   create src\main\webapp\app\layouts\navbar\navbar.component.scss
   create src\main\webapp\app\home\home.component.scss
   create src\main\webapp\app\login\logout.model.ts
   create src\main\webapp\app\admin\admin-routing.module.ts
   create src\main\webapp\app\admin\docs\docs.route.ts
   create src\main\webapp\app\admin\docs\docs.module.ts
   create src\main\webapp\app\admin\docs\docs.component.ts
   create src\main\webapp\app\admin\docs\docs.component.html
   create src\main\webapp\app\admin\docs\docs.component.scss
   create src\main\webapp\app\admin\configuration\configuration.route.ts
   create src\main\webapp\app\admin\configuration\configuration.module.ts
   create src\main\webapp\app\admin\configuration\configuration.component.ts
   create src\main\webapp\app\admin\configuration\configuration.component.html
   create src\main\webapp\app\admin\configuration\configuration.service.ts
   create src\main\webapp\app\admin\configuration\configuration.model.ts
   create src\main\webapp\app\admin\health\health.route.ts
   create src\main\webapp\app\admin\health\health.module.ts
   create src\main\webapp\app\admin\health\health.component.ts
   create src\main\webapp\app\admin\health\health.component.html
   create src\main\webapp\app\admin\health\modal\health-modal.component.ts
   create src\main\webapp\app\admin\health\modal\health-modal.component.html
   create src\main\webapp\app\admin\health\health.service.ts
   create src\main\webapp\app\admin\health\health.model.ts
   create src\main\webapp\app\admin\logs\logs.route.ts
   create src\main\webapp\app\admin\logs\logs.module.ts
   create src\main\webapp\app\admin\logs\log.model.ts
   create src\main\webapp\app\admin\logs\logs.component.ts
   create src\main\webapp\app\admin\logs\logs.component.html
   create src\main\webapp\app\admin\logs\logs.service.ts
   create src\main\webapp\app\admin\metrics\metrics.route.ts
   create src\main\webapp\app\admin\metrics\metrics.module.ts
   create src\main\webapp\app\admin\metrics\metrics.component.ts
   create src\main\webapp\app\admin\metrics\metrics.component.html
   create src\main\webapp\app\admin\metrics\metrics.service.ts
   create src\main\webapp\app\admin\metrics\metrics.model.ts
   create src\main\webapp\app\admin\metrics\blocks\jvm-memory\jvm-memory.component.ts
   create src\main\webapp\app\admin\metrics\blocks\jvm-memory\jvm-memory.component.html
   create src\main\webapp\app\admin\metrics\blocks\jvm-threads\jvm-threads.component.ts
   create src\main\webapp\app\admin\metrics\blocks\jvm-threads\jvm-threads.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-cache\metrics-cache.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-cache\metrics-cache.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-datasource\metrics-datasource.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-datasource\metrics-datasource.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-endpoints-requests\metrics-endpoints-requests.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-endpoints-requests\metrics-endpoints-requests.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-garbagecollector\metrics-garbagecollector.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-garbagecollector\metrics-garbagecollector.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-modal-threads\metrics-modal-threads.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-modal-threads\metrics-modal-threads.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-request\metrics-request.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-request\metrics-request.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-system\metrics-system.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-system\metrics-system.component.html
   create src\main\webapp\app\core\config\application-config.service.ts
   create src\main\webapp\app\core\config\application-config.service.spec.ts
   create src\main\webapp\app\core\util\data-util.service.ts
   create src\main\webapp\app\core\util\data-util.service.spec.ts
   create src\main\webapp\app\core\util\parse-links.service.ts
   create src\main\webapp\app\core\util\parse-links.service.spec.ts
   create src\main\webapp\app\core\util\alert.service.ts
   create src\main\webapp\app\core\util\alert.service.spec.ts
   create src\main\webapp\app\core\util\event-manager.service.ts
   create src\main\webapp\content\images\jhipster_family_member_0.svg
   create src\main\webapp\app\core\util\event-manager.service.spec.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-192.png
   create src\main\webapp\app\core\util\operators.spec.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-256.png
   create src\main\webapp\app\core\util\operators.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-384.png
   create src\main\webapp\app\config\font-awesome-icons.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-512.png
   create src\main\webapp\app\config\error.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_1.svg
   create src\main\webapp\app\config\input.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_1_head-192.png
   create src\main\webapp\app\config\pagination.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_1_head-256.png
   create src\main\webapp\app\config\authority.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_1_head-384.png
   create src\main\webapp\app\core\interceptor\error-handler.interceptor.ts
   create src\main\webapp\content\images\jhipster_family_member_1_head-512.png
   create src\main\webapp\app\core\interceptor\notification.interceptor.ts
   create src\main\webapp\content\images\jhipster_family_member_2.svg
   create src\main\webapp\app\core\interceptor\auth-expired.interceptor.ts
   create src\main\webapp\content\images\jhipster_family_member_2_head-192.png
   create src\main\webapp\app\core\interceptor\index.ts
   create src\main\webapp\content\images\jhipster_family_member_2_head-256.png
   create src\main\webapp\app\core\request\request-util.ts
   create src\main\webapp\content\images\jhipster_family_member_2_head-384.png
   create src\main\webapp\app\core\request\request.model.ts
   create src\main\webapp\content\images\jhipster_family_member_2_head-512.png
   create src\main\webapp\app\entities\user\user.service.ts
   create src\main\webapp\content\images\jhipster_family_member_3.svg
   create src\main\webapp\app\entities\user\user.service.spec.ts
   create src\main\webapp\content\images\jhipster_family_member_3_head-192.png
   create src\main\webapp\app\entities\user\user.model.ts
   create src\main\webapp\content\images\jhipster_family_member_3_head-256.png
   create src\main\webapp\app\config\language.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_3_head-384.png
   create src\main\webapp\app\config\translation.config.ts
   create src\main\webapp\content\images\jhipster_family_member_3_head-512.png
   create src\main\webapp\app\shared\shared.module.ts
   create src\main\webapp\content\images\logo-jhipster.png
   create src\main\webapp\app\shared\shared-libs.module.ts
   create src\main\webapp\favicon.ico
   create src\main\webapp\app\shared\primeng-common.module.ts
   create src\main\webapp\swagger-ui\dist\images\throbber.gif
   create src\main\webapp\app\shared\date\duration.pipe.ts
   create .eslintignore
   create src\main\webapp\app\shared\alert\alert-error.service.ts
   create src\main\webapp\manifest.webapp
   create src\main\webapp\app\shared\language\find-language-from-key.pipe.ts
   create src\main\webapp\WEB-INF\web.xml
   create src\main\webapp\app\shared\language\translate.directive.ts
   create src\main\webapp\robots.txt
   create src\main\webapp\app\core\auth\state-storage.service.ts
   create src\main\resources\i18n\messages_en.properties
   create src\main\webapp\app\shared\auth\has-any-authority.directive.ts
   create src\main\webapp\app\core\auth\account.model.ts
   create src\main\webapp\app\core\auth\account.service.ts
   create src\main\webapp\app\core\auth\account.service.spec.ts
   create src\main\webapp\app\core\auth\user-route-access.service.ts
   create src\main\webapp\app\core\auth\auth-session.service.ts
   create src\main\webapp\app\admin\configuration\configuration.component.spec.ts
   create src\main\webapp\app\admin\configuration\configuration.service.spec.ts
   create src\main\webapp\app\admin\health\health.component.spec.ts
   create src\main\webapp\app\admin\logs\logs.component.spec.ts
   create src\main\webapp\app\admin\logs\logs.service.spec.ts
   create src\main\webapp\app\admin\metrics\metrics.component.spec.ts
   create src\main\webapp\app\admin\metrics\metrics.service.spec.ts
   create src\main\webapp\app\shared\language\translate.directive.spec.ts
   create src\main\webapp\content\css\loading.css
   create src\main\webapp\404.html
   create src\main\webapp\index.html
   create src\main\webapp\swagger-ui\index.html
   create src\main\webapp\i18n\en\configuration.json
   create src\main\webapp\i18n\en\logs.json
   create src\main\webapp\i18n\en\metrics.json
   create src\main\webapp\i18n\en\error.json
   create src\main\webapp\i18n\en\login.json
   create src\main\webapp\i18n\en\home.json
   create src\main\webapp\i18n\en\password.json
   create src\main\webapp\i18n\en\register.json
   create src\main\webapp\i18n\en\sessions.json
   create src\main\webapp\i18n\en\settings.json
   create src\main\webapp\i18n\en\user-management.json
   create src\main\webapp\i18n\en\activate.json
   create src\main\webapp\i18n\en\global.json
   create src\main\webapp\i18n\en\health.json
   create src\main\webapp\i18n\en\reset.json
Git repository initialized.

Changes to package.json were detected.

Running npm install for you to install the required dependencies.
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular/cli@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/architect@0.1102.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/schematics@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@schematics/angular@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@schematics/update@0.1102.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated @schematics/update@0.1102.6: This was an internal-only Angular package up through Angular v11 which is no longer used or maintained. Upgrade Angular to v12+ to remove this dependency.
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated core-js@3.8.2: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.

added 1968 packages, changed 2 packages, and audited 2599 packages in 7m

183 packages are looking for funding
  run `npm fund` for details

31 vulnerabilities (1 low, 5 moderate, 21 high, 4 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
Application successfully committed to Git from C:\src\jtest2.

If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/

Server application generated successfully.

Run your Spring Boot application:
./mvnw (mvnw if using Windows Command Prompt)

Client application generated successfully.

Start your Webpack development server with:
 npm start


> jtest-2@0.0.1-SNAPSHOT clean-www
> rimraf target/classes/static/app/{src,target/}

Congratulations, JHipster execution is complete!
Sponsored with ❤️  by @oktadev.

@naris
Copy link
Contributor Author

naris commented Aug 29, 2022

And the upgrade then fails as show above:

    C:\src\jtest2   master  npx jhipster upgrade --skip-checks                                                                                        16.14.2   8m 53.176s   ✔  15:34:56  
INFO! Using JHipster version installed globally
INFO! No custom sharedOptions found within blueprint: generator-jhipster-primeng-blueprint at C:/src/jtest2/node_modules/generator-jhipster-primeng-blueprint
INFO! No custom commands found within blueprint: generator-jhipster-primeng-blueprint at C:/src/jtest2/node_modules/generator-jhipster-primeng-blueprint
Welcome to the JHipster Upgrade Sub-Generator
This will upgrade your current application codebase to the latest JHipster version
✔ Checking for new blueprint versions
Looking for latest generator-jhipster-primeng-blueprint version...
7.0.4
WARNING! No update available. Application has already been generated with latest version for blueprint: generator-jhipster-primeng-blueprint
✔ Done checking for new version for blueprint generator-jhipster-primeng-blueprint
✔ Done checking for new version of blueprints
Looking for latest generator-jhipster version...
Looking for latest generator-jhipster version...
7.9.2
✔ New generator-jhipster version found: 7.9.2
git rev-parse -q --is-inside-work-tree
true
✔ Git repository detected
git status --porcelain
git rev-parse -q --abbrev-ref HEAD
master
? Unify blueprints configurations? Yes
     info Skipping config upgrade, config generated with jhipster version: 7.0.1
git rev-parse -q --verify jhipster_upgrade
git checkout --orphan jhipster_upgrade
Switched to a new branch 'jhipster_upgrade'
✔ Created branch jhipster_upgrade
     info Removing C:\src\jtest2\.browserslistrc
     info Removing C:\src\jtest2\.editorconfig
     info Removing C:\src\jtest2\.eslintignore
     info Removing C:\src\jtest2\.eslintrc.json
     info Removing C:\src\jtest2\.gitattributes
     info Removing C:\src\jtest2\.gitignore
     info Removing C:\src\jtest2\.huskyrc
     info Removing C:\src\jtest2\.lintstagedrc.js
     info Removing C:\src\jtest2\.prettierignore
     info Removing C:\src\jtest2\.prettierrc
     info Removing C:\src\jtest2\.yo-rc-global.json
     info Removing C:\src\jtest2\angular.json
     info Removing C:\src\jtest2\checkstyle.xml
     info Removing C:\src\jtest2\jest.conf.js
     info Removing C:\src\jtest2\mvnw
     info Removing C:\src\jtest2\mvnw.cmd
     info Removing C:\src\jtest2\ngsw-config.json
     info Removing C:\src\jtest2\package-lock.json
     info Removing C:\src\jtest2\package.json
     info Removing C:\src\jtest2\pom.xml
     info Removing C:\src\jtest2\README.md
     info Removing C:\src\jtest2\sonar-project.properties
     info Removing C:\src\jtest2\src
     info Removing C:\src\jtest2\tsconfig.app.json
     info Removing C:\src\jtest2\tsconfig.json
     info Removing C:\src\jtest2\tsconfig.spec.json
     info Removing C:\src\jtest2\webpack
✔ Cleaned up project directory
Installing generator-jhipster 7.0.1 locally
     info npm install generator-jhipster@7.0.1 --save-dev --no-package-lock --ignore-scripts --legacy-peer-deps

removed 1979 packages, and audited 620 packages in 40s

63 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (2 high, 2 critical)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
✔ Installed generator-jhipster@7.0.1
✔ Installing blueprints locally...
Installing generator-jhipster-primeng-blueprint 7.0.4 locally
     info npm install generator-jhipster-primeng-blueprint@7.0.4 --save-dev --no-package-lock --ignore-scripts --legacy-peer-deps
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)

added 11 packages, and audited 631 packages in 11s

63 packages are looking for funding
  run `npm fund` for details

8 vulnerabilities (1 moderate, 3 high, 4 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
✔ Installed generator-jhipster-primeng-blueprint@7.0.4
✔ Done installing blueprint: generator-jhipster-primeng-blueprint@7.0.4
✔ Done installing blueprints locally
Regenerating application with JHipster 7.0.1 and generator-jhipster-primeng-blueprint7.0.4 ...
C:\src\jtest2\node_modules\.bin
     info "C:\src\jtest2\node_modules\.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight --skip-checks
INFO! Using JHipster version installed globally
INFO! No custom sharedOptions found within blueprint: generator-jhipster-primeng-blueprint at C:/src/jtest2/node_modules/generator-jhipster-primeng-blueprint
INFO! No custom commands found within blueprint: generator-jhipster-primeng-blueprint at C:/src/jtest2/node_modules/generator-jhipster-primeng-blueprint


        ██╗ ██╗   ██╗ ████████╗ ███████╗   ██████╗ ████████╗ ████████╗ ███████╗
        ██║ ██║   ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
        ██║ ████████║    ██║    ███████╔╝ ╚█████╗     ██║    ██████╗   ███████╔╝
  ██╗   ██║ ██╔═══██║    ██║    ██╔════╝   ╚═══██╗    ██║    ██╔═══╝   ██╔══██║
  ╚██████╔╝ ██║   ██║ ████████╗ ██║       ██████╔╝    ██║    ████████╗ ██║  ╚██╗
   ╚═════╝  ╚═╝   ╚═╝ ╚═══════╝ ╚═╝       ╚═════╝     ╚═╝    ╚═══════╝ ╚═╝   ╚═╝

                            https://www.jhipster.tech

Welcome to JHipster v7.0.1
Application files will be generated in folder: C:\src\jtest2
 _______________________________________________________________________________________________________________

  Documentation for creating an application is at https://www.jhipster.tech/creating-an-app/
  If you find JHipster useful, consider sponsoring the project at https://opencollective.com/generator-jhipster
 _______________________________________________________________________________________________________________

     info Using blueprint generator-jhipster-primeng-blueprint for client subgenerator
This is an existing project, using the configuration from your .yo-rc.json file
to re-generate the project...


KeyStore 'src/main/resources/config/tls/keystore.p12' generated successfully.


Unable to find src/main/webapp/app/config/dayjs.ts or missing required jhipster-needle. DayJS language task not updated with languages: en since block was not found. Check if you have enabled translation support.

   create .prettierrc
   create .prettierignore
   create .gitattributes
   create .editorconfig
   create .gitignore
   create sonar-project.properties
   create .huskyrc
   create mvnw
   create mvnw.cmd
    force .mvn\wrapper\maven-wrapper.jar
    force .mvn\wrapper\maven-wrapper.properties
    force .mvn\wrapper\MavenWrapperDownloader.java
   create src\main\resources\banner.txt
   create src\main\resources\config\liquibase\changelog\00000000000000_initial_schema.xml
   create src\main\resources\config\liquibase\master.xml
   create src\main\docker\jib\entrypoint.sh
   create checkstyle.xml
   create pom.xml
   create src\main\resources\.h2.server.properties
   create src\main\resources\logback-spring.xml
   create src\main\resources\i18n\messages.properties
    force package.json
    force .yo-rc.json
   create README.md
   create .lintstagedrc.js
   create src\main\docker\realm-config\jhipster-users-0.json
   create src\main\resources\templates\error.html
   create src\main\docker\app.yml
   create src\main\docker\jhipster-control-center.yml
   create src\main\docker\sonar.yml
   create src\main\docker\monitoring.yml
   create src\main\docker\prometheus\prometheus.yml
   create src\main\docker\grafana\provisioning\dashboards\dashboard.yml
   create src\main\docker\grafana\provisioning\dashboards\JVM.json
   create src\main\docker\grafana\provisioning\datasources\datasource.yml
   create src\main\docker\swagger-editor.yml
   create src\main\docker\keycloak.yml
   create src\main\docker\realm-config\jhipster-realm.json
   create src\main\resources\swagger\api.yml
   create src\main\resources\config\application.yml
   create src\main\resources\config\application-dev.yml
   create src\main\resources\config\application-tls.yml
   create src\main\resources\config\application-prod.yml
   create src\main\java\com\mycompany\myapp\security\SpringSecurityAuditorAware.java
   create src\main\java\com\mycompany\myapp\security\SecurityUtils.java
   create src\main\java\com\mycompany\myapp\security\AuthoritiesConstants.java
   create src\main\java\com\mycompany\myapp\security\package-info.java
   create src\test\java\com\mycompany\myapp\security\SecurityUtilsUnitTest.java
   create src\main\java\com\mycompany\myapp\config\SecurityConfiguration.java
   create src\main\java\com\mycompany\myapp\security\oauth2\AudienceValidator.java
   create src\main\java\com\mycompany\myapp\security\oauth2\JwtGrantedAuthorityConverter.java
   create src\main\java\com\mycompany\myapp\security\oauth2\OAuthIdpTokenResponseDTO.java
   create src\test\java\com\mycompany\myapp\security\oauth2\AudienceValidatorTest.java
   create src\test\java\com\mycompany\myapp\config\TestSecurityConfiguration.java
   create src\main\java\com\mycompany\myapp\config\OpenApiConfiguration.java
   create src\main\java\com\mycompany\myapp\security\oauth2\CustomClaimConverter.java
   create src\test\java\com\mycompany\myapp\security\oauth2\CustomClaimConverterIT.java
   create src\main\java\com\mycompany\myapp\web\rest\AuthInfoResource.java
   create src\main\java\com\mycompany\myapp\web\rest\LogoutResource.java
   create src\main\java\com\mycompany\myapp\Jtest2App.java
   create src\main\java\com\mycompany\myapp\ApplicationWebXml.java
   create src\test\java\com\mycompany\myapp\ArchTest.java
   create src\test\java\com\mycompany\myapp\IntegrationTest.java
   create src\main\java\com\mycompany\myapp\GeneratedByJHipster.java
   create src\main\java\com\mycompany\myapp\aop\logging\LoggingAspect.java
   create src\main\java\com\mycompany\myapp\config\package-info.java
   create src\main\java\com\mycompany\myapp\config\AsyncConfiguration.java
   create src\main\java\com\mycompany\myapp\config\DateTimeFormatConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LoggingConfiguration.java
   create src\test\resources\logback.xml
   create src\main\java\com\mycompany\myapp\config\ApplicationProperties.java
   create src\main\java\com\mycompany\myapp\config\JacksonConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LocaleConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LoggingAspectConfiguration.java
   create src\main\java\com\mycompany\myapp\config\WebConfigurer.java
   create src\main\java\com\mycompany\myapp\config\StaticResourcesWebConfiguration.java
   create src\main\java\com\mycompany\myapp\config\Constants.java
   create src\main\java\com\mycompany\myapp\config\CacheConfiguration.java
   create src\main\java\com\mycompany\myapp\config\DatabaseConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LiquibaseConfiguration.java
   create src\main\java\com\mycompany\myapp\domain\package-info.java
   create src\main\java\com\mycompany\myapp\domain\AbstractAuditingEntity.java
   create src\main\java\com\mycompany\myapp\repository\package-info.java
   create src\main\java\com\mycompany\myapp\service\package-info.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\package-info.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\BadRequestAlertException.java
   create src\test\gatling\conf\gatling.conf
   create src\test\gatling\conf\logback.xml
   create src\main\resources\config\liquibase\data\user.csv
   create src\main\java\com\mycompany\myapp\web\rest\errors\ErrorConstants.java
   create src\main\resources\config\liquibase\data\authority.csv
   create src\main\resources\config\liquibase\data\user_authority.csv
   create src\main\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslator.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\FieldErrorVM.java
   create src\main\java\com\mycompany\myapp\web\rest\vm\package-info.java
   create src\main\java\com\mycompany\myapp\web\rest\package-info.java
   create src\main\java\com\mycompany\myapp\web\rest\ClientForwardController.java
   create src\test\java\com\mycompany\myapp\web\rest\TestUtil.java
   create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorIT.java
   create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorTestController.java
   create src\test\java\com\mycompany\myapp\web\rest\ClientForwardControllerTest.java
   create src\test\java\com\mycompany\myapp\config\timezone\HibernateTimeZoneIT.java
   create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapper.java
   create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapperRepository.java
   create src\test\resources\config\application.yml
   create src\test\resources\config\application-testcontainers.yml
   create src\test\java\com\mycompany\myapp\config\WebConfigurerTest.java
   create webpack\logo-jhipster.png
   create .browserslistrc
   create src\test\java\com\mycompany\myapp\config\WebConfigurerTestController.java
   create src\test\java\com\mycompany\myapp\config\StaticResourcesWebConfigurerTest.java
   create src\test\java\com\mycompany\myapp\web\rest\LogoutResourceIT.java
   create src\main\java\com\mycompany\myapp\domain\User.java
   create src\main\java\com\mycompany\myapp\domain\Authority.java
   create src\main\java\com\mycompany\myapp\repository\AuthorityRepository.java
   create src\main\java\com\mycompany\myapp\service\UserService.java
   create src\main\java\com\mycompany\myapp\service\dto\package-info.java
   create src\main\java\com\mycompany\myapp\service\dto\AdminUserDTO.java
   create src\main\java\com\mycompany\myapp\service\dto\UserDTO.java
   create src\main\java\com\mycompany\myapp\service\mapper\package-info.java
   create src\main\java\com\mycompany\myapp\service\mapper\UserMapper.java
   create src\main\java\com\mycompany\myapp\repository\UserRepository.java
   create src\main\java\com\mycompany\myapp\web\rest\UserResource.java
   create src\main\java\com\mycompany\myapp\web\rest\PublicUserResource.java
   create src\main\java\com\mycompany\myapp\web\rest\vm\ManagedUserVM.java
   create src\main\java\com\mycompany\myapp\web\rest\AccountResource.java
   create src\test\java\com\mycompany\myapp\service\UserServiceIT.java
   create src\test\java\com\mycompany\myapp\service\mapper\UserMapperTest.java
   create src\test\java\com\mycompany\myapp\web\rest\PublicUserResourceIT.java
   create src\test\java\com\mycompany\myapp\web\rest\UserResourceIT.java
   create src\test\java\com\mycompany\myapp\web\rest\AccountResourceIT.java
   create tsconfig.json
   create tsconfig.app.json
   create tsconfig.spec.json
   create jest.conf.js
   create .eslintrc.json
   create angular.json
   create ngsw-config.json
   create webpack\proxy.conf.js
   create webpack\webpack.custom.js
   create src\main\webapp\content\scss\_bootstrap-variables.scss
   create src\main\webapp\content\scss\global.scss
   create src\main\webapp\content\scss\vendor.scss
   create src\main\webapp\main.ts
   create src\main\webapp\polyfills.ts
   create src\main\webapp\app\app.module.ts
   create src\main\webapp\app\app-routing.module.ts
   create src\main\webapp\app\app.constants.ts
   create src\main\webapp\app\entities\entity-routing.module.ts
   create src\main\webapp\app\home\home.module.ts
   create src\main\webapp\app\home\home.route.ts
   create src\main\webapp\app\home\home.component.ts
   create src\main\webapp\app\home\home.component.html
   create src\main\webapp\app\layouts\profiles\page-ribbon.component.ts
   create src\main\webapp\app\layouts\profiles\profile.service.ts
   create src\main\webapp\app\layouts\profiles\profile-info.model.ts
   create src\main\webapp\app\layouts\main\main.component.ts
   create src\main\webapp\app\layouts\main\main.component.html
   create src\main\webapp\app\layouts\navbar\navbar.component.ts
   create src\main\webapp\app\layouts\navbar\navbar.component.html
   create src\main\webapp\app\layouts\navbar\navbar.route.ts
   create src\main\webapp\app\layouts\footer\footer.component.ts
   create src\main\webapp\app\layouts\footer\footer.component.html
   create src\main\webapp\app\layouts\error\error.route.ts
   create src\main\webapp\app\layouts\error\error.component.ts
   create src\main\webapp\app\layouts\error\error.component.html
   create src\main\webapp\app\login\login.service.ts
   create src\main\webapp\app\layouts\navbar\active-menu.directive.ts
   create src\main\webapp\app\layouts\profiles\page-ribbon.component.scss
   create src\main\webapp\app\layouts\navbar\navbar.component.scss
   create src\main\webapp\app\home\home.component.scss
   create src\main\webapp\app\login\logout.model.ts
   create src\main\webapp\app\admin\admin-routing.module.ts
   create src\main\webapp\app\admin\docs\docs.route.ts
   create src\main\webapp\app\admin\docs\docs.module.ts
   create src\main\webapp\app\admin\docs\docs.component.ts
   create src\main\webapp\app\admin\docs\docs.component.html
   create src\main\webapp\app\admin\docs\docs.component.scss
   create src\main\webapp\app\admin\configuration\configuration.route.ts
   create src\main\webapp\app\admin\configuration\configuration.module.ts
   create src\main\webapp\app\admin\configuration\configuration.component.ts
   create src\main\webapp\app\admin\configuration\configuration.component.html
   create src\main\webapp\app\admin\configuration\configuration.service.ts
   create src\main\webapp\app\admin\configuration\configuration.model.ts
   create src\main\webapp\app\admin\health\health.route.ts
   create src\main\webapp\app\admin\health\health.module.ts
   create src\main\webapp\app\admin\health\health.component.ts
   create src\main\webapp\app\admin\health\health.component.html
   create src\main\webapp\app\admin\health\modal\health-modal.component.ts
   create src\main\webapp\app\admin\health\modal\health-modal.component.html
   create src\main\webapp\app\admin\health\health.service.ts
   create src\main\webapp\app\admin\health\health.model.ts
   create src\main\webapp\app\admin\logs\logs.route.ts
   create src\main\webapp\app\admin\logs\logs.module.ts
   create src\main\webapp\app\admin\logs\log.model.ts
   create src\main\webapp\app\admin\logs\logs.component.ts
   create src\main\webapp\app\admin\logs\logs.component.html
   create src\main\webapp\app\admin\logs\logs.service.ts
   create src\main\webapp\app\admin\metrics\metrics.route.ts
   create src\main\webapp\app\admin\metrics\metrics.module.ts
   create src\main\webapp\app\admin\metrics\metrics.component.ts
   create src\main\webapp\app\admin\metrics\metrics.component.html
   create src\main\webapp\app\admin\metrics\metrics.service.ts
   create src\main\webapp\app\admin\metrics\metrics.model.ts
   create src\main\webapp\app\admin\metrics\blocks\jvm-memory\jvm-memory.component.ts
   create src\main\webapp\app\admin\metrics\blocks\jvm-memory\jvm-memory.component.html
   create src\main\webapp\app\admin\metrics\blocks\jvm-threads\jvm-threads.component.ts
   create src\main\webapp\app\admin\metrics\blocks\jvm-threads\jvm-threads.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-cache\metrics-cache.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-cache\metrics-cache.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-datasource\metrics-datasource.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-datasource\metrics-datasource.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-endpoints-requests\metrics-endpoints-requests.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-endpoints-requests\metrics-endpoints-requests.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-garbagecollector\metrics-garbagecollector.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-garbagecollector\metrics-garbagecollector.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-modal-threads\metrics-modal-threads.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-modal-threads\metrics-modal-threads.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-request\metrics-request.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-request\metrics-request.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-system\metrics-system.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-system\metrics-system.component.html
   create src\main\webapp\app\core\config\application-config.service.ts
   create src\main\webapp\app\core\config\application-config.service.spec.ts
   create src\main\webapp\app\core\util\data-util.service.ts
   create src\main\webapp\app\core\util\data-util.service.spec.ts
   create src\main\webapp\app\core\util\parse-links.service.ts
   create src\main\webapp\app\core\util\parse-links.service.spec.ts
   create src\main\webapp\app\core\util\alert.service.ts
   create src\main\webapp\content\images\jhipster_family_member_0.svg
   create src\main\webapp\app\core\util\alert.service.spec.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-192.png
   create src\main\webapp\app\core\util\event-manager.service.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-256.png
   create src\main\webapp\app\core\util\event-manager.service.spec.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-384.png
   create src\main\webapp\app\core\util\operators.spec.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-512.png
   create src\main\webapp\app\core\util\operators.ts
   create src\main\webapp\content\images\jhipster_family_member_1.svg
   create src\main\webapp\app\config\font-awesome-icons.ts
   create src\main\webapp\content\images\jhipster_family_member_1_head-192.png
   create src\main\webapp\app\config\error.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_1_head-256.png
   create src\main\webapp\app\config\input.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_1_head-384.png
   create src\main\webapp\app\config\pagination.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_1_head-512.png
   create src\main\webapp\app\config\authority.constants.ts
   create src\main\webapp\content\images\jhipster_family_member_2.svg
   create src\main\webapp\app\core\interceptor\error-handler.interceptor.ts
   create src\main\webapp\content\images\jhipster_family_member_2_head-192.png
   create src\main\webapp\app\core\interceptor\notification.interceptor.ts
   create src\main\webapp\content\images\jhipster_family_member_2_head-256.png
   create src\main\webapp\app\core\interceptor\auth-expired.interceptor.ts
   create src\main\webapp\content\images\jhipster_family_member_2_head-384.png
   create src\main\webapp\app\core\interceptor\index.ts
   create src\main\webapp\content\images\jhipster_family_member_2_head-512.png
   create src\main\webapp\app\core\request\request-util.ts
   create src\main\webapp\content\images\jhipster_family_member_3.svg
   create src\main\webapp\app\core\request\request.model.ts
   create src\main\webapp\content\images\jhipster_family_member_3_head-192.png
   create src\main\webapp\app\entities\user\user.service.ts
   create src\main\webapp\content\images\jhipster_family_member_3_head-256.png
   create src\main\webapp\app\entities\user\user.service.spec.ts
   create src\main\webapp\content\images\jhipster_family_member_3_head-384.png
   create src\main\webapp\app\entities\user\user.model.ts
   create src\main\webapp\content\images\jhipster_family_member_3_head-512.png
   create src\main\webapp\app\config\language.constants.ts
   create src\main\webapp\content\images\logo-jhipster.png
   create src\main\webapp\app\config\translation.config.ts
   create src\main\webapp\favicon.ico
   create src\main\webapp\app\shared\shared.module.ts
   create src\main\webapp\swagger-ui\dist\images\throbber.gif
   create src\main\webapp\app\shared\shared-libs.module.ts
   create .eslintignore
   create src\main\webapp\app\shared\primeng-common.module.ts
   create src\main\webapp\manifest.webapp
   create src\main\webapp\app\shared\date\duration.pipe.ts
   create src\main\webapp\WEB-INF\web.xml
   create src\main\webapp\app\shared\alert\alert-error.service.ts
   create src\main\webapp\robots.txt
   create src\main\webapp\app\shared\language\find-language-from-key.pipe.ts
   create src\main\resources\i18n\messages_en.properties
   create src\main\webapp\app\shared\language\translate.directive.ts
   create src\main\webapp\app\core\auth\state-storage.service.ts
   create src\main\webapp\app\shared\auth\has-any-authority.directive.ts
   create src\main\webapp\app\core\auth\account.model.ts
   create src\main\webapp\app\core\auth\account.service.ts
   create src\main\webapp\app\core\auth\account.service.spec.ts
   create src\main\webapp\app\core\auth\user-route-access.service.ts
   create src\main\webapp\app\core\auth\auth-session.service.ts
   create src\main\webapp\app\admin\configuration\configuration.component.spec.ts
   create src\main\webapp\app\admin\configuration\configuration.service.spec.ts
   create src\main\webapp\app\admin\health\health.component.spec.ts
   create src\main\webapp\app\admin\logs\logs.component.spec.ts
   create src\main\webapp\app\admin\logs\logs.service.spec.ts
   create src\main\webapp\app\admin\metrics\metrics.component.spec.ts
   create src\main\webapp\app\admin\metrics\metrics.service.spec.ts
   create src\main\webapp\app\shared\language\translate.directive.spec.ts
   create src\main\webapp\content\css\loading.css
   create src\main\webapp\404.html
   create src\main\webapp\index.html
   create src\main\webapp\swagger-ui\index.html
   create src\main\webapp\i18n\en\configuration.json
   create src\main\webapp\i18n\en\logs.json
   create src\main\webapp\i18n\en\metrics.json
   create src\main\webapp\i18n\en\error.json
   create src\main\webapp\i18n\en\login.json
   create src\main\webapp\i18n\en\home.json
   create src\main\webapp\i18n\en\password.json
   create src\main\webapp\i18n\en\register.json
   create src\main\webapp\i18n\en\sessions.json
   create src\main\webapp\i18n\en\settings.json
   create src\main\webapp\i18n\en\user-management.json
   create src\main\webapp\i18n\en\activate.json
   create src\main\webapp\i18n\en\global.json
   create src\main\webapp\i18n\en\health.json
   create src\main\webapp\i18n\en\reset.json

Changes to package.json were detected.
Skipping package manager install.


If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/

Server application generated successfully.

Run your Spring Boot application:
./mvnw (mvnw if using Windows Command Prompt)

Client application generated successfully.

Start your Webpack development server with:
 npm start

Congratulations, JHipster execution is complete!
Sponsored with ❤️  by @oktadev.
✔ Successfully regenerated application with JHipster 7.0.1 and generator-jhipster-primeng-blueprint7.0.4
     info Removing src/main/resources/config/tls/keystore.p12
     info Removing C:\src\jtest2\src\main\resources\config\tls\keystore.p12
git add -A
warning: LF will be replaced by CRLF in .browserslistrc.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .eslintignore.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .eslintrc.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .gitattributes.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .gitignore.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .huskyrc.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .lintstagedrc.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .mvn/wrapper/MavenWrapperDownloader.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .mvn/wrapper/maven-wrapper.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .prettierignore.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .prettierrc.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .yo-rc.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in README.md.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in angular.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in checkstyle.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in jest.conf.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in mvnw.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in mvnw.cmd.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in ngsw-config.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in package.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in pom.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in sonar-project.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/app.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/grafana/provisioning/dashboards/JVM.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/grafana/provisioning/dashboards/dashboard.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/grafana/provisioning/datasources/datasource.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/jhipster-control-center.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/keycloak.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/monitoring.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/prometheus/prometheus.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/realm-config/jhipster-realm.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/realm-config/jhipster-users-0.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/sonar.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/swagger-editor.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/ApplicationWebXml.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/GeneratedByJHipster.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/Jtest2App.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/aop/logging/LoggingAspect.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/ApplicationProperties.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/AsyncConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/CacheConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/Constants.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/DatabaseConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/DateTimeFormatConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/JacksonConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/LiquibaseConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/LocaleConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/LoggingAspectConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/LoggingConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/OpenApiConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/SecurityConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/StaticResourcesWebConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/WebConfigurer.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/domain/AbstractAuditingEntity.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/domain/Authority.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/domain/User.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/domain/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/repository/AuthorityRepository.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/repository/UserRepository.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/repository/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/AuthoritiesConstants.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/SecurityUtils.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/SpringSecurityAuditorAware.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/oauth2/AudienceValidator.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/oauth2/CustomClaimConverter.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/oauth2/JwtGrantedAuthorityConverter.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/oauth2/OAuthIdpTokenResponseDTO.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/UserService.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/dto/AdminUserDTO.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/dto/UserDTO.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/dto/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/mapper/UserMapper.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/mapper/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/AccountResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/AuthInfoResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/ClientForwardController.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/LogoutResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/PublicUserResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/UserResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/BadRequestAlertException.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/ErrorConstants.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/ExceptionTranslator.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/FieldErrorVM.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/vm/ManagedUserVM.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/vm/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/.h2.server.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/banner.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/application-dev.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/application-prod.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/application-tls.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/application.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/changelog/00000000000000_initial_schema.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/data/authority.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/data/user.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/data/user_authority.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/master.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/i18n/messages.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/i18n/messages_en.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/logback-spring.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/swagger/api.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/templates/error.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/404.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/WEB-INF/web.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/admin-routing.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.component.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.component.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.component.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/modal/health-modal.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/modal/health-modal.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/log.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.component.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/jvm-memory/jvm-memory.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/jvm-memory/jvm-memory.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/jvm-threads/jvm-threads.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/jvm-threads/jvm-threads.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-cache/metrics-cache.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-cache/metrics-cache.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-datasource/metrics-datasource.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-datasource/metrics-datasource.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-endpoints-requests/metrics-endpoints-requests.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-endpoints-requests/metrics-endpoints-requests.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-garbagecollector/metrics-garbagecollector.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-garbagecollector/metrics-garbagecollector.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-modal-threads/metrics-modal-threads.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-modal-threads/metrics-modal-threads.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-request/metrics-request.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-request/metrics-request.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-system/metrics-system.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-system/metrics-system.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.component.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/app-routing.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/app.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/app.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/authority.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/error.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/font-awesome-icons.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/input.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/language.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/pagination.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/translation.config.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/account.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/account.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/account.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/auth-session.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/state-storage.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/user-route-access.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/config/application-config.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/config/application-config.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/interceptor/auth-expired.interceptor.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/interceptor/error-handler.interceptor.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/interceptor/index.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/interceptor/notification.interceptor.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/request/request-util.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/request/request.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/alert.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/alert.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/data-util.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/data-util.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/event-manager.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/event-manager.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/operators.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/operators.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/parse-links.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/parse-links.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/entities/entity-routing.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/entities/user/user.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/entities/user/user.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/entities/user/user.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.component.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/error/error.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/error/error.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/error/error.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/footer/footer.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/footer/footer.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/main/main.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/main/main.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/active-menu.directive.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/navbar.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/navbar.component.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/navbar.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/navbar.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/profiles/page-ribbon.component.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/profiles/page-ribbon.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/profiles/profile-info.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/profiles/profile.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/login/login.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/login/logout.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/alert/alert-error.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/auth/has-any-authority.directive.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/date/duration.pipe.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/language/find-language-from-key.pipe.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/language/translate.directive.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/language/translate.directive.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/primeng-common.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/shared-libs.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/shared.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/content/css/loading.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/content/scss/_bootstrap-variables.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/content/scss/global.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/content/scss/vendor.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/activate.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/configuration.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/error.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/global.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/health.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/home.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/login.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/logs.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/metrics.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/password.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/register.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/reset.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/sessions.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/settings.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/user-management.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/main.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/manifest.webapp.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/polyfills.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/robots.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/swagger-ui/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/gatling/conf/gatling.conf.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/gatling/conf/logback.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/ArchTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/IntegrationTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/StaticResourcesWebConfigurerTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/TestSecurityConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/WebConfigurerTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/WebConfigurerTestController.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/timezone/HibernateTimeZoneIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/repository/timezone/DateTimeWrapper.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/repository/timezone/DateTimeWrapperRepository.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/security/SecurityUtilsUnitTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/security/oauth2/AudienceValidatorTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/security/oauth2/CustomClaimConverterIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/service/UserServiceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/service/mapper/UserMapperTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/AccountResourceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/ClientForwardControllerTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/LogoutResourceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/PublicUserResourceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/TestUtil.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/UserResourceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/errors/ExceptionTranslatorIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/errors/ExceptionTranslatorTestController.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/config/application-testcontainers.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/config/application.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/logback.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tsconfig.app.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tsconfig.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tsconfig.spec.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in webpack/proxy.conf.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in webpack/webpack.custom.js.
The file will have its original line endings in your working directory
git commit -q -m "Generated with JHipster 7.0.1 and generator-jhipster-primeng-blueprint7.0.4 " -a --allow-empty --no-verify
✔ Committed with message "Generated with JHipster 7.0.1 and generator-jhipster-primeng-blueprint7.0.4 "
git checkout -q master
✔ Checked out branch "master"
git --version
git version 2.35.1.windows.2
git merge --strategy=ours -q --no-edit --allow-unrelated-histories jhipster_upgrade
✔ Current code has been generated with version 7.0.1
git checkout -q jhipster_upgrade
✔ Checked out branch "jhipster_upgrade"
Installing generator-jhipster 7.9.2 locally
     info npm install generator-jhipster@7.9.2 --save-dev --no-package-lock --ignore-scripts --legacy-peer-deps
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular/cli@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/architect@0.1102.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/schematics@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@schematics/angular@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@schematics/update@0.1102.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated @schematics/update@0.1102.6: This was an internal-only Angular package up through Angular v11 which is no longer used or maintained. Upgrade Angular to v12+ to remove this dependency.
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated core-js@3.8.2: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.

added 2175 packages, removed 69 packages, changed 70 packages, and audited 2737 packages in 8m

196 packages are looking for funding
  run `npm fund` for details

31 vulnerabilities (1 low, 5 moderate, 21 high, 4 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
✔ Installed generator-jhipster@7.9.2
✔ Upgrading blueprints...
Installing generator-jhipster-primeng-blueprint 7.0.4 locally
     info npm install generator-jhipster-primeng-blueprint@7.0.4 --save-dev --no-package-lock --ignore-scripts --legacy-peer-deps
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/schematics@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular/cli@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/architect@0.1102.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@schematics/angular@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@schematics/update@0.1102.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@angular-devkit/core@11.2.6',
npm WARN EBADENGINE   required: { node: '>= 10.13.0', npm: '^6.11.0 || ^7.5.6', yarn: '>= 1.13.0' },
npm WARN EBADENGINE   current: { node: 'v16.14.2', npm: '8.5.0' }
npm WARN EBADENGINE }

removed 3 packages, and audited 2734 packages in 39s

196 packages are looking for funding
  run `npm fund` for details

31 vulnerabilities (1 low, 5 moderate, 21 high, 4 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
✔ Installed generator-jhipster-primeng-blueprint@7.0.4
✔ Done upgrading blueprint generator-jhipster-primeng-blueprint to version 7.0.4
✔ Done upgrading blueprints
     info Removing C:\src\jtest2\.browserslistrc
     info Removing C:\src\jtest2\.editorconfig
     info Removing C:\src\jtest2\.eslintignore
     info Removing C:\src\jtest2\.eslintrc.json
     info Removing C:\src\jtest2\.gitattributes
     info Removing C:\src\jtest2\.gitignore
     info Removing C:\src\jtest2\.huskyrc
     info Removing C:\src\jtest2\.lintstagedrc.js
     info Removing C:\src\jtest2\.prettierignore
     info Removing C:\src\jtest2\.prettierrc
     info Removing C:\src\jtest2\angular.json
     info Removing C:\src\jtest2\checkstyle.xml
     info Removing C:\src\jtest2\jest.conf.js
     info Removing C:\src\jtest2\mvnw
     info Removing C:\src\jtest2\mvnw.cmd
     info Removing C:\src\jtest2\ngsw-config.json
     info Removing C:\src\jtest2\package.json
     info Removing C:\src\jtest2\pom.xml
     info Removing C:\src\jtest2\README.md
     info Removing C:\src\jtest2\sonar-project.properties
     info Removing C:\src\jtest2\src
     info Removing C:\src\jtest2\tsconfig.app.json
     info Removing C:\src\jtest2\tsconfig.json
     info Removing C:\src\jtest2\tsconfig.spec.json
     info Removing C:\src\jtest2\webpack
✔ Cleaned up project directory
Regenerating application with JHipster 7.9.2 and generator-jhipster-primeng-blueprint7.0.4 ...
C:\src\jtest2\node_modules\.bin
     info "C:\src\jtest2\node_modules\.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight --skip-checks
INFO! Switching to JHipster installed locally in current project's node repository (node_modules)
INFO! No custom sharedOptions found within blueprint: generator-jhipster-primeng-blueprint at C:/src/jtest2/node_modules/generator-jhipster-primeng-blueprint
INFO! No custom commands found within blueprint: generator-jhipster-primeng-blueprint at C:/src/jtest2/node_modules/generator-jhipster-primeng-blueprint

        ██╗ ██╗   ██╗ ████████╗ ███████╗   ██████╗ ████████╗ ████████╗ ███████╗
        ██║ ██║   ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
        ██║ ████████║    ██║    ███████╔╝ ╚█████╗     ██║    ██████╗   ███████╔╝
  ██╗   ██║ ██╔═══██║    ██║    ██╔════╝   ╚═══██╗    ██║    ██╔═══╝   ██╔══██║
  ╚██████╔╝ ██║   ██║ ████████╗ ██║       ██████╔╝    ██║    ████████╗ ██║  ╚██╗
   ╚═════╝  ╚═╝   ╚═╝ ╚═══════╝ ╚═╝       ╚═════╝     ╚═╝    ╚═══════╝ ╚═╝   ╚═╝
                            https://www.jhipster.tech
Welcome to JHipster v7.9.2

Application files will be generated in folder: C:\src\jtest2
 _______________________________________________________________________________________________________________

  Documentation for creating an application is at https://www.jhipster.tech/creating-an-app/
  If you find JHipster useful, consider sponsoring the project at https://opencollective.com/generator-jhipster
 _______________________________________________________________________________________________________________

     info Using blueprint generator-jhipster-primeng-blueprint for client subgenerator
This is an existing project, using the configuration from your .yo-rc.json file
to re-generate the project...


KeyStore 'C:\src\jtest2\src\main\resources\config\tls\/keystore.p12' generated successfully.


Unable to find src/main/webapp/app/config/dayjs.ts or missing required jhipster-needle. DayJS language task not updated with languages: en since block was not found. Check if you have enabled translation support.

   create .prettierrc
   create .prettierignore
    force .yo-rc.json
   create package.json
   create .gitignore
   create .gitattributes
   create .editorconfig
   create sonar-project.properties
   create .lintstagedrc.js
   create .husky\pre-commit
   create mvnw
   create mvnw.cmd
   create .mvn\jvm.config
    force .mvn\wrapper\maven-wrapper.jar
    force .mvn\wrapper\maven-wrapper.properties
   create npmw
   create npmw.cmd
   create src\main\resources\banner.txt
   create src\main\resources\config\liquibase\changelog\00000000000000_initial_schema.xml
   create src\main\resources\config\liquibase\master.xml
   create src\main\docker\jib\entrypoint.sh
   create .npmrc
   create checkstyle.xml
   create .devcontainer\Dockerfile
   create pom.xml
   create src\main\resources\logback-spring.xml
   create src\main\resources\i18n\messages.properties
   create .devcontainer\devcontainer.json
   create src\main\docker\app.yml
   create src\main\docker\jhipster-control-center.yml
   create src\main\docker\realm-config\jhipster-realm.json
   create src\main\docker\sonar.yml
   create src\main\docker\monitoring.yml
   create src\main\docker\prometheus\prometheus.yml
   create src\main\resources\swagger\api.yml
   create src\main\docker\grafana\provisioning\dashboards\dashboard.yml
   create src\main\resources\config\application.yml
   create src\main\resources\templates\error.html
   create src\main\docker\grafana\provisioning\dashboards\JVM.json
   create src\main\resources\config\application-dev.yml
   create src\main\docker\grafana\provisioning\datasources\datasource.yml
   create src\main\resources\config\application-tls.yml
   create src\main\docker\swagger-editor.yml
   create src\main\resources\config\application-prod.yml
   create src\main\docker\keycloak.yml
   create src\main\java\com\mycompany\myapp\security\SpringSecurityAuditorAware.java
   create src\main\java\com\mycompany\myapp\config\StaticResourcesWebConfiguration.java
   create src\main\java\com\mycompany\myapp\security\SecurityUtils.java
   create src\main\java\com\mycompany\myapp\GeneratedByJHipster.java
   create src\main\java\com\mycompany\myapp\config\Constants.java
   create src\main\java\com\mycompany\myapp\config\OpenApiConfiguration.java
   create src\main\java\com\mycompany\myapp\security\oauth2\CustomClaimConverter.java
   create src\main\java\com\mycompany\myapp\aop\logging\LoggingAspect.java
   create src\test\resources\logback.xml
   create src\main\java\com\mycompany\myapp\config\LocaleConfiguration.java
   create src\main\java\com\mycompany\myapp\security\AuthoritiesConstants.java
   create src\main\java\com\mycompany\myapp\security\package-info.java
   create src\main\java\com\mycompany\myapp\config\package-info.java
   create src\test\resources\junit-platform.properties
   create src\main\java\com\mycompany\myapp\config\CacheConfiguration.java
   create src\main\java\com\mycompany\myapp\web\rest\AuthInfoResource.java
   create src\main\java\com\mycompany\myapp\config\AsyncConfiguration.java
   create src\main\java\com\mycompany\myapp\web\rest\package-info.java
   create src\main\java\com\mycompany\myapp\config\DatabaseConfiguration.java
   create src\main\java\com\mycompany\myapp\web\rest\LogoutResource.java
   create src\main\java\com\mycompany\myapp\config\DateTimeFormatConfiguration.java
   create src\main\java\com\mycompany\myapp\web\rest\ClientForwardController.java
   create src\main\java\com\mycompany\myapp\domain\package-info.java
   create src\main\java\com\mycompany\myapp\config\SecurityConfiguration.java
   create src\main\java\com\mycompany\myapp\config\LoggingConfiguration.java
   create src\main\java\com\mycompany\myapp\config\OAuth2Configuration.java
   create src\main\java\com\mycompany\myapp\domain\AbstractAuditingEntity.java
   create src\main\java\com\mycompany\myapp\Jtest2App.java
   create src\main\java\com\mycompany\myapp\security\oauth2\AudienceValidator.java
   create src\main\java\com\mycompany\myapp\ApplicationWebXml.java
   create src\main\java\com\mycompany\myapp\web\filter\OAuth2RefreshTokensWebFilter.java
   create src\main\java\com\mycompany\myapp\repository\package-info.java
   create src\main\java\com\mycompany\myapp\config\ApplicationProperties.java
   create src\main\java\com\mycompany\myapp\security\oauth2\JwtGrantedAuthorityConverter.java
   create src\main\java\com\mycompany\myapp\service\package-info.java
   create src\test\gatling\conf\gatling.conf
   create src\main\java\com\mycompany\myapp\config\JacksonConfiguration.java
   create src\test\gatling\conf\logback.xml
   create src\main\java\com\mycompany\myapp\web\rest\errors\package-info.java
   create src\main\java\com\mycompany\myapp\config\LoggingAspectConfiguration.java
   create src\main\java\com\mycompany\myapp\security\oauth2\OAuthIdpTokenResponseDTO.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\BadRequestAlertException.java
   create src\main\java\com\mycompany\myapp\config\WebConfigurer.java
   create src\main\java\com\mycompany\myapp\domain\User.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\ErrorConstants.java
   create src\main\java\com\mycompany\myapp\domain\Authority.java
   create src\main\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslator.java
   create src\main\java\com\mycompany\myapp\repository\AuthorityRepository.java
   create src\main\resources\config\liquibase\data\user.csv
   create src\main\java\com\mycompany\myapp\web\rest\errors\FieldErrorVM.java
   create src\main\resources\config\liquibase\data\authority.csv
   create src\main\java\com\mycompany\myapp\web\rest\vm\package-info.java
   create src\main\resources\config\liquibase\data\user_authority.csv
   create src\test\java\com\mycompany\myapp\security\SecurityUtilsUnitTest.java
   create src\test\java\com\mycompany\myapp\config\WebConfigurerTest.java
   create src\test\java\com\mycompany\myapp\config\WebConfigurerTestController.java
   create src\main\java\com\mycompany\myapp\service\UserService.java
   create src\test\java\com\mycompany\myapp\config\StaticResourcesWebConfigurerTest.java
   create src\test\java\com\mycompany\myapp\TechnicalStructureTest.java
   create src\test\java\com\mycompany\myapp\test\util\OAuth2TestUtil.java
   create src\test\java\com\mycompany\myapp\config\AsyncSyncConfiguration.java
   create src\test\java\com\mycompany\myapp\web\rest\TestUtil.java
   create src\test\java\com\mycompany\myapp\security\oauth2\AudienceValidatorTest.java
   create src\test\java\com\mycompany\myapp\IntegrationTest.java
   create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorTestController.java
   create src\test\java\com\mycompany\myapp\config\SpringBootTestClassOrderer.java
   create src\test\java\com\mycompany\myapp\web\rest\errors\ExceptionTranslatorIT.java
   create src\test\java\com\mycompany\myapp\config\TestSecurityConfiguration.java
   create src\test\java\com\mycompany\myapp\web\rest\ClientForwardControllerTest.java
   create src\main\java\com\mycompany\myapp\repository\UserRepository.java
   create src\test\resources\config\application.yml
   create src\main\java\com\mycompany\myapp\web\rest\PublicUserResource.java
   create src\test\java\com\mycompany\myapp\security\oauth2\CustomClaimConverterIT.java
   create src\main\java\com\mycompany\myapp\web\rest\vm\ManagedUserVM.java
   create src\main\java\com\mycompany\myapp\web\rest\AccountResource.java
   create src\main\java\com\mycompany\myapp\service\dto\package-info.java
   create src\test\java\com\mycompany\myapp\web\rest\PublicUserResourceIT.java
   create src\test\java\com\mycompany\myapp\web\rest\LogoutResourceIT.java
   create src\main\java\com\mycompany\myapp\service\dto\AdminUserDTO.java
   create src\test\java\com\mycompany\myapp\web\rest\UserResourceIT.java
   create src\main\java\com\mycompany\myapp\service\dto\UserDTO.java
   create src\test\java\com\mycompany\myapp\web\rest\AccountResourceIT.java
   create src\test\resources\testcontainers.properties
   create src\main\java\com\mycompany\myapp\service\mapper\package-info.java
   create src\test\resources\META-INF\spring.factories
   create src\main\java\com\mycompany\myapp\service\mapper\UserMapper.java
   create src\test\java\com\mycompany\myapp\config\TestContainersSpringContextCustomizerFactory.java
   create src\test\java\com\mycompany\myapp\web\rest\WithUnauthenticatedMockUser.java
   create src\main\java\com\mycompany\myapp\config\LiquibaseConfiguration.java
   create src\test\java\com\mycompany\myapp\service\UserServiceIT.java
   create src\test\java\com\mycompany\myapp\service\mapper\UserMapperTest.java
   create src\test\java\com\mycompany\myapp\config\EmbeddedSQL.java
   create src\test\java\com\mycompany\myapp\config\SqlTestContainer.java
   create src\test\resources\config\application-testdev.yml
   create src\test\resources\config\application-testprod.yml
   create src\main\resources\.h2.server.properties
   create webpack\logo-jhipster.png
   create tsconfig.json
   create src\test\java\com\mycompany\myapp\config\timezone\HibernateTimeZoneIT.java
   create tsconfig.app.json
   create tsconfig.spec.json
   create jest.conf.js
   create .eslintrc.json
   create angular.json
   create ngsw-config.json
   create .browserslistrc
   create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapper.java
   create src\test\java\com\mycompany\myapp\repository\timezone\DateTimeWrapperRepository.java
   create webpack\proxy.conf.js
   create webpack\webpack.custom.js
   create src\main\webapp\main.ts
   create src\main\webapp\polyfills.ts
   create src\main\webapp\app\app.module.ts
   create src\main\webapp\app\app-routing.module.ts
   create src\main\webapp\app\app.constants.ts
   create src\main\webapp\app\entities\entity-routing.module.ts
   create src\main\webapp\app\home\home.module.ts
   create src\main\webapp\app\home\home.route.ts
   create src\main\webapp\content\scss\_bootstrap-variables.scss
   create src\main\webapp\app\home\home.component.ts
   create src\main\webapp\content\scss\global.scss
   create src\main\webapp\app\home\home.component.html
   create src\main\webapp\content\scss\vendor.scss
   create src\main\webapp\app\home\home.component.scss
   create src\main\webapp\app\layouts\profiles\page-ribbon.component.ts
   create src\main\webapp\app\layouts\error\error.component.ts
   create src\main\webapp\app\layouts\profiles\profile.service.ts
   create src\main\webapp\app\layouts\error\error.component.html
   create src\main\webapp\app\layouts\profiles\profile-info.model.ts
   create src\main\webapp\app\layouts\main\main.component.ts
   create src\main\webapp\app\login\login.service.ts
   create src\main\webapp\app\layouts\main\main.component.html
   create src\main\webapp\app\layouts\navbar\active-menu.directive.ts
   create src\main\webapp\app\layouts\navbar\navbar.component.ts
   create src\main\webapp\app\layouts\profiles\page-ribbon.component.scss
   create src\main\webapp\app\layouts\navbar\navbar.component.html
   create src\main\webapp\app\layouts\navbar\navbar.component.scss
   create src\main\webapp\app\layouts\navbar\navbar.route.ts
   create src\main\webapp\app\layouts\footer\footer.component.ts
   create src\main\webapp\app\login\logout.model.ts
   create src\main\webapp\app\layouts\footer\footer.component.html
   create src\main\webapp\app\admin\admin-routing.module.ts
   create src\main\webapp\app\layouts\error\error.route.ts
   create src\main\webapp\app\admin\docs\docs.route.ts
   create src\main\webapp\app\admin\docs\docs.module.ts
   create src\main\webapp\app\admin\docs\docs.component.ts
   create src\main\webapp\app\admin\docs\docs.component.html
   create src\main\webapp\app\admin\docs\docs.component.scss
   create src\main\webapp\app\admin\configuration\configuration.route.ts
   create src\main\webapp\app\admin\configuration\configuration.module.ts
   create src\main\webapp\app\admin\configuration\configuration.component.ts
   create src\main\webapp\app\admin\configuration\configuration.component.html
   create src\main\webapp\app\admin\configuration\configuration.service.ts
   create src\main\webapp\app\admin\configuration\configuration.model.ts
   create src\main\webapp\app\admin\health\health.route.ts
   create src\main\webapp\app\admin\health\health.module.ts
   create src\main\webapp\app\admin\health\health.component.ts
   create src\main\webapp\app\admin\health\health.component.html
   create src\main\webapp\app\admin\health\modal\health-modal.component.ts
   create src\main\webapp\app\admin\health\modal\health-modal.component.html
   create src\main\webapp\app\admin\health\health.service.ts
   create src\main\webapp\app\admin\health\health.model.ts
   create src\main\webapp\app\admin\logs\logs.route.ts
   create src\main\webapp\app\admin\logs\logs.module.ts
   create src\main\webapp\app\admin\logs\log.model.ts
   create src\main\webapp\app\admin\logs\logs.component.ts
   create src\main\webapp\app\admin\logs\logs.component.html
   create src\main\webapp\app\admin\logs\logs.service.ts
   create src\main\webapp\app\admin\metrics\metrics.route.ts
   create src\main\webapp\app\admin\metrics\metrics.module.ts
   create src\main\webapp\app\admin\metrics\metrics.component.ts
   create src\main\webapp\app\admin\metrics\metrics.component.html
   create src\main\webapp\app\admin\metrics\metrics.service.ts
   create src\main\webapp\app\admin\metrics\metrics.model.ts
   create src\main\webapp\app\admin\metrics\blocks\jvm-memory\jvm-memory.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-garbagecollector\metrics-garbagecollector.component.html
   create src\main\webapp\app\admin\metrics\blocks\jvm-memory\jvm-memory.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-modal-threads\metrics-modal-threads.component.ts
   create src\main\webapp\app\admin\metrics\blocks\jvm-threads\jvm-threads.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-modal-threads\metrics-modal-threads.component.html
   create src\main\webapp\app\admin\metrics\blocks\jvm-threads\jvm-threads.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-request\metrics-request.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-cache\metrics-cache.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-request\metrics-request.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-system\metrics-system.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-cache\metrics-cache.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-datasource\metrics-datasource.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-system\metrics-system.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-datasource\metrics-datasource.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-endpoints-requests\metrics-endpoints-requests.component.ts
   create src\main\webapp\app\admin\metrics\blocks\metrics-endpoints-requests\metrics-endpoints-requests.component.html
   create src\main\webapp\app\admin\metrics\blocks\metrics-garbagecollector\metrics-garbagecollector.component.ts
   create src\main\webapp\app\core\config\application-config.service.ts
   create src\main\webapp\app\core\util\operators.ts
   create src\main\webapp\app\core\config\application-config.service.spec.ts
   create src\main\webapp\app\config\font-awesome-icons.ts
   create src\main\webapp\app\core\util\data-util.service.ts
   create src\main\webapp\app\config\error.constants.ts
   create src\main\webapp\app\core\util\data-util.service.spec.ts
   create src\main\webapp\app\config\input.constants.ts
   create src\main\webapp\app\core\util\parse-links.service.ts
   create src\main\webapp\app\config\pagination.constants.ts
   create src\main\webapp\app\config\language.constants.ts
   create src\main\webapp\app\core\util\parse-links.service.spec.ts
   create src\main\webapp\app\config\authority.constants.ts
   create src\main\webapp\app\config\translation.config.ts
   create src\main\webapp\app\core\util\alert.service.ts
   create src\main\webapp\app\core\interceptor\error-handler.interceptor.ts
   create src\main\webapp\app\core\util\alert.service.spec.ts
   create src\main\webapp\app\core\interceptor\notification.interceptor.ts
   create src\main\webapp\app\core\util\event-manager.service.ts
   create src\main\webapp\app\core\interceptor\auth-expired.interceptor.ts
   create src\main\webapp\app\core\util\event-manager.service.spec.ts
   create src\main\webapp\app\core\interceptor\index.ts
   create src\main\webapp\app\core\util\operators.spec.ts
   create src\main\webapp\app\core\request\request-util.ts
   create src\main\webapp\app\core\request\request.model.ts
   create src\main\webapp\app\entities\user\user.service.ts
   create src\main\webapp\app\entities\user\user.service.spec.ts
   create src\main\webapp\app\entities\user\user.model.ts
   create src\main\webapp\app\shared\shared.module.ts
   create src\main\webapp\app\shared\shared-libs.module.ts
   create src\main\webapp\app\shared\primeng-common.module.ts
   create src\main\webapp\app\shared\date\duration.pipe.ts
   create src\main\webapp\app\admin\configuration\configuration.component.spec.ts
   create src\main\webapp\app\shared\alert\alert-error.service.ts
   create src\main\webapp\app\admin\configuration\configuration.service.spec.ts
   create src\main\webapp\app\shared\language\find-language-from-key.pipe.ts
   create src\main\webapp\app\admin\health\health.component.spec.ts
   create src\main\webapp\app\shared\language\translate.directive.ts
   create src\main\webapp\app\admin\logs\logs.component.spec.ts
   create src\main\webapp\app\core\auth\state-storage.service.ts
   create src\main\webapp\app\admin\logs\logs.service.spec.ts
   create src\main\webapp\app\shared\auth\has-any-authority.directive.ts
   create src\main\webapp\app\admin\metrics\metrics.component.spec.ts
   create src\main\webapp\app\core\auth\account.model.ts
   create src\main\webapp\app\admin\metrics\metrics.service.spec.ts
   create src\main\webapp\app\core\auth\account.service.ts
   create src\main\webapp\app\shared\language\translate.directive.spec.ts
   create src\main\webapp\app\core\auth\account.service.spec.ts
   create src\main\webapp\content\images\jhipster_family_member_0.svg
   create src\main\webapp\app\core\auth\user-route-access.service.ts
   create src\main\webapp\app\core\auth\auth-session.service.ts
   create src\main\webapp\content\images\jhipster_family_member_0_head-192.png
   create src\main\webapp\content\images\jhipster_family_member_0_head-256.png
   create src\main\webapp\content\images\jhipster_family_member_0_head-384.png
   create src\main\webapp\content\images\jhipster_family_member_0_head-512.png
   create src\main\webapp\content\images\jhipster_family_member_1.svg
   create src\main\webapp\content\images\jhipster_family_member_1_head-192.png
   create src\main\webapp\content\images\jhipster_family_member_1_head-256.png
   create src\main\webapp\content\images\jhipster_family_member_1_head-384.png
   create src\main\webapp\content\images\jhipster_family_member_1_head-512.png
   create src\main\webapp\content\images\jhipster_family_member_2.svg
   create src\main\webapp\content\images\jhipster_family_member_2_head-192.png
   create src\main\webapp\content\images\jhipster_family_member_2_head-256.png
   create src\main\webapp\content\images\jhipster_family_member_2_head-384.png
   create src\main\webapp\content\images\jhipster_family_member_2_head-512.png
   create src\main\webapp\content\images\jhipster_family_member_3.svg
   create src\main\webapp\content\images\jhipster_family_member_3_head-192.png
   create src\main\webapp\content\images\jhipster_family_member_3_head-256.png
   create src\main\webapp\content\images\jhipster_family_member_3_head-384.png
   create src\main\webapp\content\images\jhipster_family_member_3_head-512.png
   create src\main\webapp\content\images\logo-jhipster.png
   create src\main\webapp\favicon.ico
   create src\main\webapp\swagger-ui\dist\images\throbber.gif
   create .eslintignore
   create src\main\webapp\manifest.webapp
   create src\main\webapp\WEB-INF\web.xml
   create src\main\webapp\robots.txt
   create src\main\webapp\404.html
   create src\main\webapp\index.html
   create src\main\webapp\content\css\loading.css
   create src\main\webapp\swagger-ui\index.html
   create src\main\webapp\i18n\en\error.json
   create src\main\webapp\i18n\en\global.json
   create src\main\webapp\i18n\en\settings.json
   create src\main\webapp\i18n\en\reset.json
   create src\main\webapp\i18n\en\login.json
   create src\main\webapp\i18n\en\health.json
   create src\main\resources\i18n\messages_en.properties
   create src\main\webapp\i18n\en\user-management.json
   create src\main\webapp\i18n\en\home.json
   create src\main\webapp\i18n\en\configuration.json
   create src\main\webapp\i18n\en\password.json
   create src\main\webapp\i18n\en\logs.json
   create src\main\webapp\i18n\en\register.json
   create src\main\webapp\i18n\en\metrics.json
   create src\main\webapp\i18n\en\sessions.json
   create src\main\webapp\i18n\en\activate.json
   create README.md
    force .yo-rc.json

Changes to package.json were detected.
Skipping package manager install.


If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/

Server application generated successfully.

Run your Spring Boot application:
./mvnw (mvnw if using Windows Command Prompt)

Client application generated successfully.

Start your Webpack development server with:
 npm start

Congratulations, JHipster execution is complete!
Sponsored with ❤️  by @oktadev.
✔ Successfully regenerated application with JHipster 7.9.2 and generator-jhipster-primeng-blueprint7.0.4
     info Removing src/main/resources/config/tls/keystore.p12
     info Removing C:\src\jtest2\src\main\resources\config\tls\keystore.p12
git add -A
warning: LF will be replaced by CRLF in .browserslistrc.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .editorconfig.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .eslintignore.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .eslintrc.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .gitattributes.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .gitignore.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .lintstagedrc.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .mvn/wrapper/maven-wrapper.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .prettierignore.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .prettierrc.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .yo-rc.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in README.md.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in angular.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in checkstyle.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in jest.conf.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in mvnw.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in mvnw.cmd.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in ngsw-config.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in package.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in pom.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in sonar-project.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/app.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/grafana/provisioning/dashboards/JVM.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/grafana/provisioning/dashboards/dashboard.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/grafana/provisioning/datasources/datasource.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/jhipster-control-center.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/keycloak.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/monitoring.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/prometheus/prometheus.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/realm-config/jhipster-realm.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/sonar.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/docker/swagger-editor.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/ApplicationWebXml.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/GeneratedByJHipster.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/Jtest2App.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/aop/logging/LoggingAspect.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/ApplicationProperties.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/AsyncConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/CacheConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/Constants.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/DatabaseConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/DateTimeFormatConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/JacksonConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/LiquibaseConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/LocaleConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/LoggingAspectConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/LoggingConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/OpenApiConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/SecurityConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/StaticResourcesWebConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/WebConfigurer.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/domain/AbstractAuditingEntity.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/domain/Authority.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/domain/User.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/domain/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/repository/AuthorityRepository.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/repository/UserRepository.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/repository/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/AuthoritiesConstants.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/SecurityUtils.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/SpringSecurityAuditorAware.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/oauth2/AudienceValidator.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/oauth2/CustomClaimConverter.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/oauth2/JwtGrantedAuthorityConverter.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/oauth2/OAuthIdpTokenResponseDTO.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/security/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/UserService.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/dto/AdminUserDTO.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/dto/UserDTO.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/dto/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/mapper/UserMapper.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/mapper/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/service/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/AccountResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/AuthInfoResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/ClientForwardController.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/LogoutResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/PublicUserResource.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/BadRequestAlertException.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/ErrorConstants.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/ExceptionTranslator.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/FieldErrorVM.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/errors/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/vm/ManagedUserVM.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/rest/vm/package-info.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/.h2.server.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/banner.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/application-dev.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/application-prod.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/application-tls.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/application.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/changelog/00000000000000_initial_schema.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/data/authority.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/data/user.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/data/user_authority.csv.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/config/liquibase/master.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/i18n/messages.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/i18n/messages_en.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/logback-spring.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/swagger/api.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/resources/templates/error.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/404.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/WEB-INF/web.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/admin-routing.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.component.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/configuration/configuration.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.component.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/docs/docs.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.component.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/health.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/modal/health-modal.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/health/modal/health-modal.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/log.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.component.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/logs/logs.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/jvm-memory/jvm-memory.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/jvm-memory/jvm-memory.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/jvm-threads/jvm-threads.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/jvm-threads/jvm-threads.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-cache/metrics-cache.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-cache/metrics-cache.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-datasource/metrics-datasource.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-datasource/metrics-datasource.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-endpoints-requests/metrics-endpoints-requests.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-endpoints-requests/metrics-endpoints-requests.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-garbagecollector/metrics-garbagecollector.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-garbagecollector/metrics-garbagecollector.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-modal-threads/metrics-modal-threads.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-modal-threads/metrics-modal-threads.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-request/metrics-request.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-request/metrics-request.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-system/metrics-system.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/blocks/metrics-system/metrics-system.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.component.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/admin/metrics/metrics.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/app-routing.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/app.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/app.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/authority.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/error.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/font-awesome-icons.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/input.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/language.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/pagination.constants.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/config/translation.config.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/account.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/account.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/account.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/auth-session.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/state-storage.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/auth/user-route-access.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/config/application-config.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/config/application-config.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/interceptor/auth-expired.interceptor.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/interceptor/error-handler.interceptor.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/interceptor/index.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/interceptor/notification.interceptor.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/request/request-util.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/request/request.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/alert.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/alert.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/data-util.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/data-util.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/event-manager.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/event-manager.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/operators.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/operators.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/parse-links.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/core/util/parse-links.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/entities/entity-routing.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/entities/user/user.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/entities/user/user.service.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/entities/user/user.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.component.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/home/home.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/error/error.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/error/error.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/error/error.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/footer/footer.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/footer/footer.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/main/main.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/main/main.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/active-menu.directive.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/navbar.component.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/navbar.component.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/navbar.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/navbar/navbar.route.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/profiles/page-ribbon.component.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/profiles/page-ribbon.component.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/profiles/profile-info.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/layouts/profiles/profile.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/login/login.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/login/logout.model.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/alert/alert-error.service.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/auth/has-any-authority.directive.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/date/duration.pipe.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/language/find-language-from-key.pipe.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/language/translate.directive.spec.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/language/translate.directive.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/primeng-common.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/shared-libs.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/app/shared/shared.module.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/content/css/loading.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/content/scss/_bootstrap-variables.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/content/scss/global.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/content/scss/vendor.scss.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/activate.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/configuration.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/error.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/global.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/health.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/home.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/login.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/logs.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/metrics.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/password.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/register.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/reset.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/sessions.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/settings.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/i18n/en/user-management.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/main.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/manifest.webapp.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/polyfills.ts.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/robots.txt.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/webapp/swagger-ui/index.html.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/gatling/conf/gatling.conf.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/gatling/conf/logback.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/IntegrationTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/StaticResourcesWebConfigurerTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/TestSecurityConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/WebConfigurerTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/WebConfigurerTestController.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/timezone/HibernateTimeZoneIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/repository/timezone/DateTimeWrapper.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/repository/timezone/DateTimeWrapperRepository.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/security/SecurityUtilsUnitTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/security/oauth2/AudienceValidatorTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/security/oauth2/CustomClaimConverterIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/service/UserServiceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/service/mapper/UserMapperTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/AccountResourceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/ClientForwardControllerTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/LogoutResourceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/PublicUserResourceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/TestUtil.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/UserResourceIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/errors/ExceptionTranslatorIT.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/errors/ExceptionTranslatorTestController.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/config/application.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/logback.xml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tsconfig.app.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tsconfig.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in tsconfig.spec.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in webpack/proxy.conf.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in webpack/webpack.custom.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .devcontainer/Dockerfile.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .devcontainer/devcontainer.json.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .husky/pre-commit.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .mvn/jvm.config.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in .npmrc.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in npmw.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in npmw.cmd.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/config/OAuth2Configuration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/main/java/com/mycompany/myapp/web/filter/OAuth2RefreshTokensWebFilter.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/TechnicalStructureTest.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/AsyncSyncConfiguration.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/EmbeddedSQL.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/SpringBootTestClassOrderer.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/SqlTestContainer.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/config/TestContainersSpringContextCustomizerFactory.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/test/util/OAuth2TestUtil.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/java/com/mycompany/myapp/web/rest/WithUnauthenticatedMockUser.java.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/META-INF/spring.factories.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/config/application-testdev.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/config/application-testprod.yml.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/junit-platform.properties.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in src/test/resources/testcontainers.properties.
The file will have its original line endings in your working directory
git commit -q -m "Generated with JHipster 7.9.2 and generator-jhipster-primeng-blueprint7.0.4 " -a --allow-empty --no-verify
✔ Committed with message "Generated with JHipster 7.9.2 and generator-jhipster-primeng-blueprint7.0.4 "
git checkout -q master -f
✔ Checked out branch "master"
Merging changes back to master...
git merge -q jhipster_upgrade
Auto-merging .yo-rc.json
CONFLICT (content): Merge conflict in .yo-rc.json
Automatic merge failed; fix conflicts and then commit the result.
✔ Merge done!
git diff --name-only --diff-filter=U package.json
    force .yo-rc-global.json
    force .yo-rc.json
Installing dependencies, please wait...
     info Removing the node_modules directory
     info Removing C:\src\jtest2\node_modules
     info npm install
node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module 'C:\src\jtest2\node_modules\shelljs\src\exec-child.js'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
ERROR! ENOENT: no such file or directory, open 'C:\Users\murwilso\AppData\Local\Temp\shelljs_6cb0fe1157460baf5d69'
Error [ShellJSInternalError]: ENOENT: no such file or directory, open 'C:\Users\murwilso\AppData\Local\Temp\shelljs_6cb0fe1157460baf5d69'
    at Object.openSync (node:fs:585:3)
    at Object.readFileSync (node:fs:453:35)
    at execSync (C:\src\jtest2\node_modules\shelljs\src\exec.js:89:17)
    at Object._exec (C:\src\jtest2\node_modules\shelljs\src\exec.js:205:12)
    at Object.exec (C:\src\jtest2\node_modules\shelljs\src\common.js:335:23)
    at module.exports.install (C:\src\jtest2\node_modules\generator-jhipster\generators\upgrade\index.js:511:34)
    at Object.<anonymous> (C:\src\jtest2\node_modules\yeoman-generator\lib\index.js:1009:25)
    at C:\src\jtest2\node_modules\run-async\index.js:49:25
    at new Promise (<anonymous>)
    at C:\src\jtest2\node_modules\run-async\index.js:26:19
    at runLoop.add.once.once (C:\src\jtest2\node_modules\yeoman-generator\lib\index.js:1010:11)
    at Immediate.<anonymous> (C:\src\jtest2\node_modules\grouped-queue\lib\subqueue.js:48:34)
    at processImmediate (node:internal/timers:466:21) {
  errno: -4058,
  syscall: 'open',
  code: 'ENOENT',
  path: 'C:\\Users\\murwilso\\AppData\\Local\\Temp\\shelljs_6cb0fe1157460baf5d69'
}

@naris
Copy link
Contributor Author

naris commented Aug 29, 2022

The changelogDate makes me think it might be caused by having no entities, so I created entities using the JDL for the entities you provided. Then, I tried npx jhipster upgrade again. It fails gain, this time because of Node 15.

You are running Node version 15.14.0
JHipster requires Node version ^12.20.0 || ^14.13.1 || >=16.0.0
Please update your version of Node.
ERROR! Something went wrong while generating project! Error: Command failed: "/Users/mraible/Downloads/upgrade/node_modules/.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight
Error: Something went wrong while generating project! Error: Command failed: "/Users/mraible/Downloads/upgrade/node_modules/.bin/jhipster" --with-entities --force --skip-install --skip-git --no-insight

I upgraded to Node 16.17.0 and tried again.
It still fails:
✖ An error occured while running jhipster:bootstrap#createUserManagementEntities
ERROR! Cannot find module '@faker-js/faker/lib/locales/en'
I'll add a bug bounty to this issue in hopes of getting it fixed.

Hmm... Those are different errors than what I saw :/

@naris
Copy link
Contributor Author

naris commented Aug 30, 2022

Updating from 7.8.1 to 7.9.0 fails with a different error that doesn't resolve itself with multiple attempts like the previous error does :(
Interestingly it complains about /bin/bash even though it is running in windows where there is no /bin/bash :/

npm ERR! code 127
npm ERR! path C:\src\totalfact\node_modules\@angular\cli
npm ERR! command failed
npm ERR! command bash -c node ./bin/postinstall/script.js
npm ERR! /bin/bash: node: command not found

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\murwilso\AppData\Local\npm-cache\_logs\2022-08-30T01_17_46_740Z-debug-0.log
ERROR! npm install failed.
Error: npm install failed.
    at module.exports.error (C:\src\generator-jhipster\generators\generator-base.js:1891:11)
    at module.exports.install (C:\src\generator-jhipster\generators\upgrade\index.js:515:14)
    at Object.<anonymous> (C:\src\generator-jhipster\node_modules\yeoman-generator\lib\index.js:1097:23)
    at C:\src\generator-jhipster\node_modules\run-async\index.js:49:25
    at new Promise (<anonymous>)
    at C:\src\generator-jhipster\node_modules\run-async\index.js:26:19
    at C:\src\generator-jhipster\node_modules\yeoman-generator\lib\index.js:1098:9
    at new Promise (<anonymous>)
    at module.exports.executeTask (C:\src\generator-jhipster\node_modules\yeoman-generator\lib\index.js:1069:12)
    at runLoop.add.once (C:\src\generator-jhipster\node_modules\yeoman-generator\lib\index.js:1049:14)
    at Immediate.<anonymous> (C:\src\generator-jhipster\node_modules\grouped-queue\lib\subqueue.js:48:34)
    at processImmediate (node:internal/timers:466:21)

@RDsideNow
Copy link

I think it might have something to do with peer dependancies. I removed the package lock json when i got the npm issue and that corrected the issue.

@naris
Copy link
Contributor Author

naris commented Oct 6, 2022

I have tried upgrading from 7.8.1 to 7.9.0 again, after unwinding the git commits of previous failed attempts and it fails when it attempts to call node_modules\shelljs\src\exec-child.js right after it removes the node_modules directory :/
WTF?

Though it did merge stuff to the branch I started from so it might be done?

Automatic merge failed; fix conflicts and then commit the result.
✔ Merge done!
git diff --name-only --diff-filter=U package.json
Installing dependencies, please wait...
     info Removing the node_modules directory
     info Removing C:\src\totalfact\node_modules
     info npm install
node:internal/modules/cjs/loader:936
  throw err;
  ^

Error: Cannot find module 'C:\src\totalfact\node_modules\shelljs\src\exec-child.js'
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
✖ An error occured while running jhipster:upgrade#install
ERROR! npm install failed.
Error: npm install failed.

@naris
Copy link
Contributor Author

naris commented Oct 7, 2022

I think it might have something to do with peer dependancies. I removed the package lock json when i got the npm issue and that corrected the issue.

I found out why it tried to run bash. Something dropped a .npmrc file with this in it :/

script-shell=bash

Deleting that fixed the bash problem. I also deleted package_lock.json.

@naris
Copy link
Contributor Author

naris commented Oct 31, 2023

I have run into an issue attempting to upgrade my project again and ran into several problems:
The last problem was that, at the end of the upgrade after merging the updates, it removes node_modules and then npm install fails trying to use one of the modules it just deleted :/
`✔ Merge done!
git diff --name-only --diff-filter=U package.json
Installing dependencies, please wait...
info Removing the node_modules directory
info Removing C:\src\totalfact\node_modules
info npm install
node:internal/modules/cjs/loader:936
throw err;
^

Error: Cannot find module 'C:\src\totalfact\node_modules\shelljs\src\exec-child.js'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}`

@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ theme: upgrade $200 https://www.jhipster.tech/bug-bounties/
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants