Skip to content

Commit

Permalink
Prepare for 1.2.3 release (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Feb 28, 2022
1 parent 0754d75 commit e8a5844
Show file tree
Hide file tree
Showing 35 changed files with 274 additions and 72 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

# KAR: A Runtime for the Hybrid Cloud

# KAR 1.2.3 - 2022-02-28
+ JavaSDK: fix @Produces annotation on Service.tell* routes in OpenLiberty sidecar (#254)

# KAR 1.2.2 - 2022-02-18
+ Updated npm and maven packages to resolve CVEs (various)
+ Update Kafka version to 2.8.1 (#240)
Expand Down
229 changes: 214 additions & 15 deletions benchmark/kar-bench/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion benchmark/kar-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"express": "^4.17.1",
"kar-sdk": "^1.1.0"
"kar-sdk": "^1.2.3"
},
"devDependencies": {
"standard": "^16.0.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/actors-dp-java-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<groupId>com.ibm.research.kar.example</groupId>
<artifactId>philosophers-quarkus</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<packaging>jar</packaging>

<properties>
<version.kar-java-sdk>1.2.2</version.kar-java-sdk>
<version.kar-java-sdk>1.2.3</version.kar-java-sdk>
<version.java-compiler>11</version.java-compiler>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
4 changes: 2 additions & 2 deletions examples/actors-dp-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

<groupId>com.ibm.research.kar.example</groupId>
<artifactId>philosophers-liberty</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<packaging>war</packaging>

<properties>
<version.kar-java-sdk>1.2.2</version.kar-java-sdk>
<version.kar-java-sdk>1.2.3</version.kar-java-sdk>

<version.java-compiler>11</version.java-compiler>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 3 additions & 3 deletions examples/actors-dp-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/actors-dp-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"express": "^4.17.2",
"kar-sdk": "^1.2.2",
"kar-sdk": "^1.2.3",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/actors-events/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/actors-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"cloudevents": "^4.0.0",
"express": "^4.17.2",
"kar-sdk": "^1.2.2"
"kar-sdk": "^1.2.3"
},
"devDependencies": {
"standard": "^16.0.4"
Expand Down
6 changes: 3 additions & 3 deletions examples/actors-ykt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/actors-ykt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"cloudevents": "^4.0.0",
"express": "^4.17.1",
"kar-sdk": "^1.2.2"
"kar-sdk": "^1.2.3"
},
"devDependencies": {
"standard": "^16.0.4"
Expand Down
6 changes: 3 additions & 3 deletions examples/camel-k/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/camel-k/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"cloudevents": "^4.0.0",
"express": "^4.17.2",
"kar-sdk": "^1.2.2"
"kar-sdk": "^1.2.3"
},
"devDependencies": {
"standard": "^16.0.4"
Expand Down
Loading

0 comments on commit e8a5844

Please sign in to comment.