Commit Graph

1165 Commits

Author SHA1 Message Date
inder123
b4978a8062 Merge pull request #685 from google/threadsafe-javadoc
Updated Gson Javadoc to indicate thread-safety.
2015-08-10 19:35:10 +05:30
Inderjeet Singh
0c4ae01836 Updated Gson Javadoc to indicate thread-safety. 2015-08-10 19:34:07 +05:30
inder123
09839be004 Merge pull request #684 from google/revert-664-issue-613
Revert "Add a JSR-305 @ThreadSafe annotation to the Gson class"
2015-08-10 19:32:00 +05:30
inder123
2ee680a645 Revert "Add a JSR-305 @ThreadSafe annotation to the Gson class" 2015-08-10 19:31:18 +05:30
inder123
0a93efada5 Merge pull request #652 from schlan/fix_turkish_locale_issues
Fix issues if runing in an environment with a Turkish locale
2015-08-08 09:10:48 -07:00
Inderjeet Singh
f73f8e063b ignoring target directories everywhere. 2015-08-08 09:06:54 -07:00
Jesse Wilson
f0bf15eb7a Merge pull request #681 from lcoote/nullSafeRuntimeType
fix #680 - make RuntimeTypeAdapterFactory null-safe
2015-08-06 17:49:18 -04:00
Lachlan Coote
1867457030 fix #680 - make RuntimeTypeAdapterFactory null-safe 2015-08-05 16:27:18 -07:00
Jesse Wilson
77e31ed999 Merge pull request #674 from vogellacompany/master
Readme points to the new homepage at Github
2015-07-29 16:24:31 -07:00
Lars Vogel
37d00c268d Readme points to the new homepage at Github 2015-07-29 18:45:24 +02:00
inder123
24eec9428b Merge pull request #671 from ownaginatious/master
Support for adding primitives directly to JsonArray instances
2015-07-26 14:17:10 -07:00
inder123
d805f22166 Merge pull request #669 from adamtanner/inet-address-test-failure
Replace localhost lookup with static IP to fix test.
2015-07-26 14:13:32 -07:00
Dillon Dixon
5cf82a573f Added test for nulls 2015-07-23 23:02:46 -07:00
Dillon Dixon
a67ca052a3 Added test for mixed primitives 2015-07-23 23:00:18 -07:00
Dillon Dixon
374e5b0aa5 Added test ovr new DOM functionality 2015-07-23 22:57:32 -07:00
Dillon Dixon
d8c12a727f Fixed accidental duplication of null elements 2015-07-23 21:18:01 -07:00
Dillon Dixon
6960ebc776 Updated JsonArray to support adding primitives directly via an overloaded "add(...)" method rather than having to always do "add(new JsonPrimitive(...))" 2015-07-23 20:44:04 -07:00
inder123
31ea72a29f Merge pull request #670 from adamtanner/release
Change references to Google Code to Github in pom.xml.
2015-07-20 23:01:33 -07:00
Adam Tanner
2b67815808 Change references to Google Code to Github. 2015-07-20 14:31:39 -07:00
Adam Tanner
457541611c Replace localhost lookup with static IP to fix test.
Calling InetAddress.getLocalHost() will cause a lookup to occur that may
fail with a java.net.UnknownHostException if the system the test is
running on is not configured correctly.

This is often fixed by echoing "127.0.0.1 $HOSTNAME" to /etc/hosts, but
in this case it seems easier to pick a static IP string to avoid the
lookup entirely and prevent false negatives in the test.
2015-07-20 14:03:52 -07:00
Jesse Wilson
8e570ee3a2 Merge pull request #667 from adamtanner/json-writer-opaque-value
JsonWriter#value supports opaque JSON values.
2015-07-20 11:21:23 -07:00
Adam Tanner
f7abd59a3b JsonWriter#jsonValue writes raw JSON values.
Add a jsonValue(String value) method that takes a raw JSON string that
can be used to write the string directly to the underlying writer
without modification.

The intended use case for this is when building JSON that contains a
pre-serialized JSON string as a value in an object or array.
2015-07-20 10:56:56 -07:00
Jesse Wilson
bb34247cc4 Merge pull request #664 from ferstl/issue-613
Add a JSR-305 @ThreadSafe annotation to the Gson class
2015-07-13 13:47:37 -04:00
Stefan Ferstl
82edd57205 Add a JSR-305 @ThreadSafe annotation to the Gson class
- Add an optional dependency to com.google.code.findbugs:jsr305.
  The optional scope is used in order to avoid introducing a new
  transitive dependency to the jsr305 library. This is fine because the 
  @ThreadSafe annotation has only a documentary purpose and it is not
  retained at runtime.
- Annotate the Gson class as @ThreadSafe

Fixes Issue #613
2015-07-13 18:34:38 +02:00
inder123
fcfd397d6f Merge pull request #659 from google/jw/gitignore
Add gitignore for Maven, Eclipse, IDEA, and OSX files.
2015-06-18 07:55:15 -07:00
Jake Wharton
e914de082b Add gitignore for Maven, Eclipse, IDEA, and OSX files. 2015-06-18 10:32:15 -04:00
Jesse Wilson
23288eb363 Merge pull request #658 from google/jw/travis
Add Travis CI build.
2015-06-17 22:48:27 -04:00
Jake Wharton
cd38056e1f Add Travis CI build. 2015-06-17 22:20:00 -04:00
Jesse Wilson
e8e8b557d2 Merge pull request #657 from google/jw/no-io
There is no I/O writing to a StringWriter.
2015-06-17 22:15:34 -04:00
Jake Wharton
032847976c There is no I/O writing to a StringWriter. 2015-06-17 22:01:17 -04:00
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