plugins
plugins copied to clipboard
[espresso]: Bump gson from 2.8.6 to 2.9.1 in /packages/espresso/android
Bumps gson from 2.8.6 to 2.9.1.
Release notes
Sourced from gson's releases.
Gson 2.9.1
- Make
ObjectandJsonElementdeserialization iterative rather than recursive (#1912)- Added parsing support for enum that has overridden toString() method (#1950)
- Removed support for building Gson with Gradle (#2081)
- Removed obsolete
codegenhierarchy (#2099)- Add support for reflection access filter (#1905)
- Improve
TypeTokencreation validation (#2072)- Add explicit support for
floatinJsonWriter(#2130, #2132)- Fail when parsing invalid local date (#2134)
Also many small improvements to javadoc.
Gson 2.9.0
The minimum supported Java version changes from 6 to 7.
- Change target Java version to 7 (#2043)
- Put
module-info.classinto Multi-Release JAR folder (#2013)- Improve error message when abstract class cannot be constructed (#1814)
- Support EnumMap deserialization (#2071)
- Add LazilyParsedNumber default adapter (#2060)
- Fix JsonReader.hasNext() returning true at end of document (#2061)
- Remove Gradle build support. Build script was outdated and not actively maintained anymore (#2063)
- Add
GsonBuilder.disableJdkUnsafe()(#1904)- Add
UPPER_CASE_WITH_UNDERSCORESin FieldNamingPolicy (#2024)- Fix failing to serialize Collection or Map with inaccessible constructor (#1902)
- Improve TreeTypeAdapter thread-safety (#1976)
- Fix
Gson.newJsonWriterignoring lenient and HTML-safe setting (#1989)- Delete unused LinkedHashTreeMap (#1992)
- Make default adapters stricter; improve exception messages (#2000)
- Fix
FieldNamingPolicy.upperCaseFirstLetteruppercasing non-letter (#2004)Thanks to our contributors, especially
@Marcono1234!Gson 2.8.9
- Make OSGi bundle's dependency on
sun.miscoptional (#1993).- Deprecate
Gson.excluder()exposing internalExcluderclass (#1986).- Prevent Java deserialization of internal classes (#1991).
- Improve number strategy implementation (#1987).
- Fix LongSerializationPolicy null handling being inconsistent with Gson (#1990).
- Support arbitrary Number implementation for Object and Number deserialization (#1290).
- Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (#1980).
- Don't exclude static local classes (#1969).
- Fix
RuntimeTypeAdapterFactorydepending on internalStreamsclass (#1959).- Improve Maven build (#1964).
- Make dependency on
java.sqloptional (#1707).Gson 2.8.8
Changelog
Sourced from gson's changelog.
Version 2.9.1
- Make
ObjectandJsonElementdeserialization iterative rather than recursive (#1912)- Added parsing support for enum that has overridden toString() method (#1950)
- Removed support for building Gson with Gradle (#2081)
- Removed obsolete
codegenhierarchy (#2099)- Add support for reflection access filter (#1905)
- Improve
TypeTokencreation validation (#2072)- Add explicit support for
floatinJsonWriter(#2130, #2132)- Fail when parsing invalid local date (#2134)
Also many small improvements to javadoc.
Version 2.9.0
The minimum supported Java version changes from 6 to 7.
- Change target Java version to 7 (#2043)
- Put
module-info.classinto Multi-Release JAR folder (#2013)- Improve error message when abstract class cannot be constructed (#1814)
- Support EnumMap deserialization (#2071)
- Add LazilyParsedNumber default adapter (#2060)
- Fix JsonReader.hasNext() returning true at end of document (#2061)
- Remove Gradle build support. Build script was outdated and not actively maintained anymore (#2063)
- Add
GsonBuilder.disableJdkUnsafe()(#1904)- Add
UPPER_CASE_WITH_UNDERSCORESin FieldNamingPolicy (#2024)- Fix failing to serialize Collection or Map with inaccessible constructor (#1902)
- Improve TreeTypeAdapter thread-safety (#1976)
- Fix
Gson.newJsonWriterignoring lenient and HTML-safe setting (#1989)- Delete unused LinkedHashTreeMap (#1992)
- Make default adapters stricter; improve exception messages (#2000)
- Fix
FieldNamingPolicy.upperCaseFirstLetteruppercasing non-letter (#2004)Version 2.8.9
- Make OSGi bundle's dependency on
sun.miscoptional (#1993).- Deprecate
Gson.excluder()exposing internalExcluderclass (#1986).- Prevent Java deserialization of internal classes (#1991).
- Improve number strategy implementation (#1987).
- Fix LongSerializationPolicy null handling being inconsistent with Gson (#1990).
- Support arbitrary Number implementation for Object and Number deserialization (#1290).
- Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (#1980).
- Don't exclude static local classes (#1969).
- Fix
RuntimeTypeAdapterFactorydepending on internalStreamsclass (#1959).- Improve Maven build (#1964).
- Make dependency on
java.sqloptional (#1707).Version 2.8.8
... (truncated)
Commits
bb9a1f2[maven-release-plugin] prepare release gson-parent-2.9.1893a7e1Fix malformed JsonElement.getAsBigDecimal() javadoc (#1772)6d2557dRemove unused package-private FieldAttributes methods (#2162)2deb209MakeRuntimeTypeAdapterFactoryrecognize subclasses only conditionally. (#2...924c496Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#2157)503c20bRename ReflectiveTypeAdapterFactory field inclusion check method (#2121)0106247Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (#2148)eeba71cUpgrade to oss-parent 9 (#2149)2eb3758Fix RuntimeTypeAdapterFactory (#2139)cbc0af8Improve lenient mode documentation (#2122)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).
If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?
Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.
@GaryQian This passed all tests; could you add the version bump and changelog entry so we can get it landed?
- The status or check suite web-build_all_plugins CHANNEL:stable has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite analyze CHANNEL:stable has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite web-platform_tests CHANNEL:stable PLUGIN_SHARDING:--shardIndex 1 --shardCount 2 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite android-platform_tests CHANNEL:master PLUGIN_SHARDING:--shardIndex 2 --shardCount 5 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite linux-build_all_plugins CHANNEL:stable has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite android-build_all_plugins CHANNEL:master has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite dart_unit_tests CHANNEL:master has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite format has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite android-platform_tests CHANNEL:master PLUGIN_SHARDING:--shardIndex 4 --shardCount 5 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite readme_excerpts has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite web-build_all_plugins CHANNEL:master has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite linux-build_all_plugins CHANNEL:master has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite android-platform_tests CHANNEL:master PLUGIN_SHARDING:--shardIndex 3 --shardCount 5 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite android-build_all_plugins CHANNEL:stable has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite dart_unit_tests CHANNEL:stable has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite web-platform_tests CHANNEL:master PLUGIN_SHARDING:--shardIndex 0 --shardCount 2 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite analyze CHANNEL:master has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite web-platform_tests CHANNEL:stable PLUGIN_SHARDING:--shardIndex 0 --shardCount 2 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite legacy-version-analyze CHANNEL:2.8.1 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite linux-platform_tests CHANNEL:master has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite publishable has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite web-platform_tests CHANNEL:master PLUGIN_SHARDING:--shardIndex 1 --shardCount 2 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite android-platform_tests CHANNEL:master PLUGIN_SHARDING:--shardIndex 0 --shardCount 5 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite federated_safety has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite android-platform_tests CHANNEL:master PLUGIN_SHARDING:--shardIndex 1 --shardCount 5 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite legacy-version-analyze CHANNEL:2.10.5 has failed. Please fix the issues identified (or deflake) before re-applying this label.
- The status or check suite Linux plugin_tools_tests has failed. Please fix the issues identified (or deflake) before re-applying this label.
This should be rebased onto https://github.com/flutter/plugins/pull/6237. Or closed and let dependabot open another on the next version.
- The status or check suite publishable has failed. Please fix the issues identified (or deflake) before re-applying this label.