Sebastian Chlan
|
6e57df7e96
|
FieldNamingPolicy: Use Locale.ENGLISH to be locale insensitive
|
2015-06-09 15:25:16 +01:00 |
|
Sebastian Chlan
|
299ee89852
|
Add tests to demonstrate the issue
Run the FieldNamingTest with the JVM options: `-Duser.language=tr
-Duser.region=TR`
|
2015-06-09 15:12:38 +01:00 |
|
Inderjeet Singh
|
2cac11b449
|
added license
|
2015-04-13 10:03:52 -07:00 |
|
Jesse Wilson
|
25d07cc54a
|
Merge pull request #634 from google-gson/fix-readme
Correct 'user guide' and 'design document' Markdown links.
|
2015-04-13 12:40:22 -04:00 |
|
Jake Wharton
|
93f81c53c9
|
Correct 'user guide' and 'design document' Markdown links.
|
2015-04-13 12:22:11 -04:00 |
|
Inderjeet Singh
|
fad12f85d4
|
fixed group link
|
2015-03-19 13:37:44 -07:00 |
|
Inderjeet Singh
|
1fb33e427a
|
fixed links
|
2015-03-19 13:37:10 -07:00 |
|
Inderjeet Singh
|
62b9428fbd
|
Create README.md
|
2015-03-19 13:33:05 -07:00 |
|
Inderjeet Singh
|
fdaa6b05c4
|
ensuring that the type field is written by runtime type adapter
|
2014-12-10 22:57:08 +00:00 |
|
Inderjeet Singh
|
7d96ce8d6d
|
fixed tests to take care of stackTrace element appearing sometimes
|
2014-12-10 22:43:44 +00:00 |
|
Inderjeet Singh
|
0c3b9670f0
|
Ensuring that UTC date adapter serializes nulls correctly
|
2014-12-05 22:12:54 +00:00 |
|
Inderjeet Singh
|
f0f9ce42f4
|
using only Jackson iso8601 implementation for UTC date adapter
|
2014-12-05 08:28:25 +00:00 |
|
Inderjeet Singh
|
0e3708be82
|
updated UTC type adapter to support JDK 1.6 using Jackson ISO8601 parsing util
|
2014-12-05 07:41:08 +00:00 |
|
Inderjeet Singh
|
255f2e2847
|
added a sample Date type adapter for UTC
|
2014-12-05 00:16:24 +00:00 |
|
Inderjeet Singh
|
1d9e86e27c
|
fixed extras build
|
2014-12-04 22:07:13 +00:00 |
|
Inderjeet Singh
|
33e74101e5
|
javadocs for 2.3.1
|
2014-11-20 10:17:53 +00:00 |
|
Inderjeet Singh
|
c3d17e39f1
|
[maven-release-plugin] prepare for next development iteration
|
2014-11-20 09:09:32 +00:00 |
|
Inderjeet Singh
|
eba6825a38
|
[maven-release-plugin] prepare release gson-2.3.1
|
2014-11-20 09:08:22 +00:00 |
|
Inderjeet Singh
|
8d5a41329e
|
added tests for Throwable. Revised ReflectiveTypeAdapterFactory to ignore self-referencing fields.
|
2014-11-16 22:55:18 +00:00 |
|
Inderjeet Singh
|
b6a625fb6c
|
fixed issue 469 by adding a TypeAdapterFactory for throwables that ignores cause if it is self-referencing
|
2014-11-16 22:25:23 +00:00 |
|
Inderjeet Singh
|
1de2ace065
|
removed eclipse warnings. updated maven plugins to the latest versions
|
2014-11-16 20:45:01 +00:00 |
|
Inderjeet Singh
|
84e3442eb0
|
Fixed issue 582
|
2014-11-12 23:35:36 +00:00 |
|
Inderjeet Singh
|
60b2370c74
|
added a test for RuntimeTypeAdapterFactory using JsonAdapter annotation
|
2014-11-11 22:04:20 +00:00 |
|
Inderjeet Singh
|
e652ec0dd9
|
revised a test to validate that we can query a delegate adapter from typeadapterfactorie registered in JsonAdapter
|
2014-11-11 02:02:56 +00:00 |
|
Jesse Wilson
|
d6c8c1e3cf
|
Fix bugs in getPath() with arrays of objects and arrays of arrays
|
2014-11-11 01:59:48 +00:00 |
|
Inderjeet Singh
|
f2591b6664
|
adjusted factory finding code to take into account non-present factories
|
2014-11-10 23:15:31 +00:00 |
|
Jake Wharton
|
7f8f490fdc
|
Re-order factories to allow @JsonAdapter on enums which are user-defined types.
|
2014-11-04 00:59:42 +00:00 |
|
Jesse Wilson
|
6580921f9d
|
Use a version range that works with Maven 3.0.4.
Fixes issue 588.
|
2014-09-16 14:40:54 +00:00 |
|
Jesse Wilson
|
ea17ccc651
|
Restore missing fails.
|
2014-08-12 21:06:56 +00:00 |
|
Inderjeet Singh
|
c6eced6d87
|
javadocs for 2.3
|
2014-08-12 00:01:30 +00:00 |
|
Inderjeet Singh
|
85e2d1901c
|
[maven-release-plugin] prepare for next development iteration
|
2014-08-11 23:35:34 +00:00 |
|
Inderjeet Singh
|
cf894f3d58
|
[maven-release-plugin] prepare release gson-2.3
|
2014-08-11 23:35:29 +00:00 |
|
Inderjeet Singh
|
192e32d430
|
updated maven pom for Java8
|
2014-08-11 23:33:42 +00:00 |
|
Jake Wharton
|
c5dc3b791b
|
Correct JsonElement javadoc exception references.
|
2014-08-09 06:14:12 +00:00 |
|
Jake Wharton
|
f4185289f6
|
Correct TypeAdapterFactory reference in its Javadoc.
|
2014-08-09 05:35:33 +00:00 |
|
Jake Wharton
|
f1f838cf20
|
Favor post-Gingerbread instantiation mechanism.
pre-Gingerbread is now a small subset of the Android OS distribution and is constantly shrinking toward zero.
|
2014-08-09 05:32:50 +00:00 |
|
Jesse Wilson
|
6a3e83a741
|
Javadoc for TypeAdapterFactory in @JsonAdapter.
|
2014-08-05 15:00:15 +00:00 |
|
Jake Wharton
|
117d8ea68f
|
Add TypeAdapterFactory support to @JsonAdapter.
|
2014-08-04 16:58:41 +00:00 |
|
Jesse Wilson
|
125e6d9d3d
|
Change field annotations to take precedence over registered type adapters.
|
2014-08-02 18:22:43 +00:00 |
|
Inderjeet Singh
|
f9a302e22a
|
incorporated code review feedback. Added a test to ensure JsonAdapter validation doesn't carry side-effects to other fields
|
2014-08-01 02:16:42 +00:00 |
|
Jesse Wilson
|
fbc7e69c81
|
Implement JsonPath in JsonReader.
|
2014-07-31 05:17:54 +00:00 |
|
Inderjeet Singh
|
80bbf4a85a
|
revised JsonArray.set() method to return the JsonElement. (thanks Buchholz Bastian for catching that!)
|
2014-07-04 17:31:43 +00:00 |
|
Inderjeet Singh
|
b9578a4d7e
|
renamed JsonArray.has() to JsonArray.contains()
|
2014-07-04 02:03:34 +00:00 |
|
Inderjeet Singh
|
94e21eca21
|
renamed JsonArray.contains() to has() to be consistent with JsonObject.has()
|
2014-07-03 17:31:07 +00:00 |
|
Inderjeet Singh
|
06282a4d13
|
Fixed issue code.google.com/p/google-gson/issues/detail?id=353 by adding set method in JsonArray
|
2014-07-02 18:30:17 +00:00 |
|
Inderjeet Singh
|
9bbdcac5a8
|
Fixed issue code.google.com/p/google-gson/issues/detail?id=353 by adding remove and contains methods in JsonArray
|
2014-07-02 18:21:36 +00:00 |
|
Jesse Wilson
|
c6752fc47a
|
Fix inverted docs in ExclusionStrategy.
|
2014-06-04 04:30:19 +00:00 |
|
Jesse Wilson
|
a411a766f7
|
Leitch --> Wilson !
|
2014-05-23 05:43:39 +00:00 |
|
Inderjeet Singh
|
14ba59fa88
|
code review fixes. Moved getFirstArgument() method from $Gson$Types to GsonTypesTest.
|
2014-05-19 17:34:25 +00:00 |
|
Inderjeet Singh
|
b373c20136
|
Fixed issue 552 by documenting when fromJson returns null.
|
2014-03-29 23:28:52 +00:00 |
|