You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove module-info.java from the corese-command module to avoid issues with Java 21 and later versions. This file is not needed for command-line applications and its removal simplifies the build process.
Update JDK version to 21 in GitHub workflows.
Update Corese-Core dependency to version 4.6.4.
Update error messages for clarity and consistency.
Fixed
Fixed bugs in installation scripts for Linux, macOS, and Windows.