prom-confluence-exporter
prom-confluence-exporter copied to clipboard
Bump gson from 2.2.2-atlassian-1 to 2.8.9
Bumps gson from 2.2.2-atlassian-1 to 2.8.9.
Release notes
Sourced from gson's releases.
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.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
- Fixed issue with recursive types (#1390).
- Better behaviour with Java 9+ and
Unsafeif there is a security manager (#1712).EnumTypeAdapternow works better when ProGuard has obfuscated enum fields (#1495).Version 2.8.7
- Fixed
ISO8601UtilsTestfailing on systems with UTC+X.- Improved javadoc for
JsonStreamParser.- Updated proguard.cfg (#1693).
- Fixed
IllegalStateExceptioninJsonTreeWriter(#1592).- Added
JsonArray.isEmpty()(#1640).- Added new test cases (#1638).
- Fixed OSGi metadata generation to work on JavaSE < 9 (#1603).
Version 2.8.6
2019-10-04 GitHub Diff
- Added static methods
JsonParser.parseStringandJsonParser.parseReaderand deprecated instance methodJsonParser.parse- Java 9 module-info support
Version 2.8.5
2018-05-21 GitHub Diff
- Print Gson version while throwing AssertionError and IllegalArgumentException
- Moved
utils.VersionUtilsclass tointernal.JavaVersion. This is a potential backward incompatible change from 2.8.4- Fixed issue google/gson#1310 by supporting Debian Java 9
Version 2.8.4
2018-05-01 GitHub Diff
- Added a new FieldNamingPolicy,
LOWER_CASE_WITH_DOTSthat mapps JSON namesomeFieldNametosome.field.name- Fixed issue google/gson#1305 by removing compile/runtime dependency on
sun.misc.UnsafeVersion 2.8.3
2018-04-27 GitHub Diff
- Added a new API,
GsonBuilder.newBuilder()that clones the current builder- Preserving DateFormatter behavior on JDK 9
... (truncated)
Commits
- See full diff 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.