-
-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
Description
I have a project based on scala 2.13, JDK 8, and jackson-module-scala 2.11.0. Recently we upgrade to JDK 11.
Then jackson-module-scala
throw an IndexOutOfBoundsException
from BytecodeReadingParanamer
class.
I noticed that the BeanIntrospector.scala
of the jackson-module-scala
import the problematic com.thoughtworks.paranamer.BytecodeReadingParanamer
, which hasn't get updated since 4 years ago and it only support JDK 8.