-
Notifications
You must be signed in to change notification settings - Fork 106
Missing jackson-module-kotlin in classpath #950
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Starting with commit cabc609 (v1.48.0), the maven-shade-plugin was added to shade and relocate the jackson-module-kotlin and Kotlin stdlib dependencies. However, the KotlinModule no longer exists in the classpath, thus an exception is thrown.
Environment details
Steps to reproduce
Repo: https://github.com/Eclipseop/genai-java-bug/