-
-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy pathVERSION
More file actions
55 lines (37 loc) · 1.57 KB
/
VERSION
File metadata and controls
55 lines (37 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Project: jackson-module-kotlin
Versions: 3.x (for earlier see VERSION-2.x)
Module that adds support for Kotlin-specific data types, constructs.
Active Maintainers:
* WrongWrong (@k163377) (since 2.15)
Co-maintainers:
* Tatu Saloranta (@cowtowncoder) -- at-large Jackson Author, helps from time to time
Former maintainers:
* Dmitry Spikhalskiy (@Spikhalskiy)
* Drew Stephens (@dinomite)
* Jayson Minard (@apatrida) -- original Module Author
* Vyacheslav Artemyev (@viartemev)
------------------------------------------------------------------------
=== Releases ===
------------------------------------------------------------------------
3.2.0 (not yet released)
#1113: The deprecated `NewStrictNullChecks` option has been removed and unified under the `StrictNullChecks` option.
3.1.2 (11-Apr-2026)
3.1.1 (27-Mar-2026)
No changes since 3.1.0
3.1.0 (23-Feb-2026)
#1077: Increase deprecation level of NewStrictNullChecks due to version upgrade
(@k163377)
3.0.4 (21-Jan-2026)
3.0.3 (28-Nov-2025)
3.0.2 (07-Nov-2025)
3.0.1 (21-Oct-2025)
No changes since 3.0.0
3.0.0 (03-Oct-2025)
#952: The `isRequired` result from `kotlin-module` no longer overrides the result from
`JacksonAnnotationIntrospector` or other `AnnotationIntrospector`s.
Tests have confirmed that `@JsonProperty(required = true)` for nullable parameters has been
changed to be determined as `required`.
#887: Change 3.0 to use `module-info.java` directly [JSTEP-11]
#936: `StrictNullChecks` and `SingletonSupport` are now enabled by default
- Minimum Java baseline: Java 17
- Branch rename "master" -> "3.x" [JSTEP-12]