Skip to content

Commit

Permalink
spring-cache: fix enableHibernateCache value (#27674)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 24, 2024
1 parent 29a3071 commit 62c4caa
Show file tree
Hide file tree
Showing 96 changed files with 15 additions and 95 deletions.
15 changes: 15 additions & 0 deletions generators/spring-cache/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ export default class SpringCacheGenerator extends BaseApplicationGenerator {
}
}

get configuring() {
return this.asConfiguringTaskGroup({
configure() {
const { databaseType, reactive } = this.jhipsterConfigWithDefaults;
if (this.jhipsterConfig.enableHibernateCache && (reactive || databaseType !== 'sql')) {
this.jhipsterConfig.enableHibernateCache = undefined;
}
},
});
}

get [BaseApplicationGenerator.CONFIGURING]() {
return this.delegateTasksToBlueprint(() => this.configuring);
}

get preparing() {
return this.asPreparingTaskGroup({
cancel() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/gradle-ngx-mysql/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "custom",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en", "fr"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableTranslation": false,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": false,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "mysql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "custom",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en", "fr"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": false,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "mysql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/ms-micro-consul/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/ms-micro-eureka/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"devDatabaseType": "mysql",
"dtoSuffix": "DTO",
"embeddableLaunchScript": false,
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": false,
"entitySuffix": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/ngx-infinispan/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "mysql",
"enableHibernateCache": true,
"enableTranslation": false,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/ngx-mysql/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "mysql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "custom",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/ngx-oauth2/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en", "fr"],
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/ngx-sass-noi18n/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": false,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/ngx-session/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "mysql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en"],
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/ngx-websocket/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"databaseType": "neo4j",
"devDatabaseType": "neo4j",
"dtoSuffix": "DTO",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entitySuffix": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/react-infinispan/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "mariadb",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"databaseType": "neo4j",
"devDatabaseType": "neo4j",
"dtoSuffix": "DTO",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entitySuffix": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "mysql",
"enableHibernateCache": true,
"enableTranslation": false,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/react-mysql/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "custom",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/react-oauth2/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en", "fr"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": false,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/react-session/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"languages": ["en"],
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/react-websocket/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"creationTimestamp": 1596513172471,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"enableHibernateCache": true,
"enableTranslation": true,
"jhiPrefix": "jhi",
"jwtSecretKey": "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"databaseType": "cassandra",
"devDatabaseType": "cassandra",
"dtoSuffix": "DTO",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entitySuffix": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"databaseType": "couchbase",
"devDatabaseType": "couchbase",
"dtoSuffix": "DTO",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entitySuffix": "",
Expand Down
1 change: 0 additions & 1 deletion test-integration/daily-builds/vue-gradle-es/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"dtoSuffix": "DTO",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entitySuffix": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"dtoSuffix": "DTO",
"enableHibernateCache": true,
"enableSwaggerCodegen": false,
"enableTranslation": true,
"entitySuffix": "",
Expand Down
Loading

0 comments on commit 62c4caa

Please sign in to comment.