- 1f048a1 JOHNZON-436 JsonGenerator.write("foo", (String) null) creates wrong JSON by Mark Struberg · 27 hours ago master
- 8833227 JOHNZON-435 reuse toUnicode with caching by Mark Struberg · 28 hours ago
- 1052109 JOHNZON-435 remove old unused code by Mark Struberg · 29 hours ago
- 41b2e2a JOHNZON-435 improve writePrimitives by Mark Struberg · 29 hours ago
- f98c1b4 update h2 and cxf to newer bugfix releases by Mark Struberg · 34 hours ago
- ac9f8a6 JOHNZON-433 upgrade junit from 5.10 to 5.14.4 by Mark Struberg · 34 hours ago
- d5093f5 JOHNZON-433 update from apache parent 37 to 39 by Mark Struberg · 34 hours ago
- 33ebc66 JOHNZON-433 update assembly plugin from 3.4.2 to 3.8.0 by Mark Struberg · 34 hours ago
- 86bc6f2 Revert "Java record components should dictate written fields https://issues.apache.org/jira/browse/JOHNZON-432" by Mark Struberg · 36 hours ago
- dabdad5 Java record components should dictate written fields https://issues.apache.org/jira/browse/JOHNZON-432 by David Blevins · 2 weeks ago
- 4fd6075 add all the other method calls ot JsonNumberImpl by Mark Struberg · 10 days ago
- 08884bb adding more checks for numbers with huge exponents by Mark Struberg · 10 days ago
- 1b58078 Merge 2.1.0 releaese branch into 'master' of https://gitbox.apache.org/repos/asf/johnzon by Mark Struberg · 10 days ago
- 7ff9576 Merge pull request #141 from ArneLimburg/master by Mark Struberg · 3 weeks ago
- ebfd1d5 JOHNZON-431: Add detection of annotations at class level for constructor parameters by Arne Limburg · 4 weeks ago
- 300d585 Merge pull request #140 from rbowen/asf-link-policy by Mark Struberg · 8 weeks ago
- fad0fce fix: Add required ASF policy links to site footer by Rich Bowen · 10 weeks ago
- 5e6f6cf [maven-release-plugin] prepare for next development iteration by Mark Struberg · 3 months ago
- 9764dba [maven-release-plugin] prepare release v2.1.0 by Mark Struberg · 3 months ago v2.1.0
- c6600c7 version bump to Johnzon-2.1.0-SNAPSHOT by Mark Struberg · 3 months ago
- 5d46ecb JOHNZON-430 upgrade to latest spec apis by Mark Struberg · 3 months ago
- f4c8011 fix: enforce read/write symmetry by Jean-Louis Monteiro · 4 months ago
- 74dadbe JOHNZON-428 upgrade to apache-parent-37 by Mark Struberg · 3 months ago
- c7fd2db Merge pull request #134 from jeanouii/fix/big-decimal-integer-swapped-and-consistency by Jean-Louis Monteiro · 4 months ago
- 9f11b4b Invert default for BigX string adapters and introduce a system property by Jean-Louis Monteiro · 4 months ago
- df9724d fix(JOHNZON-426): BigInteger/BigDecimal string adapter flags swapped by Jean-Louis Monteiro · 4 months ago
- 5612282 JOHNZON-421 remove now unused functionality by Mark Struberg · 5 months ago
- 8b9fb0e JOHNZON-424 JohnzonJsonb toJson(Object, Type, OutputStream) crashes for primitive arrays. by Mark Struberg · 5 months ago
- c3a01ef JOHNZON-425 support for boolean[] is missing by Mark Struberg · 5 months ago
- c94db5e JOHNZON-421 Defer start of object/array by Mark Struberg · 5 months ago
- d536371 JOHNZON-422 MapperConverterExceptionsTest fails on Windodws due to wrong line break by Mark Struberg · 5 months ago
- b4c953e JOHNZON-421 JsonbSerializer crashes when using primitives by Mark Struberg · 5 months ago
- 434f562 update to apache-parent-35 by Mark Struberg · 8 months ago
- 31b832f JOHNZON-420 use JsonBAdapter when converting back from array by Mark Struberg · 8 months ago
- f6664f8 Merge pull request #131 from dblevins/annotation-symmetry by Jean-Louis Monteiro · 8 months ago
- ae36bf7 feat(#419): filter out static methods from records by Jean-Louis Monteiro · 1 year, 1 month ago
- a030a3e Revert "feat(#419): filter out static methods from records" by Jean-Louis Monteiro · 1 year, 1 month ago
- 1cff66f feat(#419): filter out static methods from records by Jean-Louis Monteiro · 1 year, 1 month ago
- a82cdca fix: update apache parent pom by Jean-Louis Monteiro · 1 year, 1 month ago
- 41831f4 fix: update pom versions which wasn't done after previous release by Jean-Louis Monteiro · 1 year, 1 month ago
- e91eff0 Checkstyle by David Blevins · 1 year, 2 months ago
- 8cd01e4 Add Scenarios, adjust comments by David Blevins · 1 year, 2 months ago
- d8a2169 Behavior differs from equivalent Adapter test by David Blevins · 1 year, 2 months ago
- 99f1ab9 Behavior differs from equivalent Adapter test by David Blevins · 1 year, 2 months ago
- 88c0bd1 Behavior differs from equivalent Adapter test by David Blevins · 1 year, 2 months ago
- ab90d7b Behavior differs from equivalent Adapter test by David Blevins · 1 year, 2 months ago
- 1f9335d Behavior differs from equivalent Adapter test by David Blevins · 1 year, 2 months ago
- 2d9f1ef Adjusted Serializer/Deserializer Symmetry tests by David Blevins · 1 year, 2 months ago
- 0cb7333 Base Serializer/Deserializer Symmetry tests by David Blevins · 1 year, 2 months ago
- c738270 Adjusted Adapter Symmetry tests, some new failures by David Blevins · 1 year, 3 months ago
- 0b37c9b Base Map Adapter Symmetry tests by David Blevins · 1 year, 3 months ago
- 800ba5c Adjusted Array Adapter Symmetry tests. Some new failures. by David Blevins · 1 year, 3 months ago
- b8b0dc1 Initial setup for Array versions of Adapter Symmetry tests by David Blevins · 1 year, 3 months ago
- fa95080 Move to string subpackage by David Blevins · 1 year, 3 months ago
- 96987ee Checkstyle by David Blevins · 1 year, 3 months ago
- f9aaa3f Fill out scenarios by David Blevins · 1 year, 3 months ago
- 908f5f4 Adapter on Config, Class and Constructor, has a Getter and Setter by David Blevins · 1 year, 3 months ago
- 1b395bf Adapter on Config, Class and Constructor, has a Getter and Final Field by David Blevins · 1 year, 3 months ago
- 6080b90 Adapter on Field, Config, Class and Constructor, has a Getter and Final Field by David Blevins · 1 year, 3 months ago
- d2aaa7e Adapter on Field, Config, Class and Constructor, has a Getter and Setter by David Blevins · 1 year, 3 months ago
- b5d4340 Adapter on Field, Setter, Config, Class and Constructor, has a Getter by David Blevins · 1 year, 3 months ago
- 753da89 Adapter on Field, Getter, Config, Class and Constructor, has a Setter by David Blevins · 1 year, 3 months ago
- 5284dea Make explicit Getter and Setter adapters by David Blevins · 1 year, 3 months ago
- f72e2af Adapter on Field, Getter, Setter, Config, Class and Constructor by David Blevins · 1 year, 3 months ago
- d9e17c5 Testing symmetry of read/write in Adapter processing by David Blevins · 1 year, 3 months ago
- e75e87e Merge pull request #130 from dblevins/jsonbcreator-adater-nullvalue by Markus Jung · 1 year, 3 months ago
- 0f031c7 Tolerate null @JsonbCreator values when adapters are used by David Blevins · 1 year, 3 months ago
- a94c3d0 JOHNZON-412 - Default mapping for java.util.UUID by Markus Jung · 1 year, 4 months ago
- efcb002 JOHNZON-411 Remove Google Analytics from the Johnzon Website (#129) by Niall Pemberton · 1 year, 6 months ago
- 3a466e0 disable persisted credentials in gh-action by Markus Jung · 1 year, 7 months ago
- 335f5bd update to apache-parent 33 by Mark Struberg · 1 year, 9 months ago
- 8672c44 pin down the Locale to en_US as the TCK tests are broken by Mark Struberg · 1 year, 9 months ago
- f9765d6 [JOHNZON-410] fix download links for KEYS/hashes/sigs by Markus Jung · 1 year, 11 months ago
- 841ebb3 [JOHNZON-409] DateConverter: replace DateFormat with DateTimeFormatter by Markus Jung · 1 year, 11 months ago
- 06caf92 [JOHNZON-407] fix NPE in JsonArrayBuilderImpl by Markus Jung · 2 years ago
- 89492c9 [JOHNZON-404] don't rely on jdk internals for BoundedOutputStreamWriter (#128) by Markus Jung · 2 years, 1 month ago
- a06cb56 change scm to asf gitbox by Markus Jung · 2 years, 1 month ago
- 8f22160 [JOHNZON-406] add API jars to bin distribution by Markus Jung · 2 years, 1 month ago
- d5665b9 Integrate TCK test execution in jsonb/core modules (#125) by Markus Jung · 2 years, 3 months ago
- 5db4b28 reduce enum array allocation (#127) by sullis · 2 years, 3 months ago
- cd3aafc Bump org.apache.tomcat:tomcat-websocket in /johnzon-websocket (#126) by dependabot[bot] · 2 years, 3 months ago
- 9ea3c93 fix version in tck modules after release by Markus Jung · 2 years, 4 months ago
- 21f3165 johnzon 2.0.1 released by Markus Jung · 2 years, 4 months ago
- d8f1ea6 Merge branch 'johnzon-2.0.1-release' by Markus Jung · 2 years, 4 months ago
- 856e3b2 Add jungm code signing key by Markus Jung · 2 years, 4 months ago
- 9b4e43b [maven-release-plugin] prepare for next development iteration by Markus Jung · 2 years, 4 months ago
- 69d8185 [maven-release-plugin] prepare release v2.0.1 by Markus Jung · 2 years, 4 months ago v2.0.1
- baa4f3d Guard Mapper.write against null writer (#123) by Heewon Lee · 2 years, 4 months ago
- 3f600cf Bump org.apache.maven:maven-core in /johnzon-maven-plugin (#124) by dependabot[bot] · 2 years, 4 months ago
- eb2362a Bump h2 from 2.1.214 to 2.2.220 in /johnzon-mapper (#108) by dependabot[bot] · 2 years, 4 months ago
- 86acf0f upgrade Felix maven-bundle-plugin (#114) by Hervé Boutemy · 2 years, 4 months ago
- e41f969 ensure all buffers get released again in JsonStreamParserImpl by Markus Jung · 2 years, 5 months ago
- 5677e42 fix site generation on newer java/maven versions by Markus Jung · 2 years, 6 months ago
- c7afc7b [JOHNZON-403] improved long string perfomance (#121) by Markus Jung · 2 years, 6 months ago
- 9cafc42 set compiler source/release version as well to fix PMD report by Markus Jung · 2 years, 6 months ago
- 2d322e1 Bump actions/checkout and actions/setup-java to v4 by Markus Jung · 2 years, 6 months ago
- 86dfce1 Merge pull request #112 from jungm/jdk-21 by Markus Jung · 2 years, 6 months ago
- b4e8e76 update committers by Markus Jung · 2 years, 6 months ago
- 93430a2 Merge pull request #113 from jungm/site-updates by Jean-Louis Monteiro · 2 years, 6 months ago
- b377d51 Merge pull request #119 from jungm/versionbump-tck-modules by Jean-Louis Monteiro · 2 years, 6 months ago