Skip to content

Commit

Permalink
fix exception about InaccessibleObjectException (#196)
Browse files Browse the repository at this point in the history
* fix exception about InaccessibleObjectException

* update CNR
  • Loading branch information
AlvaroVega committed Sep 16, 2024
1 parent d1028a5 commit f283b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FIX: startup log exception about InaccessibleObjectException (#195)
UPGRADE: Debian version from 12.4 to 12.6 in Dockerfile

1.11.0
Expand Down
1 change: 1 addition & 0 deletions bin/keypass-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ echo "INFO: keypass entrypoint start"
# LOG_LEVEL. Default INFO
[[ "${KEYPASS_LOG_LEVEL}" == "" ]] && export KEYPASS_LOG_LEVEL=INFO

export JDK_JAVA_OPTIONS='--add-opens java.base/java.lang=ALL-UNNAMED'

# Check argument DB_HOST if provided
while [[ $# -gt 0 ]]; do
Expand Down

0 comments on commit f283b6a

Please sign in to comment.