1. a378e61 Update all non-major dependencies (#12) by renovate[bot] · 1 year, 5 months ago
  2. 6616856 chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 (#13) by renovate[bot] · 1 year, 5 months ago
  3. 617af7e chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin to v3 (#14) by renovate[bot] · 1 year, 5 months ago
  4. 543aae6 chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v2.0.0-m3 (#6) by renovate[bot] · 1 year, 5 months ago
  5. 32823db chore(deps): update dependency com.uber.nullaway:nullaway to v0.10.5 (#5) by renovate[bot] · 1 year, 5 months ago
  6. 6dbc675 Fix typo in renovate.json (#10) by Matthias Andreas Benkard · 1 year, 5 months ago
  7. c4e3009 Point renovate.json at local>benkard/.github:renovate-config (#8) by Matthias Andreas Benkard · 1 year, 5 months ago
  8. fdc55a8 Add renovate.json (#4) by renovate[bot] · 1 year, 5 months ago
  9. 91dbd74 Remove Checker Framework; add NullAway, Picnic Error Prone Support. by Matthias Andreas Benkard · 1 year, 7 months ago
  10. eac6ed7 Bump version to 0.1.8-SNAPSHOT. by Matthias Andreas Benkard · 1 year, 7 months ago
  11. 5250458 Release 0.1.7. by Matthias Andreas Benkard · 1 year, 7 months ago v0.1.7
  12. e002237 Make annotation dependencies optional again. by Matthias Andreas Benkard · 1 year, 7 months ago
  13. 119011d POM: Update dependencies. by Matthias Andreas Benkard · 1 year, 8 months ago
  14. a20c6f2 Minor Javadoc fixes. by Matthias Andreas Benkard · 1 year, 8 months ago
  15. 12a2493 POM: Update dependencies and plugins. by Matthias Andreas Benkard · 2 years, 1 month ago
  16. 0239d32 Update Javadocs with @snippet blocks. by Matthias Andreas Benkard · 2 years, 1 month ago
  17. 789a7fe Bump version to 0.1.7-SNAPSHOT. by Matthias Andreas Benkard · 2 years, 2 months ago
  18. 833e8c8 Release 0.1.6. by Matthias Andreas Benkard · 2 years, 2 months ago v0.1.6
  19. f46e145 BOM: Add jgvariant-ostree. by Matthias Andreas Benkard · 2 years, 2 months ago
  20. 27d707f POM: Update Error Prone to 2.11.0. by Matthias Andreas Benkard · 2 years, 2 months ago
  21. 143a64b POM: Apply Flatten Maven Plugin. by Matthias Andreas Benkard · 2 years, 2 months ago
  22. 3a42de6 POM: Move Checker Framework dependencies to submodules. by Matthias Andreas Benkard · 2 years, 2 months ago
  23. e236b4d POM: Apply ${xz.version} as appropriate. by Matthias Andreas Benkard · 2 years, 2 months ago
  24. 9006e70 Ensure nullness correctness using Checker Framework. by Matthias Andreas Benkard · 2 years, 2 months ago
  25. 0ad6a55 Remove COPYING.GPL. by Matthias Andreas Benkard · 2 years, 3 months ago
  26. 1a61f0e Replace license files with FSF versions. by Matthias Andreas Benkard · 2 years, 3 months ago
  27. b5d657a Clarify licensing through REUSE annotations. by Matthias Andreas Benkard · 2 years, 3 months ago
  28. 33d9ffa Improve the readability of the OSTree repository documentation. by Matthias Andreas Benkard · 2 years, 4 months ago
  29. c7aa2b6 Document repository layout, add modified Base64 ByteString encoding. by Matthias Andreas Benkard · 2 years, 4 months ago
  30. e14bd1b Bump version to 0.1.6-SNAPSHOT. by Matthias Andreas Benkard · 2 years, 5 months ago
  31. 2db188d Release 0.1.5. by Matthias Andreas Benkard · 2 years, 5 months ago v0.1.5
  32. a8514a3 jgvariant-ostree: Handle non-canonical endianness in static deltas. by Matthias Andreas Benkard · 2 years, 5 months ago
  33. c981cde jvgariant-ostree: Correctly deserialize delta operations. by Matthias Andreas Benkard · 2 years, 5 months ago
  34. 50a626d jgvariant-ostree: DeltaPartPayload: Decompress LZMA if needed. by Matthias Andreas Benkard · 2 years, 5 months ago
  35. e74b800 jgvariant-ostree: DeltaPartPayload: Detect and handle compression byte. by Matthias Andreas Benkard · 2 years, 5 months ago
  36. 44df94e Add Decoder#ofPredicate, Decoder#contramap. by Matthias Andreas Benkard · 2 years, 5 months ago
  37. f96d0e3 Checksum: Convert 0-sized checksums to all-zeros checksums. by Matthias Andreas Benkard · 2 years, 5 months ago
  38. 0511464 Properly document jgvariant-ostree. by Matthias Andreas Benkard · 2 years, 5 months ago
  39. 19d4af8 Bump version to 0.1.5-SNAPSHOT. by Matthias Andreas Benkard · 2 years, 5 months ago
  40. 484fc94 Release 0.1.4. by Matthias Andreas Benkard · 2 years, 5 months ago v0.1.4
  41. a7e9d52 Fix tests, module names. by Matthias Andreas Benkard · 2 years, 5 months ago
  42. aa29484 README: Add module overview. by Matthias Andreas Benkard · 2 years, 5 months ago
  43. 329168c OSTree: Use dictionary types where appropriate. by Matthias Andreas Benkard · 2 years, 5 months ago
  44. d6a25d1 Decode dictionary entry arrays as dictionaries. by Matthias Andreas Benkard · 2 years, 5 months ago
  45. 9a6c8ed Add Decoder#ofDictionary. by Matthias Andreas Benkard · 2 years, 5 months ago
  46. cd924f6 Add Decoder#ofDictionaryEntry. by Matthias Andreas Benkard · 2 years, 5 months ago
  47. 6f993f7 Decoder: Convert anonymous inner class into named inner classes. by Matthias Andreas Benkard · 2 years, 5 months ago
  48. 4e8423d Add jgvariant-ostree module. by Matthias Andreas Benkard · 2 years, 5 months ago
  49. 796b19d POM: Split into -bom, -core, -parent, -bundle. by Matthias Andreas Benkard · 2 years, 5 months ago
  50. 8bbc9c1 Add installation instructions to module-info.java. by Matthias Andreas Benkard · 2 years, 5 months ago
  51. 3a58d83 README: Bump library version to 0.1.3. by Matthias Andreas Benkard · 2 years, 5 months ago
  52. 828cecb Bump version to 0.1.4-SNAPSHOT. by Matthias Andreas Benkard · 2 years, 5 months ago
  53. a48bc6d Release 0.1.3. by Matthias Andreas Benkard · 2 years, 5 months ago v0.1.3
  54. 4d29307 POM: Mark compile-time dependencies as non-optional. by Matthias Andreas Benkard · 2 years, 5 months ago
  55. 9ca2fc2 Bump version to 0.1.3-SNAPSHOT. by Matthias Andreas Benkard · 2 years, 5 months ago
  56. 4e534e3 Release 0.1.2. by Matthias Andreas Benkard · 2 years, 5 months ago v0.1.2
  57. a66b73d Javadoc: Fix Object[] references. by Matthias Andreas Benkard · 2 years, 5 months ago
  58. e86c740 Bump version to 0.1.2-SNAPSHOT. by Matthias Andreas Benkard · 2 years, 5 months ago
  59. 870a99c Release 0.1.1. by Matthias Andreas Benkard · 2 years, 5 months ago v0.1.1
  60. 3f13b66 Slightly improved Javadocs. by Matthias Andreas Benkard · 2 years, 5 months ago
  61. fe45858 README: Move the usage example above the installation instructions. by Matthias Andreas Benkard · 2 years, 5 months ago
  62. e5c63e7 Update README. by Matthias Andreas Benkard · 2 years, 5 months ago
  63. 6e1df9a Bump version to 0.1.1-SNAPSHOT. by Matthias Andreas Benkard · 2 years, 5 months ago
  64. 227fce4 POM: Add release management plugins. by Matthias Andreas Benkard · 2 years, 5 months ago
  65. 9705fe9 Release 0.1.0. by Matthias Andreas Benkard · 2 years, 5 months ago v0.1.0
  66. 8235756 .mvn/jvm.config: Add workarounds for NEXUS-27902. by Matthias Andreas Benkard · 2 years, 5 months ago
  67. 8643a27 POM: Add --add-opens flag to Surefire and Failsafe executions. by Matthias Andreas Benkard · 2 years, 5 months ago
  68. 25b7f90 Use API Guardian annotations. by Matthias Andreas Benkard · 2 years, 5 months ago
  69. 5803c9a Update dependencies. by Matthias Andreas Benkard · 2 years, 5 months ago
  70. b50fcd0 Improve Variant documentation. by Matthias Andreas Benkard · 2 years, 5 months ago
  71. 31c61e7 Add Signature and Variant types. by Matthias Andreas Benkard · 2 years, 5 months ago
  72. e5a5c75 Improve test coverage. by Matthias Andreas Benkard · 2 years, 5 months ago
  73. 55c3481 Remove Variant class, parse variants into Object. by Matthias Andreas Benkard · 2 years, 5 months ago
  74. 3443018 Decoder: Make anonymous classes into named inner classes. by Matthias Andreas Benkard · 2 years, 5 months ago
  75. 35f7a20 Simplify types, replace Value with Variant. by Matthias Andreas Benkard · 2 years, 5 months ago
  76. 4c32c39 Javadocs and README. by Matthias Andreas Benkard · 2 years, 5 months ago
  77. 261532a Basic decoding of GVariant values (except for Variant). by Matthias Andreas Benkard · 2 years, 5 months ago
  78. 45b0a93 Initial empty repository by Matthias Benkard · 2 years, 5 months ago