-
Notifications
You must be signed in to change notification settings - Fork 604
Pull requests: alibaba/fastjson2
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: Fix NPE when serializing Kotlin classes without kotlin-reflect on classpath
#7835
opened Aug 27, 2026 by
obabichevjb
Loading…
3 tasks done
fix: avoid unsafe grouped int writes on aarch64+jdk8
#7834
opened Aug 27, 2026 by
yangpeng366
•
Draft
fix: guard readFieldName lookahead against AIOOBE on trailing backslash
#7833
opened Aug 26, 2026 by
waterWang
Loading…
fix: guard exponent parsing against end-of-input in readNumber0
#7832
opened Aug 26, 2026 by
waterWang
Loading…
fix: add null guard for writeEnum and enumCapacity in JSONB.IO (#7806)
#7831
opened Aug 26, 2026 by
waterWang
Loading…
fix: guard against ArrayIndexOutOfBounds in skipComment for truncated comments
#7830
opened Aug 26, 2026 by
waterWang
Loading…
fix: guard against ArrayIndexOutOfBounds in char2 for non-hex \x escape digits
#7829
opened Aug 26, 2026 by
waterWang
Loading…
fix: guard against ArrayIndexOutOfBounds in readFieldName whitespace skip
#7827
opened Aug 26, 2026 by
waterWang
Loading…
fix: validate compact JSONB number continuations
#7822
opened Aug 24, 2026 by
DarrenChangJR
Loading…
fix: preserve negative zero in JSONB floating-point values
#7821
opened Aug 24, 2026 by
DarrenChangJR
Loading…
4 tasks done
fix: apply JSONReader context to SimpleDateFormat values
#7820
opened Aug 24, 2026 by
DarrenChangJR
Loading…
4 tasks done
fix: preserve canonical floating-point BigDecimal conversion
#7819
opened Aug 24, 2026 by
DarrenChangJR
Loading…
fix: adapt Fastjson1-compatible JSONPath results
#7818
opened Aug 24, 2026 by
DarrenChangJR
Loading…
fix: serialize ByteBuffer remaining view
#7817
opened Aug 24, 2026 by
DarrenChangJR
Loading…
4 tasks done
fix: preserve Locale scripts and extensions during parsing
#7816
opened Aug 24, 2026 by
DarrenChangJR
Loading…
4 tasks done
fix: initialize writable unwrapped map fields
#7815
opened Aug 24, 2026 by
DarrenChangJR
Loading…
4 tasks done
fix: route parameterized Collection types to the list reader
#7814
opened Aug 24, 2026 by
DarrenChangJR
Loading…
4 tasks done
fix: preserve narrow types for negative integer bounds
#7813
opened Aug 24, 2026 by
DarrenChangJR
Loading…
3 tasks done
fix: honor UseBigDecimal in fastjson1 compatibility reads
#7812
opened Aug 24, 2026 by
DarrenChangJR
Loading…
3 tasks done
fix: infer collection item type from add bridge
#7811
opened Aug 24, 2026 by
DarrenChangJR
Loading…
3 tasks done
fix: reserve closing bracket for double arrays
#7805
opened Aug 24, 2026 by
DarrenChangJR
Loading…
3 tasks done
fix: make numeric boolean coercion consistent
#7804
opened Aug 22, 2026 by
annoymous3
Loading…
3 tasks done
fix: make int overflow handling consistent across equivalent JSON numbers
#7802
opened Aug 22, 2026 by
annoymous3
Loading…
3 tasks done
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.