Skip to content

Commit b32d5e3

Browse files
committed
Merge branch '2.19'
2 parents 7f5513f + 0a08224 commit b32d5e3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ body:
1010
label: Search before asking
1111
description: |-
1212
Please search [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) to check if your issue has already been reported.
13+
Check [all value class labeled issues](https://github.com/FasterXML/jackson-module-kotlin/issues?q=is%3Aopen+is%3Aissue+label%3A%22value+class%22), especially if the problem is related to a value class.
1314
Also, KotlinModule is only an extension of databind, so it is not an appropriate place to report problems with databind or other modules.
1415
Please try to ensure that the problem occurs only in Kotlin, and not regular Java objects.
1516
options:
1617
- label: "I searched in the [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) and found nothing similar."
1718
required: true
19+
- label: "I have confirmed that the same problem is not reproduced if I exclude the KotlinModule."
20+
required: true
1821
- label: "I searched in the [issues of databind](https://github.com/FasterXML/jackson-databind/issues) and other modules used and found nothing similar."
1922
required: false
20-
- label: "I have confirmed that the problem only occurs when using Kotlin."
23+
- label: "I have confirmed that the problem does not reproduce in Java and only occurs when using Kotlin and KotlinModule."
2124
required: false
2225
- type: textarea
2326
id: bug-description

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Co-maintainers:
2121
#839: Remove useKotlinPropertyNameForGetter and unify with kotlinPropertyNameAsImplicitName.
2222
#835: Remove old SingletonSupport class and unified with KotlinFeature.SingletonSupport.
2323

24+
2.18.1 (28-Oct-2024)
25+
26+
No changes since 2.18.0
27+
2428
2.18.0 (26-Sep-2024)
2529

2630
#818: The implementation of the search process for the `JsonCreator` (often the primary constructor)

0 commit comments

Comments
 (0)