79600588

Date: 2025-04-30 15:06:00
Score: 0.5
Natty:
Report link

From Java 11 onwards, the package is called jakarta.xml.bind instead. It is also no longer part of the JRE/JDK (i.e. the standard library), so you have to add these Maven coordinates for an additional dependency: jakarta.xml.bind:jakarta.xml.bind-api:4.0.2 (probably a newer version when you read this).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: ᴠɪɴᴄᴇɴᴛ