Skip to content

Commit

Permalink
If licenseKey is missing, then dependency jars are downloaded in DEV …
Browse files Browse the repository at this point in the history
…mode
  • Loading branch information
rishabhpoddar committed Aug 26, 2020
1 parent f79fcc4 commit 08fe997
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Makes default refresh API path "/session/refresh"
- Compatibility with CDI 2.2. Makes `cookie_domain` default value to not set, so that it will work with any API
- Makes sameSite = lax by default
- If licenseKey is missing, then dependency jars are downloaded in DEV mode

## [2.2.3] - 2020-08-10
### Changes
Expand Down
Binary file modified cli/jar/cli.jar
Binary file not shown.
Binary file modified downloader/jar/downloader.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public LicenseKeyParser() {

public String getMode() {
if (this.mode == null) {
return "PRODUCTION";
return "DEV";
}
return this.mode;
}
Expand Down
Binary file modified jar/core-2.3.0.jar
Binary file not shown.

0 comments on commit 08fe997

Please sign in to comment.