[EXCONTRANS-411] Unable to run translations.com module on JDK 11 Created: 16/Nov/23  Updated: 03/Jan/24  Resolved: 16/Nov/23

Status: Closed
Project: Content Translation Extended (CTX)
Component/s: None
Affects Version/s: 3.4.9
Fix Version/s: 3.4.10

Type: Bug Priority: Critical
Reporter: Trung Luu Assignee: Teresa Miyar
Resolution: Not an issue Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Description   

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  

 



 Comments   
Comment by Teresa Miyar [ 16/Nov/23 ]

Hi,

It is documented already on https://docs.magnolia-cms.com/content-translation-support-ext/index.html, for us jaxws-rt was not needed.

Comment by Trung Luu [ 16/Nov/23 ]

Hi tmiyar, Sorry did not see that mentioned on our wiki. So it's up to your assessment, pls help to close the ticket. Just for notes, It's working properly on my local machine (6.2.40) and APAC demo server (both are running on JDK 11) by only adding above dependencies. Thanks for your support!  

Generated at Mon Feb 12 00:30:58 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.