- ba42fac Merge pull request #709 from KyleAure/673-additional-testing by James R. Perkins · 5 weeks ago main
- 8233373 Merge pull request #690 from jamezp/serialization-fix by James R. Perkins · 5 weeks ago
- 43e7a63 doc: document new tests and maintain Java 11 compatibility (for now) by Kyle Aure · 5 weeks ago
- 1694726 Merge pull request #694 from redmitry/master by Kyle Aure · 5 weeks ago
- ca6cd32 Merge pull request #705 from KyleAure/rename-branch by James R. Perkins · 3 months ago
- 96495da fix: broken badge link by Kyle Aure · 3 months ago
- 57ae7d0 fix: update to main branch by Kyle Aure · 3 months ago
- fdebec9 Merge pull request #704 from KyleAure/project-update by James R. Perkins · 3 months ago
- 59799b5 fix: staging requires nexus property by Kyle Aure · 3 months ago
- 4151774 Merge pull request #701 from eclipse-ee4j/dependabot/github_actions/actions/setup-java-5.2.0 by Kyle Aure · 3 months ago
- f2b8909 Merge pull request #702 from eclipse-ee4j/dependabot/github_actions/actions/checkout-6.0.2 by Kyle Aure · 3 months ago
- d93ee2e Bump actions/checkout from 6.0.1 to 6.0.2 by dependabot[bot] · 3 months ago
- 3ccd447 Bump actions/setup-java from 5.1.0 to 5.2.0 by dependabot[bot] · 3 months ago
- 45e3901 Merge pull request #692 from KyleAure/github-actions-security-updates by Kyle Aure · 3 months ago
- e0b46fe security: update github actions and keep updated by Kyle Aure · 6 months ago
- 3711af5 Merge pull request #686 from jamezp/issue685 by James R. Perkins · 3 months ago
- 7448236 Merge pull request #691 from KyleAure/681-generic-records by James R. Perkins · 3 months ago
- 1ce9680 Merge pull request #696 from jamezp/issue695-date-format by James R. Perkins · 3 months ago
- 769434e Merge pull request #699 from KyleAure/679-update-snapshot-version by James R. Perkins · 3 months ago
- 676e955 dependency: update parent pom by Kyle Aure · 3 months ago
- 5b98e04 fix: stop using staging by Kyle Aure · 3 months ago
- 7d4201b fix: main snapshot version by Kyle Aure · 3 months ago
- 9143aa0 Update src/main/java/org/eclipse/yasson/internal/deserializer/types/DateDeserializer.java by James R. Perkins · 3 months ago
- d096f30 Update src/main/java/org/eclipse/yasson/internal/deserializer/types/DateDeserializer.java by James R. Perkins · 3 months ago
- ad5720c [695] Fix date deserialization for date-only patterns by James R. Perkins · 4 months ago
- 944ee55 assert deserialization results by redmitry · 5 months ago
- 3d192d0 issue-673 fix by redmitry · 5 months ago
- 2ba1193 recreate: #681 by Kyle Aure · 6 months ago
- 2aa1af5 [689] Fix annotation-based serializers for Object-typed properties by James R. Perkins · 6 months ago
- 2439bca [685] Fix the issue when deserializing a Map which has a wildcard value. Added tests for wildcards on map keys and values, lists and optional. by James R. Perkins · 7 months ago
- 0804c14 [685] Ensure the value type of a container being deserialized uses the value types class model for custom deserialization. Do the same for serialization. by James R. Perkins · 8 months ago
- 40c0444 Checkstyle fixes (#678) by David Král · 11 months ago
- d60c869 [663] Yasson 3.0.3 - Serialization of a Map fails if the key is of a type implemented as SupportedMapKey and using a csutom Serializer (#664) by Joerg Baesner · 11 months ago
- abde7ec [670] Do not recursively check the upper bound type if it matches the original type to avoid a StackOverflowError. by James R. Perkins · 11 months ago
- a2cfd89 Fix links in README.md by Jérémie Bresson · 1 year, 3 months ago
- 5d6af1a Use the copyright profile instead of invoking the plugin. by James R. Perkins · 1 year, 4 months ago
- b448d4d Do not attempt to validate the copyright date. by James R. Perkins · 1 year, 4 months ago
- 1428380 [599] Add better support for resolution of wildcard types. by James R. Perkins · 1 year, 4 months ago
- 9e9f43f Do not close passed-in Writer (#604) by Leonid Malikov · 1 year, 4 months ago
- 14e68b6 JDK 11 compile target reverted (#645) by David Král · 1 year, 11 months ago
- 5fcac65 Integrate parsson 1.1.7 (#644) by Lukas Jungmann · 2 years ago
- 7230b7f New release preparation (#643) by David Král · 2 years, 1 month ago
- 2f0ad11 setup-java v4 by sullis · 2 years, 3 months ago
- db56a3b Eliminate Stream in #wrapInCommonSet by Philippe Marschall · 3 years ago
- ef9ee09 Technical merge of released branch 3.0.3-RELEASE by David Král · 2 years, 8 months ago
- a3d0e6a Copyright update (#623) by David Král · 2 years, 8 months ago
- cef3636 copyright update by David Kral · 2 years, 8 months ago 3.0.3-RELEASE
- f371eb5 Support retrieving lower bound from TypeVariable in Collection attribute (#580) by amoscatelli · 2 years, 10 months ago
- 6e5b0b1 Prepare next development cycle for 3.0.4-SNAPSHOT by Eclipse Yasson Bot · 3 years, 2 months ago
- 6ad7385 Prepare release org.eclipse:yasson:3.0.3-RELEASE by Eclipse Yasson Bot · 3 years, 2 months ago 3.0.3
- 16badee Close Parsers and Generators by Philippe Marschall · 3 years, 6 months ago
- f3cbb35 Fixed #589 (by adding skipObject() and skipArray() methods) (#590) by Leonid · 3 years, 3 months ago
- a5b6943 Copyright fixes (#593) by David Král · 3 years, 4 months ago
- 66bef09 @JsonbCreator uses PropertyNamingStrategy. (#584) by Benjamin Marwell · 3 years, 4 months ago
- 3a5b85a User defined deserializer/serializer in collection (#588) by David Král · 3 years, 5 months ago
- 6e7ec79 Merge pull request #578 from eclipse-ee4j/3.0.2-RELEASE by David Král · 3 years, 9 months ago
- 3a970c2 Prepare next development cycle for 3.0.3-SNAPSHOT by Eclipse Yasson Bot · 3 years, 9 months ago
- 719cd41 Prepare release org.eclipse:yasson:3.0.2-RELEASE by Eclipse Yasson Bot · 3 years, 9 months ago 3.0.2
- 9d6aad9 Null in Optional type fields should not fail (#576) by David Král · 3 years, 10 months ago
- 325cf97 JsonValue.NULL is no longer returned to nonJsonValue values (#574) by David Král · 3 years, 10 months ago
- a7fb7a4 @JsonbTransient does not work on abstract classes #454 (#572) by jbescos · 3 years, 10 months ago
- 5fb9f86 Value access calls toString() on failure, potentially leading to infinite recursion #456 (#570) by jbescos · 3 years, 10 months ago
- b65fb10 Merge pull request #568 from eclipse-ee4j/3.0.1-RELEASE by David Král · 3 years, 11 months ago
- f45b42f Merge branch 'master' into 3.0.1-RELEASE by David Král · 3 years, 11 months ago
- b67d22b Merge pull request #567 from eclipse-ee4j/3.0.0-RELEASE by David Král · 3 years, 11 months ago
- a8217fc Prepare next development cycle for 3.0.2-SNAPSHOT by Eclipse Yasson Bot · 3 years, 11 months ago
- 39b667a Prepare release org.eclipse:yasson:3.0.1-RELEASE by Eclipse Yasson Bot · 3 years, 11 months ago 3.0.1
- c09137e Type information related exception texts corrected (#566) by David Král · 3 years, 11 months ago
- 9e2e958 Dependency versions updated (#565) by David Král · 3 years, 11 months ago
- c1da842 Object and array values skip if property is missing (#564) by David Král · 3 years, 11 months ago
- df026bd Incorrect user generator position checking fixed (#562) by David Král · 4 years ago
- 4186439 Prepare next development cycle for 3.0.1-SNAPSHOT by Eclipse Yasson Bot · 4 years ago
- 0686c29 Prepare release org.eclipse:yasson:3.0.0-RELEASE by Eclipse Yasson Bot · 4 years ago 3.0.0
- 7677844 Only consider provided runtimeType for root serialization context (#560) by Patrik Duditš · 4 years, 1 month ago
- 52abc48 JsonbConfigProperties missing doPrivileged when accessing system properties (#558) by Nathan Rauh · 4 years, 1 month ago
- a6795d5 Merge pull request #554 from eclipse-ee4j/3.0.0-RC2-RELEASE by David Král · 4 years, 2 months ago
- 5249c6f Merge pull request #553 from eclipse-ee4j/3.0.0-RC1-RELEASE by David Král · 4 years, 2 months ago
- b341dbc Prepare next development cycle for 3.0.0-SNAPSHOT by Eclipse Yasson Bot · 4 years, 2 months ago 3.0.0-RC2-RELEASE
- 375eaca Prepare release org.eclipse:yasson:3.0.0-RC2-RELEASE by Eclipse Yasson Bot · 4 years, 2 months ago 3.0.0-RC2
- 0d907eb Code cleanup and dependency version bump (#551) by David Král · 4 years, 2 months ago
- 58b2d1e Records should not use default constructor if available (#552) by David Král · 4 years, 2 months ago
- 5bc927b Date in millis handled as a number (#550) by David Král · 4 years, 2 months ago
- 0f76d01 Remove log noise (#548) by dansiviter · 4 years, 2 months ago
- 1fc8c1e Polymorphic information lost on instances with defined polymorphic configuration (#546) by David Král · 4 years, 2 months ago
- 92e3c29 Prepare next development cycle for 3.0.0-SNAPSHOT by Eclipse Yasson Bot · 4 years, 4 months ago 3.0.0-RC1-RELEASE
- f66beb0 Prepare release org.eclipse:yasson:3.0.0-RC1-RELEASE by Eclipse Yasson Bot · 4 years, 4 months ago 3.0.0-RC1
- 37e2400 signature test migration. (#523) by Gurunandan Rao · 4 years, 4 months ago
- 423ed93 JSONB tck re-enabled (#538) by David Král · 4 years, 4 months ago
- b74033d Yasson deserialization and serialization rework (#537) by David Král · 4 years, 4 months ago
- e7ff427 Merge pull request #534 from eclipse-ee4j/2.0.4-RELEASE by David Král · 4 years, 5 months ago
- 11202bc Prepare next development cycle for 2.0.5-SNAPSHOT by Eclipse Yasson Bot · 4 years, 5 months ago 2.0.4-RELEASE
- 038020e Prepare release org.eclipse:yasson:2.0.4-RELEASE by Eclipse Yasson Bot · 4 years, 5 months ago 2.0.4
- 72d5c28 Minor changes to github actions (#532) by David Král · 4 years, 5 months ago
- 2d49850 Record processing fixed (#530) by David Král · 4 years, 5 months ago
- 6eaa09a technical merge of the 2.0.3 branch after the 2.0.3 release (#525) by Maxim Nesen · 4 years, 7 months ago
- dd42d0a Issue #500: Serialization of a Map fails if the key uses a custom Serializer (#501) by rmartinc · 4 years, 7 months ago
- 7a5b15a Support for records (#499) by David Král · 4 years, 7 months ago
- de96336 readme typo fixed (#519) by David Král · 4 years, 7 months ago
- 3c4e2ec Fail with multiple levels of generics (#503) by David Král · 4 years, 8 months ago
- 67fb4d2 Java version in github-actions increased (#518) by David Král · 4 years, 8 months ago