- e0de159 SLING-12866 - Restrict force pushes, auto-delete branches on merge by Robert Munteanu · 9 months ago master
- a1fe8d4 SLING-12523 Restore LICENSE file for deprecated Sling module by Stefan Seifert · 1 year, 5 months ago
- fffe4bc This module is deprecated by Robert Munteanu · 2 years, 2 months ago
- a9c823d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 9 years ago
- 43d3030 [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.20 by Karl Pauls · 9 years ago org.apache.sling.commons.json-2.0.20
- 0de4e2e Deprecate JSON implementation derived from org.json code (SLING-6536). by Karl Pauls · 9 years ago
- fea19c1 use OSGi annotations by Oliver Lietz · 9 years ago
- e5b1e9d use Sling Parent 30 by Oliver Lietz · 9 years ago
- 21a7615 Update to parent pom 29 by Carsten Ziegeler · 10 years ago
- 5421556 [maven-release-plugin] prepare for next development iteration by Bertrand Delacretaz · 10 years ago
- 07b9fcc [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.18 by Bertrand Delacretaz · 10 years ago org.apache.sling.commons.json-2.0.18
- c153d79 SLING-5578 - test with 100'000 resources by default by Bertrand Delacretaz · 10 years ago
- dbe1f10 SLING-5578 - remove unnecessary recursion, patch contributed by Marius Petria, thanks! Tests pass now with -Dsling.test.ResourceTraversor.count=20000 by Bertrand Delacretaz · 10 years ago
- 3e1fcb3 SLING-5578 - minor tweaks by Bertrand Delacretaz · 10 years ago
- 731ef68 SLING-5578 - switch to Sling Mocks for less confusing test code, and full test coverage on ResourceTraversor now by Bertrand Delacretaz · 10 years ago
- 2629d42 SLING-5578 - need newer sling.api to use Sling Mocks in tests by Bertrand Delacretaz · 10 years ago
- da703a2 SLING-5578 - verify traversal result by Bertrand Delacretaz · 10 years ago
- b72f1d2 SLING-5578 - javadocs by Bertrand Delacretaz · 10 years ago
- c73622a SLING-5578 - ResourceTraversorTest, contributed by Marius Petria, thanks! by Bertrand Delacretaz · 10 years ago
- fdeb06b SLING-5146 Add JSONObject/JSONArray support to JSONWriter by Robert Munteanu · 10 years ago
- a68340d switch back to released versions which are now available on maven central by Stefan Seifert · 10 years ago
- 29f246d Switch to parent pom 26 by Carsten Ziegeler · 10 years ago
- 02f4c78 update dependencies to next development snapshot until releases are available on maven central by Stefan Seifert · 10 years ago
- 0f793ae [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 10 years ago
- 8d3629d [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.16 by Stefan Seifert · 10 years ago org.apache.sling.commons.json-2.0.16
- 7ebf24b update dependency by Stefan Seifert · 10 years ago
- 6a3a616 vote & release canceled 2nd: revert revs. 1713372..1713385 by Stefan Seifert · 10 years ago
- 8db9087 update dependencies to next development snapshot until releases are available on maven central by Stefan Seifert · 10 years ago
- 4794341 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 10 years ago
- 2b37353 [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.14 by Stefan Seifert · 10 years ago org.apache.sling.commons.json-2.0.14
- 8544914 update dependency by Stefan Seifert · 10 years ago
- a4eab84 SLING-5276 validation fails on "[" json string by Stefan Seifert · 10 years ago
- 6a37aae vote & release canceled: revert revs. 1713027..1713038 by Stefan Seifert · 10 years ago
- e502d4b SLING-5276 Validator.validate throws StackOverflowError by Oliver Lietz · 10 years ago
- e09145e update dependencies to next snapshot versions until release versions are available in maven central by Stefan Seifert · 10 years ago
- 44726d1 [maven-release-plugin] prepare for next development iteration by Stefan Seifert · 10 years ago
- 98cfb8a [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.14 by Stefan Seifert · 10 years ago
- d6cbd78 update dependency by Stefan Seifert · 10 years ago
- 849ade1 fix javadoc errors by Stefan Seifert · 10 years ago
- af73428 SLING-5270 JSON Validator does not fail on too many closing brackets by Stefan Seifert · 10 years ago
- bd863a7 cosmetic: simplify test cases expected to fail (no functional change) by Stefan Seifert · 10 years ago
- ad3ea0e cosmetic: switch to JUnit4 test style (no functional change) by Stefan Seifert · 10 years ago
- a434aaf cosmetic: eliminate some code style warnings; and switch to non-deprecated junit Asset class (no functional change) by Stefan Seifert · 10 years ago
- eceec1f SLING-5184 - JSONRenderer.quote should not use synchronized StringWriter by Robert Munteanu · 11 years ago
- ab3639e SLING-5152 - JsonJcrNode and JsonItemWriter should use prop.isMultiple() instead of def.isMultiple() by Robert Munteanu · 11 years ago
- 7d16b04 [maven-release-plugin] prepare for next development iteration by Robert Munteanu · 11 years ago
- ae0c69e [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.12 by Robert Munteanu · 11 years ago org.apache.sling.commons.json-2.0.12
- 3ce9bd3 Update the main reactor to parent 25 by Robert Munteanu · 11 years ago
- aecc42e set parent version to 24 and add empty relativePath where missing by Oliver Lietz · 11 years ago
- 9f73927 Update to Sling Parent 23 by Robert Munteanu · 11 years ago
- 08872d2 SLING-4698 - Set parent.relativePath to empty for all modules by Robert Munteanu · 11 years ago
- a70c400 Exclude JSON.org files from rat check by Carsten Ziegeler · 11 years ago
- 0c0f50a SLING-4258 - JSON representation of Calendar values should preserve timezone - contributed by santiago garcía pimentel, thanks! by Bertrand Delacretaz · 11 years ago
- a572533 SLING-4258 - reuse JsonObjectCreator locale in test by Bertrand Delacretaz · 11 years ago
- fc68022 Potentially fixing test by using EN locale by Carsten Ziegeler · 11 years ago
- a3c226d SLING-4258 - reasonably complete tests by Bertrand Delacretaz · 11 years ago
- a245d43 SLING-4258 - test child resources by Bertrand Delacretaz · 11 years ago
- 5ed838d SLING-4258 - basic tests added by Bertrand Delacretaz · 11 years ago
- e634ffe SLING-4258 - add JsonObjectCreatorTest (work in progress, needs more tests) by Bertrand Delacretaz · 11 years ago
- e844e9c [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
- 9c50f60 [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.10 by Carsten Ziegeler · 11 years ago org.apache.sling.commons.json-2.0.10
- e617ac6 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 11 years ago
- 16c7405 [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.10 by Carsten Ziegeler · 11 years ago
- a3a6bff SLING-4288 : JSONObject.toString() returns null when having a value of type map with a null value by Carsten Ziegeler · 11 years ago
- 7a3c89b SLING-4288 : JSON object provided by org.apache.sling.commons.json 2.0.8 version returns null when JSON object is having a value of type map and the map is having a list as one of its element by Carsten Ziegeler · 11 years ago
- 7a81814 Update to Sling Parent POM 22 with baselining enabled by Carsten Ziegeler · 12 years ago
- c3d17cc SLING-3942 restore JSON rendering (without resource type and resource super type) by Oliver Lietz · 12 years ago
- 258a742 [maven-release-plugin] prepare for next development iteration by Robert Munteanu · 12 years ago
- 59243bd [maven-release-plugin] prepare release org.apache.sling.commons.json-2.0.8 by Robert Munteanu · 12 years ago org.apache.sling.commons.json-2.0.8
- 5912119 Updated to parent version 20 by Robert Munteanu · 12 years ago
- 527dbab SLING-3776 - better indenting of child arrays by Bertrand Delacretaz · 12 years ago
- db335f1 SLING-3776 - bump up package version after adding JSONRenderer by Bertrand Delacretaz · 12 years ago
- 37e77c6 SLING-3776 - New JSONRenderer options to render children as arrays by Bertrand Delacretaz · 12 years ago
- e083940 unused variable by Bertrand Delacretaz · 12 years ago
- a918340 SLING-3786 - more refactoring by Bertrand Delacretaz · 12 years ago
- 4835690 SLING-3786 - extract JSON formatting code to JSONRenderer and add some missing tests. All unit and related integration tests pass by Bertrand Delacretaz · 12 years ago
- e9d72cb SLING-3485 : Expose JSON Servlet Helpers by Carsten Ziegeler · 12 years ago
- fec1946 SLING-3485 : Expose JSON Servlet Helpers by Carsten Ziegeler · 12 years ago
- afab740 SLING-3786 - add tests for the conversion of JSON data to strings by Bertrand Delacretaz · 12 years ago
- 718c584 Committing the patch code for SLING-3485. Exposing the code for rendering a resource as JSON as done in the Default JSON Servlet in Commons JSON by Dan Klco · 12 years ago
- 9247fe1 Update to parent pom v19 by Carsten Ziegeler · 12 years ago
- 0d503be Update to parent pom 18 by Carsten Ziegeler · 13 years ago
- e8e164a Update to latest parent pom by Carsten Ziegeler · 13 years ago
- 7143478 SLING-2937 - using Long.valueOf() in getLong() to ensure correct parsing by Justin Edelson · 13 years ago
- 089e593 Correct reactor pom and update to parent pom 16 by Carsten Ziegeler · 13 years ago
- ec30366 Update to latest parent pom and use latest releases in launchpad by Carsten Ziegeler · 13 years ago
- 15f5bd4 Use latest releases and update to new parent pom by Carsten Ziegeler · 13 years ago
- d45f3fa Update to released bundles by Carsten Ziegeler · 13 years ago
- de5277b Update to released bundles by Carsten Ziegeler · 13 years ago
- e4c1ffd Add test case validating "null" values can be used by Felix Meschberger · 14 years ago
- d6b508c Use released versions by Carsten Ziegeler · 14 years ago
- c370c3c Add svn ignore by Carsten Ziegeler · 14 years ago
- 940710f Add svn ignore by Carsten Ziegeler · 14 years ago
- aca0635 Update to latest parent pom by Carsten Ziegeler · 14 years ago
- 935cc25 SLING-2480 : Add config for maven-sling-plugin to m2e configuration by Carsten Ziegeler · 14 years ago
- bbde140 using latest releases by Justin Edelson · 15 years ago
- 454eb51 temporarily using snapshots during release vote by Justin Edelson · 15 years ago
- 3135f7d SLING-2187 - adding new module to contain our custom notice file; adding remote-resources plugin configuration to parent pom and removing all existing appended-resources NOTICE files by Justin Edelson · 15 years ago
- 951eafa Using latest released parent pom by Carsten Ziegeler · 15 years ago
- 9b105de Update to recent snapshot by Carsten Ziegeler · 15 years ago