generator-jhipster-micronaut 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/cli/logo.js +1 -6
- package/generators/angular/__snapshots__/generator.spec.js.snap +0 -72
- package/generators/angular/generator.js +0 -9
- package/generators/bootstrap-application-base/generator.js +47 -0
- package/generators/bootstrap-application-base/generator.spec.js +146 -0
- package/generators/bootstrap-application-base/index.js +1 -0
- package/generators/client/__snapshots__/generator.spec.js.snap +0 -72
- package/generators/constants.cjs +0 -21
- package/generators/cypress/__snapshots__/generator.spec.js.snap +0 -3
- package/generators/liquibase/__snapshots__/generator.spec.js.snap +0 -3
- package/generators/micronaut/command.js +189 -1
- package/generators/micronaut/generator.js +90 -34
- package/generators/micronaut/resources/gradle/libs.versions.toml +19 -7
- package/generators/micronaut/resources/micronaut-platform.pom +785 -0
- package/generators/micronaut/templates/build.gradle.ejs +4 -27
- package/generators/micronaut/templates/gradle.properties.ejs +3 -38
- package/generators/micronaut/templates/pom.xml.ejs +1 -81
- package/generators/micronaut/templates/settings.gradle.ejs +0 -5
- package/generators/micronaut-cache/internal/dependencies.mjs +1 -1
- package/generators/micronaut-cache/templates/src/main/java/_package_/config/CacheConfiguration.java.ejs +4 -0
- package/generators/react/__snapshots__/generator.spec.js.snap +0 -6
- package/generators/react/generator.js +0 -9
- package/generators/server/command.js +3 -1
- package/generators/server/generator.js +0 -18
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
width=200
|
|
8
8
|
style="max-width:50%;">
|
|
9
9
|
|
|
10
|
-
This project generates a Micronaut
|
|
10
|
+
This project generates a Micronaut-based JHipster application 😎.
|
|
11
11
|
It is based on JHipster Blueprint 🔵, and intends to replace the Spring Boot portions of the server with [Micronaut](https://micronaut.io) equivalents.
|
|
12
12
|
|
|
13
13
|
## Installation and Usage
|
|
@@ -88,6 +88,8 @@ docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut /bin
|
|
|
88
88
|
|
|
89
89
|
| Micronaut Blueprint | Micronaut | JHipster |
|
|
90
90
|
| ------------------- | --------- | -------- |
|
|
91
|
+
| 3.3.0 | 4.4.2 | 8.4.0 |
|
|
92
|
+
| 3.2.0 | 4.3.8 | 8.3.0 |
|
|
91
93
|
| 3.1.0 | 4.3.6 | 8.2.1 |
|
|
92
94
|
| 3.0.0 | 4.2.0 | 8.1.0 |
|
|
93
95
|
| 2.0.0 | 3.10.1 | 7.9.3 |
|
package/cli/logo.js
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import chalk from 'chalk';
|
|
2
|
-
import constants from '../generators/constants.cjs';
|
|
3
2
|
import { readFileSync } from 'fs';
|
|
4
3
|
|
|
5
|
-
const {
|
|
6
|
-
versions: { micronaut: MICRONAUT_VERSION },
|
|
7
|
-
} = constants;
|
|
8
|
-
|
|
9
4
|
export function getLogo() {
|
|
10
5
|
const { version } = JSON.parse(readFileSync(new URL('../package.json', import.meta.url)));
|
|
11
6
|
|
|
@@ -19,7 +14,7 @@ ${chalk.blue(' ╚═╝ ╚═╝')}${chalk.green(' ╚═╝ ╚═╝
|
|
|
19
14
|
|
|
20
15
|
${chalk.white.bold(' https://www.jhipster.tech')}
|
|
21
16
|
${chalk.blue.bold(' https://micronaut.io\n')}
|
|
22
|
-
${chalk.white(` Welcome to MHipster v${chalk.white.bold(version)}
|
|
17
|
+
${chalk.white(` Welcome to MHipster v${chalk.white.bold(version)}`)}
|
|
23
18
|
${chalk.white(' This blueprint generates your backend as a Micronaut Java project.')}
|
|
24
19
|
${chalk.green(' _______________________________________________________________________________________________________________\n')}
|
|
25
20
|
${chalk.white(` ${chalk.yellow('::')} This project is a ${chalk.blue.bold('Micronaut')} blueprint for ${chalk.green.bold('JHipster')}`)}
|
|
@@ -50,9 +50,6 @@ exports[`SubGenerator angular of micronaut JHipster blueprint > run > should suc
|
|
|
50
50
|
"sonar-project.properties": {
|
|
51
51
|
"stateCleared": "modified",
|
|
52
52
|
},
|
|
53
|
-
"src/main/resources/i18n/messages_en.properties": {
|
|
54
|
-
"stateCleared": "modified",
|
|
55
|
-
},
|
|
56
53
|
"src/main/webapp/404.html": {
|
|
57
54
|
"stateCleared": "modified",
|
|
58
55
|
},
|
|
@@ -506,69 +503,6 @@ exports[`SubGenerator angular of micronaut JHipster blueprint > run > should suc
|
|
|
506
503
|
"src/main/webapp/app/core/util/parse-links.service.ts": {
|
|
507
504
|
"stateCleared": "modified",
|
|
508
505
|
},
|
|
509
|
-
"src/main/webapp/app/entities/admin/authority/authority.model.ts": {
|
|
510
|
-
"stateCleared": "modified",
|
|
511
|
-
},
|
|
512
|
-
"src/main/webapp/app/entities/admin/authority/authority.routes.ts": {
|
|
513
|
-
"stateCleared": "modified",
|
|
514
|
-
},
|
|
515
|
-
"src/main/webapp/app/entities/admin/authority/authority.test-samples.ts": {
|
|
516
|
-
"stateCleared": "modified",
|
|
517
|
-
},
|
|
518
|
-
"src/main/webapp/app/entities/admin/authority/delete/authority-delete-dialog.component.html": {
|
|
519
|
-
"stateCleared": "modified",
|
|
520
|
-
},
|
|
521
|
-
"src/main/webapp/app/entities/admin/authority/delete/authority-delete-dialog.component.spec.ts": {
|
|
522
|
-
"stateCleared": "modified",
|
|
523
|
-
},
|
|
524
|
-
"src/main/webapp/app/entities/admin/authority/delete/authority-delete-dialog.component.ts": {
|
|
525
|
-
"stateCleared": "modified",
|
|
526
|
-
},
|
|
527
|
-
"src/main/webapp/app/entities/admin/authority/detail/authority-detail.component.html": {
|
|
528
|
-
"stateCleared": "modified",
|
|
529
|
-
},
|
|
530
|
-
"src/main/webapp/app/entities/admin/authority/detail/authority-detail.component.spec.ts": {
|
|
531
|
-
"stateCleared": "modified",
|
|
532
|
-
},
|
|
533
|
-
"src/main/webapp/app/entities/admin/authority/detail/authority-detail.component.ts": {
|
|
534
|
-
"stateCleared": "modified",
|
|
535
|
-
},
|
|
536
|
-
"src/main/webapp/app/entities/admin/authority/list/authority.component.html": {
|
|
537
|
-
"stateCleared": "modified",
|
|
538
|
-
},
|
|
539
|
-
"src/main/webapp/app/entities/admin/authority/list/authority.component.spec.ts": {
|
|
540
|
-
"stateCleared": "modified",
|
|
541
|
-
},
|
|
542
|
-
"src/main/webapp/app/entities/admin/authority/list/authority.component.ts": {
|
|
543
|
-
"stateCleared": "modified",
|
|
544
|
-
},
|
|
545
|
-
"src/main/webapp/app/entities/admin/authority/route/authority-routing-resolve.service.spec.ts": {
|
|
546
|
-
"stateCleared": "modified",
|
|
547
|
-
},
|
|
548
|
-
"src/main/webapp/app/entities/admin/authority/route/authority-routing-resolve.service.ts": {
|
|
549
|
-
"stateCleared": "modified",
|
|
550
|
-
},
|
|
551
|
-
"src/main/webapp/app/entities/admin/authority/service/authority.service.spec.ts": {
|
|
552
|
-
"stateCleared": "modified",
|
|
553
|
-
},
|
|
554
|
-
"src/main/webapp/app/entities/admin/authority/service/authority.service.ts": {
|
|
555
|
-
"stateCleared": "modified",
|
|
556
|
-
},
|
|
557
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-form.service.spec.ts": {
|
|
558
|
-
"stateCleared": "modified",
|
|
559
|
-
},
|
|
560
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-form.service.ts": {
|
|
561
|
-
"stateCleared": "modified",
|
|
562
|
-
},
|
|
563
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-update.component.html": {
|
|
564
|
-
"stateCleared": "modified",
|
|
565
|
-
},
|
|
566
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-update.component.spec.ts": {
|
|
567
|
-
"stateCleared": "modified",
|
|
568
|
-
},
|
|
569
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-update.component.ts": {
|
|
570
|
-
"stateCleared": "modified",
|
|
571
|
-
},
|
|
572
506
|
"src/main/webapp/app/entities/entity-navbar-items.ts": {
|
|
573
507
|
"stateCleared": "modified",
|
|
574
508
|
},
|
|
@@ -884,9 +818,6 @@ exports[`SubGenerator angular of micronaut JHipster blueprint > run > should suc
|
|
|
884
818
|
"src/main/webapp/i18n/en/activate.json": {
|
|
885
819
|
"stateCleared": "modified",
|
|
886
820
|
},
|
|
887
|
-
"src/main/webapp/i18n/en/adminAuthority.json": {
|
|
888
|
-
"stateCleared": "modified",
|
|
889
|
-
},
|
|
890
821
|
"src/main/webapp/i18n/en/configuration.json": {
|
|
891
822
|
"stateCleared": "modified",
|
|
892
823
|
},
|
|
@@ -947,9 +878,6 @@ exports[`SubGenerator angular of micronaut JHipster blueprint > run > should suc
|
|
|
947
878
|
"src/main/webapp/swagger-ui/index.html": {
|
|
948
879
|
"stateCleared": "modified",
|
|
949
880
|
},
|
|
950
|
-
"src/test/resources/i18n/messages_en.properties": {
|
|
951
|
-
"stateCleared": "modified",
|
|
952
|
-
},
|
|
953
881
|
"tsconfig.app.json": {
|
|
954
882
|
"stateCleared": "modified",
|
|
955
883
|
},
|
|
@@ -21,15 +21,6 @@ export default class extends BaseApplicationGenerator {
|
|
|
21
21
|
get [BaseApplicationGenerator.POST_WRITING]() {
|
|
22
22
|
return this.asPostWritingTaskGroup({
|
|
23
23
|
customizeAngularForMicronaut({ application: { authenticationTypeJwt, clientSrcDir } }) {
|
|
24
|
-
// Update home with mhipster
|
|
25
|
-
this.editFile(`${clientSrcDir}app/home/home.component.html`, content =>
|
|
26
|
-
content
|
|
27
|
-
.replaceAll('https://github.com/jhipster/generator-jhipster', 'https://github.com/jhipster/generator-jhipster-micronaut')
|
|
28
|
-
.replace('If you like JHipster', 'If you like MHipster')
|
|
29
|
-
.replace('JHipster bug tracker', 'MHipster bug tracker')
|
|
30
|
-
.replace('If you have any question on JHipster', 'If you have any question on JHipster or MHipster'),
|
|
31
|
-
);
|
|
32
|
-
|
|
33
24
|
// health api
|
|
34
25
|
this.editFile(`${clientSrcDir}app/admin/health/health.model.ts`, content => content.replaceAll('components', 'details'));
|
|
35
26
|
this.editFile(`${clientSrcDir}app/admin/health/health.component.html`, content => content.replaceAll('components', 'details'));
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import BaseApplicationGenerator from 'generator-jhipster/generators/base-application';
|
|
2
|
+
|
|
3
|
+
export default class extends BaseApplicationGenerator {
|
|
4
|
+
constructor(args, opts, features) {
|
|
5
|
+
super(args, opts, { ...features, sbsBlueprint: true });
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
get [BaseApplicationGenerator.CONFIGURING]() {
|
|
9
|
+
return this.asPreparingTaskGroup({
|
|
10
|
+
async preparingMicronaut() {
|
|
11
|
+
this.jhipsterConfig.backendType = 'micronaut';
|
|
12
|
+
},
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
get [BaseApplicationGenerator.LOADING]() {
|
|
17
|
+
return this.asPreparingTaskGroup({
|
|
18
|
+
async preparingMicronaut({ application }) {
|
|
19
|
+
Object.assign(application, {
|
|
20
|
+
backendTypeJavaAny: true,
|
|
21
|
+
hipster: 'jhipster_family_member_4',
|
|
22
|
+
hipsterBugTrackerLink: 'https://github.com/jhipster/generator-jhipster-micronaut/issues?state=open',
|
|
23
|
+
hipsterBugTrackerProductName: 'MHipster',
|
|
24
|
+
hipsterHomePageProductName: 'MHipster',
|
|
25
|
+
hipsterName: 'Micronaut Hipster',
|
|
26
|
+
hipsterProductName: 'MHipster',
|
|
27
|
+
hipsterProjectLink: 'https://github.com/jhipster/generator-jhipster-micronaut',
|
|
28
|
+
});
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
get [BaseApplicationGenerator.PREPARING]() {
|
|
34
|
+
return this.asPreparingTaskGroup({
|
|
35
|
+
configure({ application }) {
|
|
36
|
+
// bootstrap-application-base generator does not respect current configured hipster value.
|
|
37
|
+
Object.assign(application, {
|
|
38
|
+
hipster: 'jhipster_family_member_4',
|
|
39
|
+
});
|
|
40
|
+
if (application.authenticationType === 'oauth2') {
|
|
41
|
+
application.syncUserWithIdp = true;
|
|
42
|
+
application.generateBuiltInUserEntity = true;
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { beforeAll, describe, expect, it } from 'vitest';
|
|
2
|
+
|
|
3
|
+
import { defaultHelpers as helpers, result } from 'generator-jhipster/testing';
|
|
4
|
+
|
|
5
|
+
const SUB_GENERATOR = 'bootstrap-application-base';
|
|
6
|
+
const BLUEPRINT_NAMESPACE = `jhipster:${SUB_GENERATOR}`;
|
|
7
|
+
|
|
8
|
+
describe('SubGenerator bootstrap-application-base of micronaut JHipster blueprint', () => {
|
|
9
|
+
describe('run', () => {
|
|
10
|
+
beforeAll(async function () {
|
|
11
|
+
await helpers
|
|
12
|
+
.run(BLUEPRINT_NAMESPACE)
|
|
13
|
+
.withJHipsterConfig()
|
|
14
|
+
.withOptions({
|
|
15
|
+
ignoreNeedlesError: true,
|
|
16
|
+
blueprint: 'micronaut',
|
|
17
|
+
})
|
|
18
|
+
.withJHipsterLookup()
|
|
19
|
+
.withParentBlueprintLookup()
|
|
20
|
+
.withMockedJHipsterGenerators();
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
it('should succeed', () => {
|
|
24
|
+
expect({ ...result.generator.sharedData.getApplication() }).toMatchInlineSnapshot(
|
|
25
|
+
{
|
|
26
|
+
authority: expect.any(Object),
|
|
27
|
+
userManagement: expect.any(Object),
|
|
28
|
+
user: expect.any(Object),
|
|
29
|
+
backendType: 'micronaut',
|
|
30
|
+
backendTypeSpringBoot: false,
|
|
31
|
+
backendTypeJavaAny: true,
|
|
32
|
+
},
|
|
33
|
+
`
|
|
34
|
+
{
|
|
35
|
+
"applicationType": "monolith",
|
|
36
|
+
"applicationTypeAny": true,
|
|
37
|
+
"applicationTypeGateway": false,
|
|
38
|
+
"applicationTypeMicroservice": false,
|
|
39
|
+
"applicationTypeMonolith": true,
|
|
40
|
+
"authenticationType": "jwt",
|
|
41
|
+
"authenticationTypeJwt": true,
|
|
42
|
+
"authenticationTypeOauth2": false,
|
|
43
|
+
"authenticationTypeSession": false,
|
|
44
|
+
"authority": Any<Object>,
|
|
45
|
+
"backendType": "micronaut",
|
|
46
|
+
"backendTypeJavaAny": true,
|
|
47
|
+
"backendTypeSpringBoot": false,
|
|
48
|
+
"baseName": "jhipster",
|
|
49
|
+
"blueprints": [
|
|
50
|
+
{
|
|
51
|
+
"name": "generator-jhipster-micronaut",
|
|
52
|
+
"version": "3.2.0",
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
"camelizedBaseName": "jhipster",
|
|
56
|
+
"capitalizedBaseName": "Jhipster",
|
|
57
|
+
"clientPackageManager": "npm",
|
|
58
|
+
"cucumberTests": false,
|
|
59
|
+
"cypressTests": false,
|
|
60
|
+
"dasherizedBaseName": "jhipster",
|
|
61
|
+
"dockerServicesDir": "src/main/docker/",
|
|
62
|
+
"dtoSuffix": "DTO",
|
|
63
|
+
"enableI18nRTL": false,
|
|
64
|
+
"enableTranslation": true,
|
|
65
|
+
"endpointPrefix": "",
|
|
66
|
+
"entitySuffix": "",
|
|
67
|
+
"fakerSeed": undefined,
|
|
68
|
+
"gatewayServerPort": undefined,
|
|
69
|
+
"gatlingTests": false,
|
|
70
|
+
"generateAuthenticationApi": true,
|
|
71
|
+
"generateBuiltInAuthorityEntity": true,
|
|
72
|
+
"generateBuiltInUserEntity": true,
|
|
73
|
+
"generateInMemoryUserCredentials": false,
|
|
74
|
+
"generateUserManagement": true,
|
|
75
|
+
"hipster": "jhipster_family_member_4",
|
|
76
|
+
"hipsterBugTrackerLink": "https://github.com/jhipster/generator-jhipster-micronaut/issues?state=open",
|
|
77
|
+
"hipsterBugTrackerProductName": "MHipster",
|
|
78
|
+
"hipsterChatLink": "https://gitter.im/jhipster/generator-jhipster",
|
|
79
|
+
"hipsterChatProductName": "JHipster",
|
|
80
|
+
"hipsterDocumentationLink": "https://www.jhipster.tech/",
|
|
81
|
+
"hipsterHomePageProductName": "MHipster",
|
|
82
|
+
"hipsterName": "Micronaut Hipster",
|
|
83
|
+
"hipsterProductName": "MHipster",
|
|
84
|
+
"hipsterProjectLink": "https://github.com/jhipster/generator-jhipster-micronaut",
|
|
85
|
+
"hipsterStackOverflowProductName": "JHipster",
|
|
86
|
+
"hipsterStackoverflowLink": "https://stackoverflow.com/tags/jhipster/info",
|
|
87
|
+
"hipsterTwitterLink": "https://twitter.com/jhipster",
|
|
88
|
+
"hipsterTwitterUsername": "@jhipster",
|
|
89
|
+
"humanizedBaseName": "JHipster",
|
|
90
|
+
"jhiPrefix": "jhi",
|
|
91
|
+
"jhiPrefixCapitalized": "Jhi",
|
|
92
|
+
"jhiPrefixDashed": "jhi",
|
|
93
|
+
"jhipsterVersion": "JHIPSTER_VERSION",
|
|
94
|
+
"jwtSecretKey": undefined,
|
|
95
|
+
"languages": [],
|
|
96
|
+
"languagesDefinition": [],
|
|
97
|
+
"lowercaseBaseName": "jhipster",
|
|
98
|
+
"microfrontend": false,
|
|
99
|
+
"microfrontends": undefined,
|
|
100
|
+
"nativeLanguage": "en",
|
|
101
|
+
"nativeLanguageDefinition": {
|
|
102
|
+
"angularLocale": "en",
|
|
103
|
+
"dayjsLocale": "en",
|
|
104
|
+
"displayName": "English",
|
|
105
|
+
"fakerjsLocale": "en",
|
|
106
|
+
"javaLocaleMessageSourceSuffix": "en",
|
|
107
|
+
"languageTag": "en",
|
|
108
|
+
"name": "English",
|
|
109
|
+
"rtl": false,
|
|
110
|
+
},
|
|
111
|
+
"nodeDependencies": {
|
|
112
|
+
"concurrently": "CONCURRENTLY_VERSION",
|
|
113
|
+
"husky": "HUSKY_VERSION",
|
|
114
|
+
"lint-staged": "LINT_STAGED_VERSION",
|
|
115
|
+
"npm": "NPM_VERSION",
|
|
116
|
+
"prettier": "PRETTIER_VERSION",
|
|
117
|
+
"prettier-plugin-java": "PRETTIER_PLUGIN_JAVA_VERSION",
|
|
118
|
+
"prettier-plugin-packagejson": "PRETTIER_PLUGIN_PACKAGEJSON_VERSION",
|
|
119
|
+
"wait-on": "WAIT_ON_VERSION",
|
|
120
|
+
},
|
|
121
|
+
"nodePackageManager": "npm",
|
|
122
|
+
"nodeVersion": "NODE_VERSION",
|
|
123
|
+
"pages": [],
|
|
124
|
+
"prettierJava": undefined,
|
|
125
|
+
"projectDescription": "Description for jhipster",
|
|
126
|
+
"reactive": false,
|
|
127
|
+
"rememberMeKey": undefined,
|
|
128
|
+
"skipCheckLengthOfIdentifier": false,
|
|
129
|
+
"skipClient": undefined,
|
|
130
|
+
"skipCommitHook": undefined,
|
|
131
|
+
"skipFakeData": false,
|
|
132
|
+
"skipJhipsterDependencies": undefined,
|
|
133
|
+
"skipServer": undefined,
|
|
134
|
+
"skipUserManagement": false,
|
|
135
|
+
"syncUserWithIdp": undefined,
|
|
136
|
+
"testFrameworks": [],
|
|
137
|
+
"upperFirstCamelCaseBaseName": "Jhipster",
|
|
138
|
+
"user": Any<Object>,
|
|
139
|
+
"userManagement": Any<Object>,
|
|
140
|
+
"withAdminUi": true,
|
|
141
|
+
}
|
|
142
|
+
`,
|
|
143
|
+
);
|
|
144
|
+
});
|
|
145
|
+
});
|
|
146
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './generator.js';
|
|
@@ -50,9 +50,6 @@ exports[`SubGenerator client of micronaut JHipster blueprint > run > should succ
|
|
|
50
50
|
"sonar-project.properties": {
|
|
51
51
|
"stateCleared": "modified",
|
|
52
52
|
},
|
|
53
|
-
"src/main/resources/i18n/messages_en.properties": {
|
|
54
|
-
"stateCleared": "modified",
|
|
55
|
-
},
|
|
56
53
|
"src/main/webapp/404.html": {
|
|
57
54
|
"stateCleared": "modified",
|
|
58
55
|
},
|
|
@@ -506,69 +503,6 @@ exports[`SubGenerator client of micronaut JHipster blueprint > run > should succ
|
|
|
506
503
|
"src/main/webapp/app/core/util/parse-links.service.ts": {
|
|
507
504
|
"stateCleared": "modified",
|
|
508
505
|
},
|
|
509
|
-
"src/main/webapp/app/entities/admin/authority/authority.model.ts": {
|
|
510
|
-
"stateCleared": "modified",
|
|
511
|
-
},
|
|
512
|
-
"src/main/webapp/app/entities/admin/authority/authority.routes.ts": {
|
|
513
|
-
"stateCleared": "modified",
|
|
514
|
-
},
|
|
515
|
-
"src/main/webapp/app/entities/admin/authority/authority.test-samples.ts": {
|
|
516
|
-
"stateCleared": "modified",
|
|
517
|
-
},
|
|
518
|
-
"src/main/webapp/app/entities/admin/authority/delete/authority-delete-dialog.component.html": {
|
|
519
|
-
"stateCleared": "modified",
|
|
520
|
-
},
|
|
521
|
-
"src/main/webapp/app/entities/admin/authority/delete/authority-delete-dialog.component.spec.ts": {
|
|
522
|
-
"stateCleared": "modified",
|
|
523
|
-
},
|
|
524
|
-
"src/main/webapp/app/entities/admin/authority/delete/authority-delete-dialog.component.ts": {
|
|
525
|
-
"stateCleared": "modified",
|
|
526
|
-
},
|
|
527
|
-
"src/main/webapp/app/entities/admin/authority/detail/authority-detail.component.html": {
|
|
528
|
-
"stateCleared": "modified",
|
|
529
|
-
},
|
|
530
|
-
"src/main/webapp/app/entities/admin/authority/detail/authority-detail.component.spec.ts": {
|
|
531
|
-
"stateCleared": "modified",
|
|
532
|
-
},
|
|
533
|
-
"src/main/webapp/app/entities/admin/authority/detail/authority-detail.component.ts": {
|
|
534
|
-
"stateCleared": "modified",
|
|
535
|
-
},
|
|
536
|
-
"src/main/webapp/app/entities/admin/authority/list/authority.component.html": {
|
|
537
|
-
"stateCleared": "modified",
|
|
538
|
-
},
|
|
539
|
-
"src/main/webapp/app/entities/admin/authority/list/authority.component.spec.ts": {
|
|
540
|
-
"stateCleared": "modified",
|
|
541
|
-
},
|
|
542
|
-
"src/main/webapp/app/entities/admin/authority/list/authority.component.ts": {
|
|
543
|
-
"stateCleared": "modified",
|
|
544
|
-
},
|
|
545
|
-
"src/main/webapp/app/entities/admin/authority/route/authority-routing-resolve.service.spec.ts": {
|
|
546
|
-
"stateCleared": "modified",
|
|
547
|
-
},
|
|
548
|
-
"src/main/webapp/app/entities/admin/authority/route/authority-routing-resolve.service.ts": {
|
|
549
|
-
"stateCleared": "modified",
|
|
550
|
-
},
|
|
551
|
-
"src/main/webapp/app/entities/admin/authority/service/authority.service.spec.ts": {
|
|
552
|
-
"stateCleared": "modified",
|
|
553
|
-
},
|
|
554
|
-
"src/main/webapp/app/entities/admin/authority/service/authority.service.ts": {
|
|
555
|
-
"stateCleared": "modified",
|
|
556
|
-
},
|
|
557
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-form.service.spec.ts": {
|
|
558
|
-
"stateCleared": "modified",
|
|
559
|
-
},
|
|
560
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-form.service.ts": {
|
|
561
|
-
"stateCleared": "modified",
|
|
562
|
-
},
|
|
563
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-update.component.html": {
|
|
564
|
-
"stateCleared": "modified",
|
|
565
|
-
},
|
|
566
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-update.component.spec.ts": {
|
|
567
|
-
"stateCleared": "modified",
|
|
568
|
-
},
|
|
569
|
-
"src/main/webapp/app/entities/admin/authority/update/authority-update.component.ts": {
|
|
570
|
-
"stateCleared": "modified",
|
|
571
|
-
},
|
|
572
506
|
"src/main/webapp/app/entities/entity-navbar-items.ts": {
|
|
573
507
|
"stateCleared": "modified",
|
|
574
508
|
},
|
|
@@ -884,9 +818,6 @@ exports[`SubGenerator client of micronaut JHipster blueprint > run > should succ
|
|
|
884
818
|
"src/main/webapp/i18n/en/activate.json": {
|
|
885
819
|
"stateCleared": "modified",
|
|
886
820
|
},
|
|
887
|
-
"src/main/webapp/i18n/en/adminAuthority.json": {
|
|
888
|
-
"stateCleared": "modified",
|
|
889
|
-
},
|
|
890
821
|
"src/main/webapp/i18n/en/configuration.json": {
|
|
891
822
|
"stateCleared": "modified",
|
|
892
823
|
},
|
|
@@ -947,9 +878,6 @@ exports[`SubGenerator client of micronaut JHipster blueprint > run > should succ
|
|
|
947
878
|
"src/main/webapp/swagger-ui/index.html": {
|
|
948
879
|
"stateCleared": "modified",
|
|
949
880
|
},
|
|
950
|
-
"src/test/resources/i18n/messages_en.properties": {
|
|
951
|
-
"stateCleared": "modified",
|
|
952
|
-
},
|
|
953
881
|
"tsconfig.app.json": {
|
|
954
882
|
"stateCleared": "modified",
|
|
955
883
|
},
|
package/generators/constants.cjs
CHANGED
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
*/
|
|
19
19
|
|
|
20
20
|
module.exports = {
|
|
21
|
-
DOCKER_REDIS: 'redis:6.0.10',
|
|
22
21
|
sqlDb: {
|
|
23
22
|
h2Disk: {
|
|
24
23
|
driver: 'org.h2.Driver',
|
|
@@ -49,24 +48,4 @@ module.exports = {
|
|
|
49
48
|
dialect: 'org.hibernate.dialect.SQLServer2012Dialect',
|
|
50
49
|
},
|
|
51
50
|
},
|
|
52
|
-
versions: {
|
|
53
|
-
netty: '4.1.107.Final',
|
|
54
|
-
rxJava3: '2.3.0',
|
|
55
|
-
hibernate: '6.4.4.Final',
|
|
56
|
-
prometheusSimpleclient: '0.16.0',
|
|
57
|
-
jackson: '2.15.2',
|
|
58
|
-
javassist: '3.27.0-GA', // Should match Hibernate deps
|
|
59
|
-
javaxMail: '2.0.1',
|
|
60
|
-
jbcrypt: '0.4',
|
|
61
|
-
logback: '1.5.3',
|
|
62
|
-
mapstruct: '1.5.5.Final',
|
|
63
|
-
swaggerAnnotations: '2.2.19',
|
|
64
|
-
mockito: '5.10.0',
|
|
65
|
-
problem: '0.29.1',
|
|
66
|
-
caffeine: '3.1.8',
|
|
67
|
-
archunit: '1.2.1',
|
|
68
|
-
simplejavamail: '8.6.3',
|
|
69
|
-
testcontainers: '1.19.6',
|
|
70
|
-
assertj: '3.25.3',
|
|
71
|
-
},
|
|
72
51
|
};
|
|
@@ -35,9 +35,6 @@ exports[`SubGenerator cypress of micronaut JHipster blueprint > run > should suc
|
|
|
35
35
|
"src/test/javascript/cypress/e2e/administration/administration.cy.ts": {
|
|
36
36
|
"stateCleared": "modified",
|
|
37
37
|
},
|
|
38
|
-
"src/test/javascript/cypress/e2e/entity/authority.cy.ts": {
|
|
39
|
-
"stateCleared": "modified",
|
|
40
|
-
},
|
|
41
38
|
"src/test/javascript/cypress/e2e/lighthouse.audits.ts": {
|
|
42
39
|
"stateCleared": "modified",
|
|
43
40
|
},
|
|
@@ -5,9 +5,6 @@ exports[`SubGenerator liquibase of micronaut JHipster blueprint > run > should s
|
|
|
5
5
|
".yo-rc.json": {
|
|
6
6
|
"stateCleared": "modified",
|
|
7
7
|
},
|
|
8
|
-
"src/main/java/com/mycompany/myapp/config/LiquibaseConfiguration.java": {
|
|
9
|
-
"stateCleared": "modified",
|
|
10
|
-
},
|
|
11
8
|
"src/main/resources/config/liquibase/changelog/00000000000000_initial_schema.xml": {
|
|
12
9
|
"stateCleared": "modified",
|
|
13
10
|
},
|