FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - Brixomatic/json-iterator-java · GitHub
Brixomatic
/
json-iterator-java
Public
forked from
noahra/java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
json-iterator-java
src
on
master
User selector
Datepicker
Commit history
Commits on Aug 16, 2022
opened module
Brix
committed
ada2ca9
View commit details
Copy full SHA for ada2ca9
View code at this point
Browse repository at this point
Merge pull request #1 from knecht/clearcache-patch-1
Show description for b5d0b46
Brixomatic
authored
b5d0b46
View commit details
Copy full SHA for b5d0b46
View code at this point
Browse repository at this point
fixed module-info using "requires static" for optional and test-only
Show description for 4fbcbb4
Brix
committed
4fbcbb4
View commit details
Copy full SHA for 4fbcbb4
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
revert transitive and open for more tests
Brix
committed
1652d87
View commit details
Copy full SHA for 1652d87
View code at this point
Browse repository at this point
transitive module Javassist not found
Brix
committed
6a90a5a
View commit details
Copy full SHA for 6a90a5a
View code at this point
Browse repository at this point
java.lang.module.FindException: Module com.fasterxml.jackson.databind
Show description for bdbd720
Brix
committed
bdbd720
View commit details
Copy full SHA for bdbd720
View code at this point
Browse repository at this point
Modularized, Java17, dependency-updates.
Brix
committed
dc3a7af
View commit details
Copy full SHA for dc3a7af
View code at this point
Browse repository at this point
Commits on Mar 6, 2022
test - add tests for getRecordCtor (#21)
xinmiao
authored and
yuxin-miao
committed
37a6755
View commit details
Copy full SHA for 37a6755
View code at this point
Browse repository at this point
clean - removed unsused imports (#19)
mxyns
committed
2d2ff04
View commit details
Copy full SHA for 2d2ff04
View code at this point
Browse repository at this point
clean - reemoved syso/sout (#19)
mxyns
committed
f921396
View commit details
Copy full SHA for f921396
View code at this point
Browse repository at this point
test - example of use of another constructor for record decoding (#16)
mxyns
committed
8dc32ff
View commit details
Copy full SHA for 8dc32ff
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
test - add tests for any wrap and stream (#15)
Show description for 4b7c1f0
lnsandnkth
committed
4b7c1f0
View commit details
Copy full SHA for 4b7c1f0
View code at this point
Browse repository at this point
feat - handle multiple record constructors by using canonical constructor by default (#12)
mxyns
committed
149b796
View commit details
Copy full SHA for 149b796
View code at this point
Browse repository at this point
feat - record support with canonical constructor (#5) (PR #13)
Show description for 077c4d5
yuxin-miao
and
mxyns
authored
077c4d5
View commit details
Copy full SHA for 077c4d5
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
test - fix added assertion (#3)
Show description for da40903
lnsandnkth
committed
da40903
View commit details
Copy full SHA for da40903
View code at this point
Browse repository at this point
test - add serialization test (#7)
Show description for 4766703
lnsandnkth
committed
4766703
View commit details
Copy full SHA for 4766703
View code at this point
Browse repository at this point
test - failing test for unsupported Record (#3)
mxyns
committed
fff39bd
View commit details
Copy full SHA for fff39bd
View code at this point
Browse repository at this point
feat - migrated maven project to java 16 (#1)
mxyns
committed
e598ce7
View commit details
Copy full SHA for e598ce7
View code at this point
Browse repository at this point
Commits on Jan 23, 2022
Fixed public api 'public static String serialize(boolean escapeUnicode, Type type, Object obj)' implementation. Fixes #289, #299.
svobol13
committed
6d01183
View commit details
Copy full SHA for 6d01183
View code at this point
Browse repository at this point
Fixed tilda encoding. See #299.
svobol13
committed
faf9cff
View commit details
Copy full SHA for faf9cff
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
Merge pull request #243 from svobol13/master
Show description for 9928ac5
svobol13
authored
9928ac5
View commit details
Copy full SHA for 9928ac5
View code at this point
Browse repository at this point
Commits on Apr 24, 2020
add JsoniterSpi.clearCaches
Show description for aa663e6
knecht
authored
aa663e6
View commit details
Copy full SHA for aa663e6
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
Fixed parsing zero when streaming is enabled.
svobol13
committed
ba73426
View commit details
Copy full SHA for ba73426
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Update Codegen.java
Show description for f7d0ea6
PRITI1999
authored
f7d0ea6
View commit details
Copy full SHA for f7d0ea6
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Fixed bug when reading string.
svobol13
committed
2a575f8
View commit details
Copy full SHA for 2a575f8
View code at this point
Browse repository at this point
Fixed typos.
svobol13
committed
9b3727c
View commit details
Copy full SHA for 9b3727c
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
Added debug logging.
svobol13
committed
27556d0
View commit details
Copy full SHA for 27556d0
View code at this point
Browse repository at this point
Commits on Jun 15, 2019
Fixed bug with incorrectly computed free buffer capacity.
svobol13
committed
442e48a
View commit details
Copy full SHA for 442e48a
View code at this point
Browse repository at this point
Implemented new mechanism how to automatically expand internal buffer size. This fixes bug #241 and #124 issues.
svobol13
committed
471ea9b
View commit details
Copy full SHA for 471ea9b
View code at this point
Browse repository at this point
Added failing test of loadMore function simulating malfunction mentioned in previous commit.
svobol13
committed
4504c2e
View commit details
Copy full SHA for 4504c2e
View code at this point
Browse repository at this point
Rewrote part of keepSkippedBytesThenRead function to get rid of duplicity and while keeping exactly same semantics.
svobol13
committed
d0b5fa8
View commit details
Copy full SHA for d0b5fa8
View code at this point
Browse repository at this point
Commits on Mar 12, 2019
Merge pull request #217 from Diffblue-benchmarks/add-diffblue-unit-tests
Show description for e48a7a1
taowen
authored
e48a7a1
View commit details
Copy full SHA for e48a7a1
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
just create string once
dongyifeng
committed
df6f71c
View commit details
Copy full SHA for df6f71c
View code at this point
Browse repository at this point
using Long.valueOf instead of casting double to long
dongyifeng
committed
7bed8ab
View commit details
Copy full SHA for 7bed8ab
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
Add unit tests for OmitValue.class
diffblue-assistant
committed
6e56d6d
View commit details
Copy full SHA for 6e56d6d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL