Skip to content

Commit 64d99a3

Browse files
authored
Merge branch 'main' into absolute-jar-path
2 parents b5763ea + fb429b7 commit 64d99a3

8 files changed

Lines changed: 1774 additions & 426 deletions

File tree

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: beta
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: actions/setup-node@v4.2.0
37+
- uses: actions/setup-node@v4.4.0
3838
with:
3939
node-version: "18.x"
4040
registry-url: "https://registry.npmjs.org"

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434
# Setup .npmrc file to publish to npm
35-
- uses: actions/setup-node@v4.2.0
35+
- uses: actions/setup-node@v4.4.0
3636
with:
3737
node-version: "18.x"
3838
registry-url: "https://registry.npmjs.org"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
- Fix to allow absolute path to JAR file
66

7+
## [4.2.0] 2025-02-23
8+
9+
- Upgrade to njre v1.4.2
10+
- Upgrade dependencies
11+
712
## [4.1.1] 2024-08-30
813

914
- Upgrade to njre v1.4.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Version](https://img.shields.io/npm/v/java-caller.svg)](https://www.npmjs.com/package/java-caller)
55
[![Downloads/week](https://img.shields.io/npm/dw/java-caller.svg)](https://npmjs.org/package/java-caller)
66
[![Downloads/total](https://img.shields.io/npm/dt/java-caller.svg)](https://npmjs.org/package/java-caller)<!-- gh-dependents-info-used-by-start -->
7-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=92&color=informational&logo=slickpic)](https://github.com/nvuillam/node-java-caller/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->
7+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=106&color=informational&logo=slickpic)](https://github.com/nvuillam/node-java-caller/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end -->
88
[![CircleCI](https://circleci.com/gh/nvuillam/node-java-caller/tree/master.svg?style=shield)](https://circleci.com/gh/nvuillam/node-java-caller/tree/master)
99
[![Mega-Linter](https://github.com/nvuillam/node-java-caller/workflows/Mega-Linter/badge.svg)](https://github.com/nvuillam/mega-linter#readme)
1010
[![codecov](https://codecov.io/gh/nvuillam/node-java-caller/branch/master/graph/badge.svg)](https://codecov.io/gh/nvuillam/node-java-caller)

docs/github-dependents-info.md

Lines changed: 26 additions & 12 deletions
Large diffs are not rendered by default.

examples/cli_app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Run the following commands :
66

7-
- `npm run install-locale-cli`
7+
- `npm run install-local-cli`
88
- `npm run run:cli:verbose`
99

1010
## Use this folder as a starter project

0 commit comments

Comments
 (0)