1. 7612bc2 [JOHNZON-318] ensure List<Object> and List<JsonValue> works even when not integers by Romain Manni-Bucau · 4 years ago
  2. 0b8c0d1 [JOHNZON-317] lazy lookup of implicit converters by Romain Manni-Bucau · 4 years ago
  3. 816965f 1.2.8 download links by Romain Manni-Bucau · 4 years ago
  4. 60cbb05 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years ago
  5. 88bdd12 [maven-release-plugin] prepare release v1.2.8 by Romain Manni-Bucau · 4 years ago v1.2.8
  6. c1860cf [JOHNZON-316] ensure parameterized type use their own instance as key cache in mappins and not just the raw type by Romain Manni-Bucau · 4 years ago
  7. 5ceca45 1.2.7 release links by Romain Manni-Bucau · 4 years ago
  8. 9267e3f JOHNZON-315 avoid infinite loop when getPackage is not available by Romain Manni-Bucau · 4 years ago
  9. a82526c JOHNZON-315 skip Package.getPackage if it does not work by Romain Manni-Bucau · 4 years ago
  10. a1ab290 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years ago
  11. 72ee48f [maven-release-plugin] prepare release v1.2.7 by Romain Manni-Bucau · 4 years ago v1.2.7
  12. 1279c45 revert version to reroll the release by Romain Manni-Bucau · 4 years ago
  13. f7343ba [JOHNZON-314] ensure @JohnzonAny on a field does not duplicate explicit bindings by Romain Manni-Bucau · 4 years ago
  14. 9bff657 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years, 1 month ago
  15. e5cb139 [maven-release-plugin] prepare release v1.2.7 by Romain Manni-Bucau · 4 years, 1 month ago
  16. 43eff6c JOHNZON-314 support @JohnzonAny on a field by Romain Manni-Bucau · 4 years, 1 month ago
  17. 51050c4 [JOHNZON-313] implement json-logic based on JSON-P by Romain Manni-Bucau · 4 years, 1 month ago
  18. 7c55144 1.2.6 download links by Romain Manni-Bucau · 4 years, 1 month ago
  19. 4add037 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years, 1 month ago
  20. 4e0e79a [maven-release-plugin] prepare release v1.2.6 by Romain Manni-Bucau · 4 years, 1 month ago v1.2.6
  21. f50e448 removing useless check by Romain Manni-Bucau · 4 years, 1 month ago
  22. 826ca4f JOHNZON-312 JsonPointer patch process shouldnt check subobjects/arrays not matching the pointer by Romain Manni-Bucau · 4 years, 1 month ago
  23. cdeb95d 1.2.5 download links by Romain Manni-Bucau · 4 years, 1 month ago
  24. 3c8f99c try to force tomee to use central by Romain Manni-Bucau · 4 years, 2 months ago
  25. 9a195c4 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years, 2 months ago
  26. 5c925fa [maven-release-plugin] prepare release v1.2.5 by Romain Manni-Bucau · 4 years, 2 months ago v1.2.5
  27. cd48263 dropping staging repo (which does not exist anymore) by Romain Manni-Bucau · 4 years, 2 months ago
  28. 5907a5a upgrading tomee to drop some workaround in tests and try to make jenkins happy by Romain Manni-Bucau · 4 years, 2 months ago
  29. 1f5a415 JOHNZON-310 jakarta artifacts by Romain Manni-Bucau · 4 years, 2 months ago
  30. 34a8607 JOHNZON-304 Json.createDiff does not handle properly arrays overflow (more elements in target than source) + minor toString/cache values enhancements (useful for debug purposes) by Romain Manni-Bucau · 4 years, 2 months ago
  31. 31ec100 1.2.4 download update by Romain Manni-Bucau · 4 years, 3 months ago
  32. 61616b6 adding my key by Romain Manni-Bucau · 4 years, 3 months ago
  33. ef9fc08 JOHNZON-309 more tolerance of adapters (string) by Romain Manni-Bucau · 4 years, 3 months ago
  34. 10f6afa [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years, 3 months ago
  35. 413b025 [maven-release-plugin] prepare release v1.2.4 by Romain Manni-Bucau · 4 years, 3 months ago v1.2.4
  36. 7b19841 ensure '-' token is used for pointer.remove and not skipped due to number pattern check by Romain Manni-Bucau · 4 years, 3 months ago
  37. 8f32359 Fixed faulty comment in test. by Markus Paeschke · 4 years, 3 months ago
  38. 2511bab Added possibility to use minus as array index for the remove operation. by Markus Paeschke · 4 years, 3 months ago
  39. 695a887 JOHNZON-306 more details on which field/method failed to bind by Romain Manni-Bucau · 4 years, 3 months ago
  40. a4e9a87 JOHNZON-303 a class with some generic should be able to map a container (list/map) using this generic by Romain Manni-Bucau · 4 years, 3 months ago
  41. 165fb6c JOHNZON-302 enable from/to parser/generator in jsonb impl by Romain Manni-Bucau · 4 years, 4 months ago
  42. 80d6328 avoid uninitialized MapperBuilder for pojo<->JsonValue mapping by Romain Manni-Bucau · 4 years, 4 months ago
  43. 5325f9f avoid uninitialized MapperBuilder for pojo<->JsonValue mapping by Romain Manni-Bucau · 4 years, 4 months ago
  44. a47493c updating download.md by Romain Manni-Bucau · 4 years, 5 months ago
  45. a126a62 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years, 5 months ago
  46. bad862a [maven-release-plugin] prepare release v1.2.3 by Romain Manni-Bucau · 4 years, 5 months ago v1.2.3
  47. 813c6a4 revert to ignore JavaCDI and JavaJAXRS contract since karaf does not tolerate the effective:=active by Romain Manni-Bucau · 4 years, 5 months ago
  48. 0455baa JOHNZON-301 make JAX-RS, CDI contracts optional by Raymond Augé · 4 years, 5 months ago
  49. 413c673 JOHNZON-301 avoid cdi and jaxrs to be requirements of jsonb modules by Romain Manni-Bucau · 4 years, 5 months ago
  50. b59ba48 adding a comment in jsonb module to not forget to refine OSGI requirements by Romain Manni-Bucau · 4 years, 5 months ago
  51. 916c703 JOHNZON-301 fixing typo in OSGi optional metadata for jsonb module by Romain Manni-Bucau · 4 years, 5 months ago
  52. 07aa1bb JOHNZON-301 making jaxrs optional for jsonb module (OSGi) by Romain Manni-Bucau · 4 years, 5 months ago
  53. 2e24d5a better record support (after jdk14 validation) by Romain Manni-Bucau · 4 years, 6 months ago
  54. c3a49a5 JOHNZON-300 base to support java 14 records by Romain Manni-Bucau · 4 years, 6 months ago
  55. e98134b JOHNZON-299 jsonb MessageBodyReader/Writer provider excludes jsonp by Raymond Augé · 4 years, 6 months ago
  56. 32c9625 JOHNZON-295 Only set JsonbJaxrsProvider configuration when non-default values are set by Raymond Augé · 4 years, 6 months ago
  57. b510087 JOHNZON-296 use more specific pid for configuration by Raymond Augé · 4 years, 6 months ago
  58. bec9120 JOHNZON-189 Add support for JAX RS Whiteboard by Raymond Auge · 6 years ago
  59. 07028a6 updating download page with new release by Romain Manni-Bucau · 4 years, 7 months ago
  60. fdefc0d [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years, 7 months ago
  61. 292f57d [maven-release-plugin] prepare release v1.2.2 by Romain Manni-Bucau · 4 years, 7 months ago v1.2.2
  62. 57c3b0f JOHNZON-292 accept Enum subclasses as enums by Romain Manni-Bucau · 4 years, 8 months ago
  63. 99dc912 JOHNZON-291 ensure we enforce maven 3.3 and java 1.8 to build by Romain Manni-Bucau · 4 years, 8 months ago
  64. 920af22 no functional change, just extracting the JohnzonJsonb instantiation (+cdi tracking) in a dedicated method to be able to easily drop it with graalvm like tools (or asm rewriting code) by Romain Manni-Bucau · 4 years, 8 months ago
  65. daba4ef JOHNZON-290 configuration of jaxrs provider for polymorphic config by Romain Manni-Bucau · 4 years, 8 months ago
  66. 56cd895 JOHNZON-290 PolumorphicConfig support by Romain Manni-Bucau · 4 years, 8 months ago
  67. ecdc643 JOHNZON-287 JOHNZON-288 JOHNZON-289 add supportPrivateAccess for jsonbcreator in jsonbaccessmode + cleanup CDI property support by Romain Manni-Bucau · 4 years, 8 months ago
  68. 2eac2d5 JOHNZON-286 Making DefaultPropertyVisibilityStrategy non-public by Markus KARG · 4 years, 8 months ago
  69. c3aac1f updating download links by Romain Manni-Bucau · 4 years, 9 months ago
  70. d721074 JOHNZON-285 enable to support a fastpath for a reader implementing Supplier<JsonObject> and a writer implementing a Consumer<JsonValue> by Romain Manni-Bucau · 4 years, 9 months ago
  71. 9785530 Add a settings file for jenkins by Jean-Louis Monteiro · 4 years, 9 months ago
  72. 647e86d Merge branch 'master' of https://gitbox.apache.org/repos/asf/johnzon by Jean-Louis Monteiro · 4 years, 9 months ago
  73. 6606797 NOTICE year fix by Romain Manni-Bucau · 4 years, 9 months ago
  74. dc61daa fixing header of GenericAdapterTest by Romain Manni-Bucau · 4 years, 9 months ago
  75. 7bfe79d [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 4 years, 9 months ago
  76. ae409fb [maven-release-plugin] prepare release v1.2.1 by Romain Manni-Bucau · 4 years, 9 months ago v1.2.1
  77. 87514db using jsonp jar release by Romain Manni-Bucau · 4 years, 9 months ago
  78. a3b6f44 JOHNZON-281 ensure NoContentException can be thrown when an empty incoming stream arrives in JsonbJaxrsProvider and JsrProvider by Romain Manni-Bucau · 4 years, 9 months ago
  79. e8d79d2 adding NothingToRead exception by Romain Manni-Bucau · 4 years, 9 months ago
  80. fee2958 JOHNZON-284 respect user charset when provided by Romain Manni-Bucau · 4 years, 9 months ago
  81. 29ff8a3 JOHNZON-283 JsrProvider is needed by Romain Manni-Bucau · 4 years, 9 months ago
  82. 121456a JOHNZON-283 remove @Provider from redundant impls in jaxrs module by Romain Manni-Bucau · 4 years, 9 months ago
  83. b18c183 JOHNZON-282 harnessing ParameterizedType usage for library handling of readers by Romain Manni-Bucau · 4 years, 9 months ago
  84. 605e775 JOHNZON-282: add support for @JsonbTypeAdapter at class level (#53) by Arne Limburg · 4 years, 9 months ago
  85. f4fc305 JOHNZON-272 Fails to build Maven Plugin - Alternative Solution by Markus KARG · 4 years, 9 months ago
  86. 5baf99a download page update with 1.2.0 by Romain Manni-Bucau · 4 years, 9 months ago
  87. 0073b65 ensure master is ready for next version since 1.2.0 vote is done by Romain Manni-Bucau · 4 years, 9 months ago
  88. d99eb3f JOHNZON-279 updating travis now oracle jdk is not more there by Romain Manni-Bucau · 4 years, 9 months ago
  89. 4540801 JOHNZON-272 Fails to build Johnzon :: Maven Plugin by Markus KARG · 4 years, 9 months ago
  90. 50a64d5 Enhancement [JOHNZON-278] Return constant instead of new instance of empty block / empty array by Markus KARG · 4 years, 9 months ago
  91. d6723b7 Enabled test as it seems to run well. by Markus KARG · 4 years, 9 months ago
  92. 589fb9e Fixed [JOHNZON-277] by Markus KARG · 4 years, 9 months ago
  93. 323c723 adding a test for DefaultPropertyVisibilityStrategy by Romain Manni-Bucau · 4 years, 9 months ago
  94. 2c5799f [maven-release-plugin] prepare for next development iteration by Jean-Louis Monteiro · 4 years, 9 months ago
  95. 3c75e5b [maven-release-plugin] prepare release v1.2.0 by Jean-Louis Monteiro · 4 years, 9 months ago
  96. ca630b7 move to dependency management section by Jean-Louis Monteiro · 4 years, 9 months ago
  97. ec62143 Merge branch 'master' of https://gitbox.apache.org/repos/asf/johnzon by Jean-Louis Monteiro · 4 years, 9 months ago
  98. 3078daa Use latest JSON B spec jar by Jean-Louis Monteiro · 4 years, 9 months ago
  99. 566cf6b upgrade jsonb api by Romain Manni-Bucau · 4 years, 9 months ago
  100. 940715e JOHNZON-275 ensure Adapter types can be extracted when inheritance is used by Romain Manni-Bucau · 4 years, 9 months ago