Commit Graph

54 Commits

Author SHA1 Message Date
Marcono1234
6f1a18af52
Enforce that JDK <= 17 is used for building (#2551)
Using JDK 21 currently causes multiple issues, some of which are not easy
to fix at the moment (such as target version 7 not being supported anymore).
2023-11-26 16:34:26 -08:00
Éamonn McManus
5bfa7fc5ac
Restore hard line breaks in README.md. (#2532)
They were previously using the terrible convention of two spaces at the
end of a line signaling a hard break. The change here uses the
alternative syntax of a final backslash, which can actually be seen.
2023-11-06 14:45:56 -08:00
Maicol
2c94c757a6
Formats codebase (#2531)
* Formats `.java` files

* Formats `.md` files
2023-11-06 11:59:01 -08:00
Marcono1234
6d9c3566b7
Document minimum Android API level and add workflow to check compatibility (#2431) 2023-07-06 10:04:36 -07:00
Marcono1234
44217b9100
Rename branch references in GitHub workflow to 'main' (#2418)
* Rename branch references in GitHub workflow to 'main'

* Revert accidental branch reference renaming
2023-06-12 08:46:38 -07:00
Éamonn McManus
a80bc24e04
Rename master to main everywhere. (#2410) 2023-06-07 11:02:13 -07:00
Marcono1234
7f303b5db4
Mention creation of GitHub release in ReleaseProcess.md (#2349)
* Mention creation of GitHub release in `ReleaseProcess.md`

* Link to GitHub releases from README
2023-03-21 15:26:57 -07:00
Marcono1234
850e977773
Add pull request template (#2326) 2023-02-27 13:52:57 -08:00
Éamonn McManus
2ce6a6106c [maven-release-plugin] prepare release gson-parent-2.10.1 2023-01-06 07:42:31 -08:00
Marcono1234
f2f53fbe8e
Add troubleshooting guide (#2285) 2022-12-15 08:27:16 -08:00
Éamonn McManus
9efdfad33c [maven-release-plugin] prepare release gson-parent-2.10 2022-10-24 17:33:34 -07:00
Éamonn McManus
a4290c52e0 Update CHANGELOG.md with 2.9.1 changes.
Update version numbers in documentation (2.9.0 -> 2.9.1).
2022-07-31 14:43:17 -07:00
Marcono1234
d7f824119c
Mention in README that Gson is in maintenance mode (#2085) 2022-03-01 08:57:24 -08:00
Éamonn McManus
241044d709 Update CHANGELOG.md with 2.9.0 changes.
Update version numbers in documentation (2.8.9 -> 2.9.0).
2022-02-11 11:39:48 -08:00
Marcono1234
6b96a389cc
Put module-info.class into Multi-Release JAR folder (#2013)
* Put module-info.class into Multi-Release JAR folder

Uses ModiTect to place module-info.class under Multi-Release JAR folder
`META-INF/versions/9`.

* Adjust pom.xml to drop support for Java 6

* Change doclint setting

All Javadoc errors have been solved previously; doclint can now be enabled
without causing build failures.

* Improve README Java requirements
2022-01-01 12:44:39 -08:00
Marcono1234
dc28951fa7
Change target Java version to 7 (#2043)
* Change target Java version to 7

* Document Gson requirements

* Add package-info.java for `stream` package
2021-12-31 07:20:29 -08:00
Marcono1234
121bcede96
Update project version in README (#2006) 2021-10-31 06:52:51 -07:00
Marcono1234
7cfdf44893
Add GitHub issue templates (#1977)
* Add GitHub issue templates

* Adjust bug report issue template
2021-09-28 16:35:55 -07:00
Marcono1234
3b7835a18b
Switch to GitHub Actions (#1974) 2021-09-24 08:34:16 -07:00
Éamonn McManus
03be835914 Update change log, and version numbers in documentation. 2021-08-20 10:02:13 -07:00
Conclure
812b9c08e3
Update README.md version 2.8.6 -> 2.8.7
version 2.8.6 -> 2.8.7 for gradle and maven dependencies block
2021-05-26 13:27:53 +02:00
Marcono1234
adc4c1949d
Change links from HTTP to HTTPS (#1655) 2020-02-17 14:42:27 -08:00
inder123
6818a2058f
Gson 2.8.6 usage 2019-10-04 12:10:35 -07:00
Marcono1234
f07fa51200 Change URLs from http to https (#1521)
* Change URLs from http to https

* Changed github.io to javadoc
2019-05-07 16:27:45 -07:00
Jake Wharton
3f4ac29f91 Clean up the README a bit (#1376)
* Remove a lot of "Gson" as it's implied nearly everywhere.
* Remove broken Javadoc badge. Move other badges to be near the content to which they apply
* Not an official Google product
* Make download section more general. People other than Android developers use Gradle, for example.
2018-08-23 08:55:31 -07:00
Christian Schwarz
9d44cbc19a Updated dependency examples to version 2.8.5 (#1330) 2018-06-06 18:14:47 -07:00
inder123
3547420885
Merge branch 'master' into master 2018-05-09 13:11:43 -07:00
inder123
57085d6212
2.8.4 README 2018-05-01 11:23:48 -07:00
inder123
bf4789bb1f
2.8.3 in readme 2018-04-27 17:26:50 -07:00
greatjack1
bff1027df2 updated README to use implementation instead of compile 2018-04-03 15:19:04 -04:00
inder123
fb7ab06f07
Update README.md 2017-12-29 11:35:11 -08:00
Lucas
6b20e3aaec Including Maven snippet on README.md (#1205)
* Update README.md

Adding maven dependency to readme file. 
Fixes issue #1204

* incorporated feedback
2017-12-12 18:13:53 -08:00
Michael Mkwelele
d9249e9c36 Fix README.md grammatical error (#1175) 2017-10-19 22:25:35 -07:00
inder123
c5c843510d gradle snippet 2017-09-29 15:44:15 -07:00
Egor Neliuba
3063136a2c Fix headers format in the README.md (#1041) 2017-03-20 08:40:49 -04:00
Norman Peitek
61d46cb971 README.md Add a 2nd third party tutorial resource 2016-10-07 22:40:45 +02:00
inder123
d9726b9a73 revised Gson download link to maven central 2016-03-25 09:23:02 -07:00
inder123
a23a7dba2d Update README.md 2016-03-25 09:21:59 -07:00
Valeriy.Vyrva
4fdef155ce Add some useful badges with automatic version detection: Maven and Javadoc 2016-03-25 16:16:19 +06:00
inder123
1f15d76b23 2.6.2 release 2016-02-26 20:00:54 -08:00
ghandhikus
0ef3659692 Minor readability edit 2016-02-24 19:50:07 +01:00
jwilson
0ae177fefb Update docs for Gson 2.6.1. 2016-02-11 23:17:00 -05:00
inder123
ddfb2c5c8e Update README.md 2015-12-02 17:21:24 -08:00
inder123
be29e052ec added build status 2015-12-02 12:41:17 -08:00
Misha Brukman
95c5a7d570 Add full license text for Apache License 2.0
Moved the short-form license to README.
2015-11-27 16:42:01 -05:00
Misha Brukman
14e53cf7d4 Added code formatting; removed HTML tags.
Also fixed minor grammar issues.
2015-11-27 15:45:21 -05:00
inder123
f55beadd55 Update README.md 2015-11-26 09:47:08 -08:00
Piët Delport
05515adc8b README: Update old Google Sites links to GitHub 2015-11-26 12:22:42 +02:00
inder123
a16afd035a Updated to Gson 2.5 release 2015-11-24 11:40:03 -08:00
inder123
25dff9b6ad updated to 2.4 release
using apidocs from github pages
2015-10-03 17:58:57 -07:00