aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
730 stars 197 forks source link

Q transform does not add POM dependencies for type jakarta.xml.bind.JAXBContext #4626

Open yoan7712 opened 5 days ago

yoan7712 commented 5 days ago

Describe the bug Q transform does not add POM dependencies for type jakarta.xml.bind.JAXBContext

To reproduce Run a Q transformation from Java 8 to Java 17, on a project with javax.xml.bind.JAXBContext type, Q transform will replace it with jakarta.xml.bind.JAXBContext, however it will not add POM dependencies for jakarta.xml.bind.JAXBContext.

Expected behavior Q transform should add the POM dependency for jakarta.xml.bind.JAXBContext, for example:

<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>converter-jaxb3</artifactId>
    <version>2.11.0</version>
</dependency>

Screenshots

Screenshot 2024-06-27 at 6 50 44 PM

Your Environment