Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved performance related to KotlinModule initialization and setupModule. #747

Merged
merged 4 commits into from Dec 30, 2023

Conversation

k163377
Copy link
Contributor

@k163377 k163377 commented Dec 30, 2023

Slightly improved performance related to KotlinModule initialization and setupModule by removing unnecessary checks and unnecessary setMixInAnnotations.
With this change, the KotlinModule initialization error when using Kotlin 1.4 or lower has been eliminated.

Kotlin 1.4 has already been deprecated for some time.
ClosedRangeMixin can be applied to IntRange, etc. by only setting it to ClosedRange::class.
@k163377 k163377 merged commit f075e75 into FasterXML:2.17 Dec 30, 2023
12 checks passed
@k163377 k163377 deleted the kotlin-module-perf branch December 30, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant