Skip to content

Latest commit

 

History

History
275 lines (267 loc) · 39.3 KB

CHANGELOG.md

File metadata and controls

275 lines (267 loc) · 39.3 KB

Changelog for the Hive-JSON-SerDe

Generated automatically by maven

Next Release

  • 2017-10-06 10:04:22 Add configuration for explicit null value in the serialized output JSON (lyair1)

1.3.8

  • 2017-04-09 22:50:53 updating poms for branch'release/1.3.8' with non-snapshot versions (rcongiu) 91cd5dcbb17c7f4
  • 2017-04-09 22:46:47 Found a better place for the automated CHANGELOG, in subproject (rcongiu) 14de153f362cc34
  • 2017-04-09 22:37:28 Simplified changelog (rcongiu) 92fda1763f08cb2
  • 2017-04-09 22:22:44 changelog (rcongiu) c97dc1a87f300d8
  • 2017-04-09 22:18:46 Switched the maven plugin for changelog (rcongiu) 4e08b7c0d0bceeb
  • 2017-04-09 22:12:10 changelog (rcongiu) b281c00db3cf8ef
  • 2017-04-09 18:58:26 Added automatic changelog generation when building package (Roberto Congiu) 9888f28561022ad
  • 2017-04-07 22:17:33 case sensitivity in JSON Keys (Roberto Congiu) bac6c38d1be145b
  • 2017-04-03 20:02:24 Removed CR/LF note, this seems to be a red herring. (dblock) 97b7e9f1973c58b
  • 2017-04-03 16:06:43 Added instructions to compile for a custom version of hadoop (Roberto Congiu) 1c3e6cc5b1676a0
  • 2017-04-03 15:58:12 cleaned up profiles, made it so for one profile it only compiles its needed shim (Roberto Congiu) 520d62f0ff08fb8
  • 2017-04-03 10:44:44 Timestamp serialization in UTC, independent of timezone (Roberto Congiu) b7e90e4e54f40ee
  • 2017-04-03 09:11:35 test passes locally but not on travis, trying to find out why (Roberto Congiu) bfb14b53c3a77c5
  • 2017-04-03 09:04:18 changelog/readme changes (Roberto Congiu) fd900e4be4f1265
  • 2017-04-03 08:55:36 fixed test name for serializeTimestamp (Roberto Congiu) 89b2981d4454505
  • 2017-04-03 08:47:29 fixed non-determinism in serialization test (Roberto Congiu) df03750f54b0735
  • 2017-04-03 08:11:24 Added timestamp serialization, plus test. (Roberto Congiu) f946b878e9e5096
  • 2017-04-03 07:54:49 line-wrapped README (Roberto Congiu) 1936f6dc438e040
  • 2017-04-03 07:45:43 t push origin developMerge branch 'vp007-timestamp_format_fix' into develop (Roberto Congiu) 0c192c3c618a45f
  • 2017-04-03 07:45:25 fixed conflict (Roberto Congiu) 7e380ab961fad64
  • 2017-04-03 00:15:46 Revamped README and CONTRIBUTING. (dblock) 3a2663c3f2ed6b9
  • 2017-04-02 18:58:54 Extracted CHANGELOG. (dblock) e420567ce2ae938
  • 2017-04-02 17:57:50 Added Travis-CI. (dblock) 732fe34cc85730e
  • 2017-04-01 15:10:38 Fix: typo [ci skip] (Daniel Doubrovkine (dB.) @dblockdotorg) 13b6ae8b662193e
  • 2016-09-24 01:02:00 Added docs for the scalar promotion to array (Roberto Congiu) 187c1bb098379d8
  • 2016-09-24 00:57:34 to help with issue #12, if a field is declared as an array, but a scalar is found, coerce the scalar into a one element array (Roberto Congiu) 9878a3ef685da69
  • 2016-08-28 09:20:11 removed code lint, got rid of uncecked warnings and deprecation as well. No code/functionality change (Roberto Congiu) ca218a839a91a0f
  • 2016-05-24 06:56:49 for String type input, JavaStringDateObjectInspector getPrimitiveJavaObject should not return null

Signed-off-by: wangxianbin1987 [email protected] (wangxianbin1987) 2af20b903a15ba0

  • 2016-03-30 03:05:06 Added support for timestamp serialization. (Denny Riadi) 409c6184b8cadd9
  • 2016-02-21 15:19:26 Fixed typo in example (Mike Rostermund) 42ed70d191212e3
  • 2016-02-19 14:32:48 squid:SwitchLastCaseIsDefaultCheck - switch statements should end with a default clause (George Kankava) 1c9a5945e51b41b
  • 2016-02-19 13:43:53 squid:S1118 - Utility classes should not have public constructors (George Kankava) 7907410cd9374df
  • 2016-02-15 01:19:34 added dots/underscores translation, fixes #131 (Roberto Congiu) cdee8934a4e791a
  • 2016-02-11 07:20:55 squid:S1854 - Dead stores should be removed (George Kankava) e2f20acc534cee1
  • 2016-02-09 10:07:56 squid:S2583 - Conditions should not unconditionally evaluate to TRUE or to FALSE (George Kankava) ffb71409b77a0c8
  • 2016-02-05 13:43:39 squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding (George Kankava) e0fa181a1c05345
  • 2016-02-04 19:25:30 Added timestamp in milliseconds support (Kevin Stumpf) 1b30ed703f5e087
  • 2016-01-31 04:30:17 added udf to deploy (Roberto Congiu) e7596229a5bfe1b
  • 2016-01-31 04:24:58 Updating develop poms back to pre merge state (Roberto Congiu) ff8a784e2bf151e
  • 2016-01-31 04:24:57 updating develop poms to master versions to avoid merge conflicts (Roberto Congiu) a725332bb5cea2d
  • 2016-01-31 04:23:26 updating poms for 1.3.8-SNAPSHOT development (Roberto Congiu) 6d28082e550049b
  • 2015-10-26 18:35:06 Add support for UTC date format (Vidur Patel) bcba8008dd383ad
  • 2015-02-25 00:15:16 When empty string appears where a Hive Map (JSON Object) was expected, treat it as NULL, not -1 (Martin Handwerker) 37491fff721a747
  • 2014-12-15 18:15:40 add missing getPrimitiveJavaObject implementations (yuyang-lan) d3b50120412d95d
  • 2014-09-08 18:02:39 updated readme (Roberto Congiu) bda3740b2c64c01
  • 2014-09-08 18:01:22 added link for binaries (Roberto Congiu) 10f1bc078567bf1
  • 2014-09-08 17:53:23 updating poms for 1.3.1-SNAPSHOT development (Roberto Congiu) 6e4fd3f77033bd7
  • 2014-09-08 17:52:38 merging release/1.3' into master (Roberto Congiu) d1bf5203e4b0a6c

1.3.7

  • 2016-01-31 04:24:28 updating poms for branch'release/1.3.7' with non-snapshot versions (Roberto Congiu) c04efb67ff30922
  • 2016-01-31 04:24:16 changed docs (Roberto Congiu) fbdb56ed96c67d2
  • 2016-01-31 04:23:21 updating poms for 1.3.7 branch with snapshot versions (Roberto Congiu) 5fa423fce138f2c
  • 2016-01-31 04:22:32 udf docs added (Roberto Congiu) 626735749d87b7a
  • 2016-01-31 04:22:14 udf docs added (Roberto Congiu) 57c12e8e41b3e18
  • 2016-01-31 04:16:55 completed UDF (Roberto Congiu) 7695f01cb6387b4
  • 2015-12-16 16:51:28 Double uses the serde version instead of the hadoop version (Roberto Congiu) d30e2856ae28f05
  • 2015-12-11 17:43:17 Added note in README (Roberto Congiu) 2128878c9c4a285
  • 2015-12-11 17:42:38 Added support for date types (hive 1.2.0 and later) (Roberto Congiu) 883ae1a6856c6dd
  • 2015-10-31 18:03:32 added tests for map (Roberto Congiu) 7e4b3db3d39cc0c
  • 2015-10-08 18:06:44 Updating develop poms back to pre merge state (Roberto Congiu) af92a4674e8191b
  • 2015-10-08 18:06:44 updating develop poms to master versions to avoid merge conflicts (Roberto Congiu) 72bfb92910391e9

1.3.6

  • 2015-10-08 18:05:54 fixed dependency (Roberto Congiu) 4ae11d4d6f80e6d

  • 2015-10-08 18:04:31 updating poms for branch'release/1.3.6' with non-snapshot versions (Roberto Congiu) 93b48285ce73f67

  • 2015-10-08 18:04:10 updating poms for 1.3.6 branch with snapshot versions (Roberto Congiu) 93cf52c88db3d21

  • 2015-10-08 18:01:04 fixed master branch (Roberto Congiu) 70cfc607ac36afa

  • 2015-10-08 17:37:22 updating develop poms to master versions to avoid merge conflicts (Roberto Congiu) ccbb4ba363e287a

  • 2015-10-08 17:37:22 Updating develop poms back to pre merge state (Roberto Congiu) 4d79bd6292cdba6

  • 2015-10-08 17:36:53 disabling javadoc on release (Roberto Congiu) 7710285ff5eefa1

  • 2015-10-08 17:33:42 removed javadoc plugin, causing issue with release (Roberto Congiu) 2318937077ebe4e

  • 2015-10-08 17:31:54 updating poms for branch'release/1.3.6' with non-snapshot versions (Roberto Congiu) 21a3ad9dab81d37

  • 2015-10-08 17:31:30 release docs (Roberto Congiu) fe3d2f41bbdabfb

  • 2015-10-08 17:28:41 updating poms for 1.3.7-SNAPSHOT development (Roberto Congiu) ed1fb90913c49ad

  • 2015-10-08 17:28:35 updating poms for 1.3.6 branch with snapshot versions (Roberto Congiu) d4a2a2c156d11d2

  • 2015-10-08 17:27:39 updated jgitflow plugin (Roberto Congiu) a5fd6dc284037fd

  • 2015-10-08 17:21:05 updated version of jgitflow plugin (Roberto Congiu) f5358252e781e2b

  • 2015-10-08 17:17:14 added deploy script, fixed boolean support for cdh4 (Roberto Congiu) 2899dd5433a3ef7

  • 2015-10-08 17:16:46 added deploy script, fixed boolean support for cdh4 (Roberto Congiu) 7e04e79af6ecdb2

  • 2015-10-08 06:01:50 Add support for String to Boolean conversion (Rajat Jain) 6bf79969104b90a

  • 2015-10-06 00:55:31 Added comments about multi-line json. Closes #116 (Roberto Congiu) eff2f561f0ad043

  • 2015-10-03 00:16:46 Add support for HDP 2.3

  • Update POM to add hdp23 profile

  • Add json-hdp23-shim shim

  • Adjust testSerializeWithMapping result. The serialized keys are in a different order.

  • Document how to build this: mvn -Phdp23 clean package (Dave Beckett) b2dbdeb3b8660cd

  • 2015-08-30 21:27:01 updating poms for 1.3.6-SNAPSHOT development (Roberto Congiu) fb2c4aa0d0fbf81

  • 2015-08-30 21:26:39 merging release/1.3.5' into master (Roberto Congiu) a408e471cd98df8

  • 2015-08-30 21:26:12 fixed conflict (Roberto Congiu) 231b315c914c86f

  • 2014-09-19 05:09:09 Fix for #issue-70 related to get_json_object

This is a reworking of #71 to update it to the new directory structure in 1.3 (Will Moss) 6770f8937c34e8e

1.3.5

  • 2015-08-30 21:23:31 added javadoc (Roberto Congiu) a6aa602702c1e87
  • 2015-08-30 21:23:06 updating poms for 1.3.5 release (Roberto Congiu) 7abe02b85763696
  • 2015-08-30 21:23:06 updating poms for 1.3.5 release (Roberto Congiu) 41ed5ebe17a587d
  • 2015-08-30 21:21:55 updating poms for 1.3.5 release (Roberto Congiu) 7fc8afdc44829e0
  • 2015-08-30 21:21:55 updating poms for 1.3.5 release (Roberto Congiu) 360d64bddf46434
  • 2015-08-30 21:18:17 updating poms for 1.3.5 release (Roberto Congiu) 1df410edd760131
  • 2015-08-30 21:18:04 updating poms for 1.3.5 release (Roberto Congiu) 7dd49dfa9660176
  • 2015-08-30 21:15:58 preparing release (Roberto Congiu) 8063622801b689d
  • 2015-08-30 21:14:12 actually, it fixes #112 (Roberto Congiu) 792d01e106f5d3b
  • 2015-08-30 21:13:08 Handle empty array where a JsonObject should be, fixes #113 (Roberto Congiu) 3faa28dd6c7f791
  • 2015-08-30 21:01:35 Added UNIONTYPE support ( fixes #53) (Roberto Congiu) 8add4d05aaffdc0
  • 2015-05-25 16:24:09 added reference to hive-json-schema to readme (Roberto Congiu) 48e6ce88258df63
  • 2015-03-08 23:38:52 fixed readme (Roberto Congiu) daf245ca73adf66
  • 2015-03-08 23:31:10 instructions to compile for hive 1.0.0 (Roberto Congiu) 5279e6ccf943883
  • 2015-03-08 23:30:53 instructions to compile for hive 1.0.0 (Roberto Congiu) 65b33ad0de14da7
  • 2015-03-08 22:57:24 updated readme (Roberto Congiu) 954dcaf7ab38a02
  • 2015-03-08 22:56:12 updated readme (Roberto Congiu) a7f31c9a2d05605

1.3

  • 2014-09-08 17:52:38 merging release/1.3' into master (Roberto Congiu) 8859c6d5e94408b
  • 2014-09-08 17:52:21 updating poms for 1.3 release (Roberto Congiu) ed28e4ada6842ef
  • 2014-08-27 21:38:27 A long should always be a long (Andy Kramolisch) 40ac43b0538b57f
  • 2014-08-27 15:32:02 lowercase mappings, since JSON does it anyway. Fixes #84 (Roberto Congiu) 1cda97657a8737c
  • 2014-08-25 19:52:35 merging feature/issue82' into develop (Roberto Congiu) bd782a284f5e48a
  • 2014-08-25 19:52:03 struct and map use the same logic to determine if an object is a null, considering also an empty string / string of only spaces as a null (Roberto Congiu) 38001f146c5baec
  • 2014-08-25 19:43:08 fixed #82, can handle maps with empty string (Roberto Congiu) a3873367774c380
  • 2014-08-25 18:22:05 moved unit test (Roberto Congiu) d367e3a5557ae5e
  • 2014-08-25 18:15:21 updating poms for issue82 branch (Roberto Congiu) 2ad33ef00e1d1f1
  • 2014-08-25 13:07:22 Move "Fix for \a or \v, because Java does not recognize in strings" on top of develop (Piotr Stapp) 4141ee1bb2df6d6
  • 2014-08-08 07:32:57 added serde location after it's built (Roberto Congiu) 2bffa97f7ca1187
  • 2014-07-24 21:19:07 updating poms for 1.3-SNAPSHOT development (Roberto Congiu) e712269e9821058
  • 2014-07-24 21:18:52 merging release/1.2' into master (Roberto Congiu) 9c49b17ee26c90a

1.2

  • 2014-07-24 21:18:52 merging release/1.2' into master (Roberto Congiu) 34cb96413457bae
  • 2014-07-24 21:18:23 updating poms for 1.2 release (Roberto Congiu) faee84ff4bf0a2d
  • 2014-07-24 21:18:23 updating poms for 1.2 release (Roberto Congiu) 9431bedfa8dc98b
  • 2014-07-24 21:18:01 committing (Roberto Congiu) 85827e0dfcc5c2c
  • 2014-07-24 21:15:29 updating poms for 1.2 release (Roberto Congiu) 8d96a3baa56d578
  • 2014-07-24 21:15:29 updating poms for 1.2 release (Roberto Congiu) 790f1ceedb65b41
  • 2014-07-24 21:15:19 updating poms for 1.2 release (Roberto Congiu) 00bb58b72901bec
  • 2014-07-24 19:58:53 fixed pom (Roberto Congiu) a8ea74b631eda69
  • 2014-07-24 19:57:06 fixed pom (Roberto Congiu) 89549e91e3cfcfe
  • 2014-07-24 15:59:22 changed README (Roberto Congiu) c818c304aa69418
  • 2014-07-24 15:54:41 refactoring to reduce code duplication (Roberto Congiu) 1c3ac021384a3aa
  • 2014-07-24 15:04:48 refactor (Roberto Congiu) f055fc7e601530c
  • 2014-07-11 06:40:12 compiles with both cdh4 and cdh5 profile, but have to test it (Roberto Congiu) f7a1e55581dfcac
  • 2014-07-10 16:44:25 removing all target directories, updating gitignore (Roberto Congiu) faefd1813fe83f0
  • 2014-07-10 16:42:13 changes (Roberto Congiu) dff393a29e955a1
  • 2014-05-29 01:34:40 refactoring, almost got it to work (Roberto Congiu) bc10f2a78937814
  • 2014-05-28 23:08:33 major refactoring for cdh compatibility (Roberto Congiu) 5c303d8f237b354
  • 2014-05-05 12:18:14 Obj Inspector Class Cast Exception fix (appanasatya) 2b57f271b80c285
  • 2014-04-29 00:15:59 added profile for cdh5, updated deps for cdh4 (Roberto Congiu) aca676c536c8146
  • 2014-04-28 20:30:14 pom with profiles (Roberto Congiu) ffca88db0eff898
  • 2014-03-19 14:29:55 minor source cleanup (Roberto Congiu) a97ccdf5493825c
  • 2014-03-03 22:09:49 Check for null, #57 (Roberto Congiu) a29316bd320768f
  • 2014-02-25 17:52:18 updating poms for 1.1.9.3-SNAPSHOT development (Roberto Congiu) 0c70dae82ce6b93
  • 2014-02-25 17:52:07 merging release/1.1.9.2' into master (Roberto Congiu) 71a54d6349be3ee
  • 2014-02-20 16:20:50 fixed readme (Roberto Congiu) d9b812da1ffcc0c
  • 2014-02-20 16:20:04 fixed readme (Roberto Congiu) e8a9bd5db4f28c3
  • 2014-02-20 16:16:45 merging feature/refactor-timestamp' into develop (Roberto Congiu) c3f2132f355153f
  • 2014-02-20 16:16:33 completed refactoring for timestamp (Roberto Congiu) 3d44fe5709a9aff
  • 2014-02-20 07:58:04 updated readme (Roberto Congiu) 2e2d21f919aac68
  • 2014-02-20 07:56:44 merging feature/support-array-records' into develop (Roberto Congiu) 439f723e4ca5759
  • 2014-02-20 07:56:32 added unit test, added feature (Roberto Congiu) 3faf637b6cad832
  • 2014-02-20 07:12:50 fixe for error in JsonListObjectInspector (Roberto Congiu) bade2b89b8997df
  • 2014-02-20 00:29:01 merging feature/null-issue' into develop (Roberto Congiu) b3b4d402533248e
  • 2014-02-20 00:28:34 issue with nulls, fixes (Roberto Congiu) be530c198f4e96f
  • 2014-02-19 23:42:00 updating poms for null-issue branch (Roberto Congiu) f2682837026629e
  • 2014-02-16 23:02:42 fix typo (Powerrr) 46e829f2b8fc1c9
  • 2014-02-12 17:51:49 merging feature/timezone-issue-48' into develop (Roberto Congiu) 00ab4aecc7101d3
  • 2014-02-12 17:51:29 fixed timezone issue in unit tests, fixes #48 (Roberto Congiu) 72bbf27a6406782
  • 2014-02-07 22:47:51 added javadocs (Roberto Congiu) 87da936d765866c
  • 2014-02-06 17:26:11 updated README (Roberto Congiu) 73b538887f34d07
  • 2014-02-06 17:15:43 merging feature/null-issue' into develop (Roberto Congiu) b70680759c1b74d
  • 2014-02-06 17:15:19 Fixed null handling, fixes #50 (Roberto Congiu) feaa5919737847d
  • 2014-02-03 04:44:09 updating poms for 1.1.9.2-SNAPSHOT development (Roberto Congiu) fc5a76572d91f87
  • 2014-02-03 04:43:34 merging release/1.1.9.1' into master (Roberto Congiu) 67553d2e8f12a41

1.1.9.2

  • 2014-02-25 17:52:07 merging release/1.1.9.2' into master (Roberto Congiu) 079471f0333df4b
  • 2014-02-25 17:51:56 updating poms for 1.1.9.2 release (Roberto Congiu) ee75cbe2d7f15d8
  • 2014-02-25 17:51:56 updating poms for 1.1.9.2 release (Roberto Congiu) 5ba3e739d8f479c
  • 2014-02-25 17:51:10 updating poms for 1.1.9.2 release (Roberto Congiu) f6bb9083a311af8
  • 2014-02-25 17:51:10 updating poms for 1.1.9.2 release (Roberto Congiu) 09f447bc1baa640
  • 2014-02-25 17:51:02 updated readme (Roberto Congiu) e2b092a2f79a695
  • 2014-02-25 17:50:08 updating poms for 1.1.9.2 release (Roberto Congiu) 84977e2659379dd
  • 2014-02-23 13:41:22 fix wrong cast (Powerrr) eb5fbd522386c6b

1.1.9.1

  • 2014-02-03 04:43:34 merging release/1.1.9.1' into master (Roberto Congiu) 7e161a3f81ddb16
  • 2014-02-03 04:43:18 updating poms for 1.1.9.1 release (Roberto Congiu) 9c6d533ae44904e
  • 2014-02-03 04:43:10 updated readme (Roberto Congiu) fd61a5d3b4f36bc
  • 2014-02-03 04:42:23 updating poms for 1.1.9.1 release (Roberto Congiu) 310f41499b97b35
  • 2014-02-03 04:25:27 fixed bug reported by Sonia Ling - wrong type (long) in JavaStringInt ObjectInspector (Roberto Congiu) aa48bd98539f456
  • 2014-02-03 04:24:17 fixed bug reported by Sonia Ling - wrong type (long) in JavaStringInt ObjectInspector (Roberto Congiu) 630d09d7edd7d53
  • 2014-01-23 02:15:04 updating poms for 1.1.9-SNAPSHOT development (Roberto Congiu) 7307f2ca9d2ac68
  • 2014-01-23 02:14:53 merging release/1.1.8' into master (Roberto Congiu) 1e07f0e96b11b80
  • 2014-01-23 02:07:08 updated cloudera dependencies (Roberto Congiu) 61432e414ea8a83
  • 2014-01-23 02:04:28 moved to jgitflow for release (Roberto Congiu) aa12cca4012b81e
  • 2014-01-22 16:44:56 added a bunch of unit tests. Also, centralized primitive parsing in an utility class (Roberto Congiu) 73c53faaf1ed24d
  • 2014-01-22 02:03:52 Completed all the Primitive OI for all numeric types, with unit tests. (Roberto Congiu) 3788ede6b2822ed
  • 2014-01-21 17:35:14 working on unit tests (Roberto Congiu) 002c53adef5fa09
  • 2014-01-21 00:20:48 Making SerDe smarter when handling numeric numbers. Keep string representation till it's actually time to parse it, this way the JSON parser does not need to know in advance if a number should be a short, into or large int. Work towards solving #34 and #45 (Roberto Congiu) 3331d9f4865c2ad
  • 2014-01-20 17:15:51 committing (Roberto Congiu) 8aab1efe93d5663
  • 2013-02-22 15:49:56 Verify castability before actually doing it

We are experiencing problems with mis-formed lines, where we think a field is supposed to be a Map, but due to a series of unfortunate events it is actually a String. When we encounter this line, Hive flips out and fails the entire job due to a recurring ClassCastException.

This patch simply checks the castability of the variable before actually doing the cast. It returns NULL if it's not castable, and logs the toString() of it at warn level. (Martin Meyer) 52b37b7da94b325

  • 2012-11-30 06:15:50 made JSONObject keys lowercase for case insensitivity, #17 (Roberto Congiu) 704a3b7474d3806
  • 2012-10-04 23:15:31 new binary minor release with bugfix (Roberto Congiu) ba662072bd86535
  • 2012-10-04 23:12:36 fixed issue using float, issue #13 (Roberto Congiu) df0d1f4621a6ca4
  • 2012-08-29 19:25:28 Handles JSONObject.NULL when parsing arrays. (Peter Dixon-Moses) 4f2eaaeb7efec45
  • 2012-08-21 07:23:14 changes to make it compatible with hive 0.8 (Roberto Congiu) 740cb298512fcb6
  • 2012-07-26 17:07:15 Fixed issue with columns that are not mapped into JSON, reported by Michael Phung (Roberto Congiu) 250356609bf18d6
  • 2012-07-26 17:06:51 Fixed issue with columns that are not mapped into JSON, reported by Michael Phung (Roberto Congiu) 8755589c2a33d85
  • 2012-07-04 01:45:02 bumped version number (Roberto Congiu) bf82458236e3b1f
  • 2012-07-04 01:41:12 added cloudera repository, changed dependencies to cdh-3 (Roberto Congiu) d706d7be99ffb7f
  • 2012-07-04 01:31:46 Fixed infinite loop in MapAdapter (Roberto Congiu) d6538b1f6b2c157
  • 2011-08-10 01:54:19 Made 'string' type to accept non-string data in Json representation, using calling their .toString(). Added an option to tolerate malformed JSON (Roberto Congiu) 7b4bb79538d716f
  • 2011-07-29 18:23:25 - Cleaned up some 'code lint'
  • 2011-07-12 21:47:54 fixed name of author of JSON.org java library (roberto congiu) 74e904569c4a1c1
  • 2011-07-12 21:21:31 Added Author to README (Roberto Congiu) 654bedf39f8837d

1.1.8

  • 2014-01-23 02:14:53 merging release/1.1.8' into master (Roberto Congiu) 1df6c7a5b1a6f60
  • 2014-01-23 02:14:44 updating poms for 1.1.8 release (Roberto Congiu) 8c92cc82c5e4ead
  • 2014-01-23 02:14:44 updating poms for 1.1.8 release (Roberto Congiu) 6fca38310bc7c92
  • 2014-01-23 02:14:01 updating poms for 1.1.8 release (Roberto Congiu) 89b91917770798d
  • 2014-01-23 02:14:01 updating poms for 1.1.8 release (Roberto Congiu) 65e75ac86e38ac1
  • 2014-01-23 02:13:51 no deploy (Roberto Congiu) 462206d9fa59ab2
  • 2014-01-23 02:11:21 updating poms for 1.1.8 release (Roberto Congiu) fde8a49a511d3f3
  • 2014-01-23 02:11:21 updating poms for 1.1.8 release (Roberto Congiu) c585919e64d74d6
  • 2014-01-23 02:11:09 changed readme (Roberto Congiu) 73140e192a8d50a
  • 2014-01-23 02:07:21 updating poms for 1.1.8 release (Roberto Congiu) 15db92b1ca6dcaa
  • 2013-11-01 14:24:05 Equals check always false.
  • The equals is checking if object is not instance of JSONObject and it is always the case. Changed the Null to be instance of JSONObject (Leonardo Bispo de Oliveira) ab83a5ad947dbb2

1.1.7

  • 2013-09-30 16:25:02 release 1.1.7 (Roberto Congiu) 1a4a503ec901c96
  • 2013-08-07 14:46:45 updated docs (Roberto Congiu) f40e1bc280c1c91
  • 2013-08-07 14:45:12 updated docs (Roberto Congiu) b2e6113840ec982
  • 2013-08-07 14:36:19 updated docs (Roberto Congiu) 8ad055d979d8e1d
  • 2013-08-07 14:18:54 removed static list used to deserialize json struct (Roberto Congiu) cfeaf208c977cba
  • 2013-07-11 05:34:00 updated readme (Roberto Congiu) 53dffb5de8bc5b4
  • 2013-07-11 05:30:45 fixes issue #25 (Roberto Congiu) 83d1c67b29721a3
  • 2013-07-11 05:18:59 merged issue #28 (Roberto Congiu) 648dd297d9e6881
  • 2013-07-10 16:10:59 gitflow release (Roberto Congiu) d58e72ded4d9eb1
  • 2013-05-06 00:49:46 wMerge branch 'guyrt-timestamp-support' into feature/25-timestamp-support (Roberto Congiu) 8407fe67454d796
  • 2013-05-06 00:49:18 fixed conflict (Roberto Congiu) 396820277d29ac6
  • 2013-03-30 16:25:12 Added check for missing fields. (Richard T. Guy) e2e8a8dbeb8d1d2
  • 2013-03-30 15:16:19 Added basic timestamp tracking. (Richard T. Guy) 1fd17ae488e29b3

1.1.6

  • 2013-07-10 16:11:44 gitflow release (Roberto Congiu) 4212ba5c54f318c
  • 2013-07-10 16:05:54 updated readme (Roberto Congiu) 6d738a106eb307f
  • 2013-07-10 07:04:23 fixes #28 , error after alter (Roberto Congiu) e3171a4e7fe61d6
  • 2013-03-25 17:00:03 pre-release (Roberto Congiu) 1def93b8c891f6d
  • 2013-03-25 16:02:33 mapping now works with serialization. Also added unit test for it. (Roberto Congiu) fc6b524298026a4
  • 2013-03-25 08:17:24 fixes #24 (Roberto Congiu) b26d5c8e7460922
  • 2013-03-17 00:37:28 README addition (Roberto Congiu) 518dc0387c9eed4

1.1.5

  • 2013-03-16 22:30:07 Updated README with compilation info (Roberto Congiu) 5b9dd752c8a0265
  • 2013-03-16 22:28:23 made CDH version parametric (Roberto Congiu) 748b34653a2c1b5

json-serde-1.1.5

  • 2013-03-26 04:12:02 pom fix for release plugin (Roberto Congiu) bf600daefb0917f