Skip to content

Commit a249235

Browse files
committed
JAVA-35533 Build issue on oauth-jwt
1 parent ad6c2aa commit a249235

File tree

13 files changed

+3057
-4451
lines changed

13 files changed

+3057
-4451
lines changed

oauth-jwt/oauth-ui-authorization-code-angular-jwt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<version>1.7.5</version>
2323

2424
<configuration>
25-
<nodeVersion>v18.17.1</nodeVersion>
26-
<npmVersion>9.6.7</npmVersion>
25+
<nodeVersion>v20.10.0</nodeVersion>
26+
<npmVersion>10.2.5</npmVersion>
2727
<workingDirectory>src/main/resources</workingDirectory>
2828
</configuration>
2929

oauth-jwt/oauth-ui-authorization-code-angular-jwt/src/main/resources/.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

oauth-jwt/oauth-ui-authorization-code-angular-jwt/src/main/resources/angular.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,24 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14+
"aot": true,
1415
"outputPath": "../../../target/resources",
1516
"index": "src/index.html",
1617
"main": "src/main.ts",
1718
"tsConfig": "src/tsconfig.app.json",
18-
"polyfills": "src/polyfills.ts",
19+
"polyfills": ["zone.js"],
1920
"styles": [],
20-
"scripts": []
21+
"scripts": [],
22+
"allowedCommonJsDependencies": ["rxjs","ng2-cookies"]
2123
},
2224
"configurations": {
2325
"production": {
26+
"budgets": [
27+
{
28+
"type": "anyComponentStyle",
29+
"maximumWarning": "6kb"
30+
}
31+
],
2432
"optimization": true,
2533
"outputHashing": "all",
2634
"sourceMap": false,
@@ -42,18 +50,18 @@
4250
"serve": {
4351
"builder": "@angular-devkit/build-angular:dev-server",
4452
"options": {
45-
"browserTarget": "auth-code:build"
53+
"buildTarget": "auth-code:build"
4654
},
4755
"configurations": {
4856
"production": {
49-
"browserTarget": "auth-code:build:production"
57+
"buildTarget": "auth-code:build:production"
5058
}
5159
}
5260
},
5361
"extract-i18n": {
5462
"builder": "@angular-devkit/build-angular:extract-i18n",
5563
"options": {
56-
"browserTarget": "auth-code:build"
64+
"buildTarget": "auth-code:build"
5765
}
5866
},
5967
"lint": {
@@ -74,14 +82,16 @@
7482
"projectType": "application"
7583
}
7684
},
77-
"defaultProject": "auth-code",
7885
"schematics": {
7986
"@schematics/angular:component": {
8087
"prefix": "app",
81-
"styleext": "css"
88+
"style": "css"
8289
},
8390
"@schematics/angular:directive": {
8491
"prefix": "app"
8592
}
93+
},
94+
"cli": {
95+
"analytics": false
8696
}
8797
}

0 commit comments

Comments
 (0)