Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Java 11 #1596

Merged
merged 15 commits into from
Dec 1, 2021
Merged

Switch to Java 11 #1596

merged 15 commits into from
Dec 1, 2021

Commits on Aug 20, 2021

  1. Update to Java 11

    sfeilmeier committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    641eecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d42ad5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    2f87c7e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    b444859 View commit details
    Browse the repository at this point in the history
  2. Manually add apache.xmlrpc; resolve BackendApp.bndrun

    javax.xml.bind is not available in Java11
    sfeilmeier committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    a7b5bd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    9cdde35 View commit details
    Browse the repository at this point in the history
  2. Replace deprecated methods

    - clazz.newInstance(): https://stackoverflow.com/questions/53257073/java-9-replace-class-newinstance
    - new Long() by Long.valueOf()
    - new Integer() by Integer.valueOf()
    - new Integer() by Integer.parseInt()
    sfeilmeier committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    69cc411 View commit details
    Browse the repository at this point in the history
  3. Update new classpath files

    sfeilmeier committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    25a77a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Replace apache xmlrpc with aXMLRPC

    Apache xmlrpc depends on javax.xml.bind, which was deprecated since Java 9 and removed in Java 11
    sfeilmeier committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    e55a9e3 View commit details
    Browse the repository at this point in the history
  2. Update gitpod to java 11

    sfeilmeier committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    6a9dad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c14d06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ae2c24 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Remove unused import

    sfeilmeier committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    bdfc732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee635db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28400fd View commit details
    Browse the repository at this point in the history