PlexPt / chatgpt-java

ChatGPT Java SDK。支持 GPT3.5、 GPT4 API。开箱即用。
https://chat.plexpt.com/
GNU General Public License v3.0
3.56k stars 703 forks source link

Bump com.alibaba:fastjson from 2.0.47 to 2.0.48 #258

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps com.alibaba:fastjson from 2.0.47 to 2.0.48.

Release notes

Sourced from com.alibaba:fastjson's releases.

fastjson 2.0.48发布

这又是一个性能优化 & Bug Fixed的版本,这个版本中,JSON.toJSONString和JSONB.toByte和JSONB.parseObject的性能有提升。

Issues

  1. 修复JSONType注解指定自定义序列化无效的问题 #2269
  2. 序列化OOM时ErrorMessage提示配置Feature.LargeObject #2331
  3. 修复使用JSONB解析带format的Timestamp类会报错的问题 #2332
  4. 修复JSONWriter.Feature.BrowserCompatible在BigDecimal带小数的大数不生效的问题 #2283
  5. 新增JSONReader.Feature.NonErrorOnNumberOverflow,数值溢出时不报错 #2305
  6. 修复Set类型反序列化报错的问题 #2302
  7. 修复Fastjson1 带 $ref 的数据在 fastjson2 无法正确反序列化的问题 #2296
  8. 增强对LocalTime日期反序列化多种格式的识别 #2310
  9. 修复LocalDateTime类型Locale不生效的问题
  10. 新增JSONWriter.Feature.SortMapEntriesByKeys,用于签名场景排序 #2318
  11. 反序列化float/double类型支持输入NaN #2309 #2300
  12. 修复枚举类型自定义反序列化类型参数为空的问题 #2329
  13. 修增JSONReader.Feature.EmptyStringAsNull,可以将空字符串转换为null #2317
  14. 修复Spring6版的FastJsonHttpMessageConverter存在问题,导致请求头不返回Content-Length #2284
  15. 修复定制序列化时属性值如果是子类会失效 #2286
  16. 修复JSONObject类型不支持输入转以后的String类型输入(兼容) #2334
  17. 修复配置JSONField(jsonDirect=true)时报错的问题 #2347
  18. 修复SupportSmartMatch全局配置无效的问题 #2349
  19. 修复泛型Class反序列化报错的问题 #2356
  20. 修复ObjectReaderCreator.createFieldReader偶发ConcurrentModificationException的问题 #2358
  21. 修复JSONField配置JSONReader.Feature.FieldBased 无效的问题 #2350
  22. 支持关闭解析Gson Annotation的开关 #2346

MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.48</version>
</dependency>
  • android5针对优化版本 这个版本和android4兼容版本基本一致,只是使用了java.nio.charset.StandardCharsets,后续将会不再升级android4兼容版本。
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.48.android5</version>
</dependency>
  • android8针对优化版本 这个版本支持java.time和Optional
<dependency>
</tr></table> 

... (truncated)

Commits
  • d0313b4 2.0.48 release
  • 1d91050 fix testcase
  • 1e65fd0 fix ObjectReaderCreator createObjectReader for Class<T>
  • f55184d fix writeWithFilter with SortMapEntriesByKeys
  • 53c25d9 fix readList<String> skipNull
  • 534063d improved LocalTime deserialize, for issue #2310
  • ea2a032 update projects using
  • ff8cb68 Bump org.apache.flink:flink-json from 1.18.1 to 1.19.0
  • d569f8c Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1
  • 4f0ca3d Bump net.minidev:json-smart from 2.5.0 to 2.5.1
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Superseded by #272.