Uploaded image for project: 'Content Translation Extended (CTX)'
  1. Content Translation Extended (CTX)
  2. EXCONTRANS-411

Unable to run translations.com module on JDK 11

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an issue
    • Icon: Critical Critical
    • 3.4.10
    • 3.4.9
    • None
    • None

      Dear Team,

      I hope this message finds you well. I wanted to bring to your attention that with the update to JDK version 11, the API namespace has been transitioned from javax to jakarta. As a result, our translations.com module requires dependencies from javax for proper functioning.

      To address this, I have incorporated the following dependencies to ensure smooth operation:

      <dependency>
        <groupId>javax.xml.ws</groupId>
        <artifactId>jaxws-api</artifactId>
        <version>2.3.1</version>
      </dependency>
      <dependency>
        <groupId>com.sun.xml.ws</groupId>
        <artifactId>jaxws-rt</artifactId>
        <version>2.3.5</version>
      </dependency>

      I kindly request your consideration in adding these dependencies to the module as necessary. Your prompt attention to this matter is greatly appreciated.

      Thank you for your support.

      Best regards,
      Lucas  

       

        Acceptance criteria

              tmiyar Teresa Miyar
              trung.luu Trung Luu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: