Skip to content

Remove Paranamer usage where possible #449

@zhao-zihao

Description

@zhao-zihao

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions