Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S stardat-ddieditor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 88
    • Issues 88
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • stardat
  • stardat-ddieditor
  • Issues
  • #432
Closed
Open
Created Sep 30, 2021 by Nugraha, Sigit@sigit.nugrahaDeveloper

Upgrade to Java 11

Currently, Stardat-ddieditor only runs on java 8 which is already obsolete and it is more secure to switch to Java 11 LTS

In the latest OpenJDK 8 (8u292-b10-0ubuntu1~20.04), it also has an issue: Caused by: java.security.KeyStoreException: Key protection algorithm not found: java.security.UnrecoverableKeyException: Encrypt Private Key failed: unrecognized algorithm name: PBEWithSHA1AndDESede

ANd it only can be run after the downgrade of OpenJdk 8: 'dpkg: warning: downgrading openjdk-8-jdk-headless:amd64 from 8u292-b10-0ubuntu120.04 to 8u232-b09-0ubuntu116.04.1

In Java 11, it has an error with JAXB missing dependencies. However, the error is still present even after JAXB dependencies are added to the pom.xml

Assignee
Assign to
Time tracking