Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-3946

Class.newInstance() can be replaced by Class.getDeclaredConstructor().newInstance() as class.newInstance is deprecated in java 9

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.next
    • None
    • Transaction Core
    • None

      The Class.newInstance() can be replaced by Class.getDeclaredConstructor().newInstance() in ArjunaCore as class.newInstance is deprecated in java 9+ versions. By JIRA : https://bugs.openjdk.org/browse/JDK-6850612

              rhn-support-abaral1 Anilabha Baral
              rhn-support-abaral1 Anilabha Baral
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: