Skip to content

Commit ba7e19f

Browse files
gkwan-ibmPriyanshi PatelrealModusOperanditt-le
authored
Version update (#108)
* update versions * Fixing linter issues * Update to latest Angular * Update test.yml * Update test.yml Co-authored-by: Priyanshi Patel <[email protected]> Co-authored-by: realModusOperandi <[email protected]> Co-authored-by: Tien Thanh Le <[email protected]>
1 parent 5a12dc9 commit ba7e19f

File tree

24 files changed

+15442
-16693
lines changed

24 files changed

+15442
-16693
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: github/super-linter@v3
2727
env:
2828
VALIDATE_ALL_CODEBASE: false
29+
VALIDATE_TYPESCRIPT_STANDARD: false
2930
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3031
LINTER_RULES_PATH: ./tools/pr-checker/linters/
3132
DEFAULT_BRANCH: prod

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019, 2020 IBM Corporation and others.
1+
// Copyright (c) 2019, 2021 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -107,7 +107,7 @@ the artist JSON is available to you.
107107
Navigate to the `start` directory to begin.
108108

109109
[role='command']
110-
include::{common-includes}/devmode-start.adoc[]
110+
include::{common-includes}/devmode-lmp33-start.adoc[]
111111

112112
You can find your artist JSON at the
113113
http://localhost:9080/artists[http://localhost:9080/artists^] URL.

finish/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- tag::microprofile[] -->
2929
<artifactId>microprofile</artifactId>
3030
<!-- end::microprofile[] -->
31-
<version>3.3</version>
31+
<version>4.0.1</version>
3232
<type>pom</type>
3333
<scope>provided</scope>
3434
</dependency>
@@ -40,19 +40,19 @@
4040
<plugin>
4141
<groupId>org.apache.maven.plugins</groupId>
4242
<artifactId>maven-war-plugin</artifactId>
43-
<version>3.2.3</version>
43+
<version>3.3.1</version>
4444
</plugin>
4545
<!-- Enable liberty-maven plugin -->
4646
<plugin>
4747
<groupId>io.openliberty.tools</groupId>
4848
<artifactId>liberty-maven-plugin</artifactId>
49-
<version>3.2.3</version>
49+
<version>3.3.4</version>
5050
</plugin>
5151
<!-- tag::frontend-plugin[] -->
5252
<plugin>
5353
<groupId>com.github.eirslett</groupId>
5454
<artifactId>frontend-maven-plugin</artifactId>
55-
<version>1.9.1</version>
55+
<version>1.11.3</version>
5656
<configuration>
5757
<!-- tag::working-dir[] -->
5858
<workingDirectory>src/main/frontend</workingDirectory>

finish/src/main/frontend/angular.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16-
"aot": true,
1716
"outputPath": "../webapp/app",
1817
"index": "src/index.html",
1918
"main": "src/main.ts",
@@ -27,7 +26,12 @@
2726
"src/styles.css"
2827
],
2928
"scripts": [],
30-
"es5BrowserSupport": true
29+
"vendorChunk": true,
30+
"extractLicenses": false,
31+
"buildOptimizer": false,
32+
"sourceMap": true,
33+
"optimization": false,
34+
"namedChunks": true
3135
},
3236
"configurations": {
3337
"production": {
@@ -40,9 +44,7 @@
4044
"optimization": true,
4145
"outputHashing": "all",
4246
"sourceMap": false,
43-
"extractCss": true,
4447
"namedChunks": false,
45-
"aot": true,
4648
"extractLicenses": true,
4749
"vendorChunk": false,
4850
"buildOptimizer": true,

0 commit comments

Comments
 (0)