jetplugins / apidocx

Generate API documents to any place: YApi, RAP2, Eolink, etc.
https://plugins.jetbrains.com/plugin/17425-apidocx/
Apache License 2.0
178 stars 41 forks source link

推送 RAP2 报错 #37

Closed jianlong1994 closed 2 years ago

jianlong1994 commented 2 years ago

IDEA版本:2022.2

推送到RAP2报错 Config file error: Failed making field 'java.util.regex.Pattern#pattern' accessible; either change its visibility or write a custom TypeAdapter for its declaring type

lkqm commented 2 years ago

应该是配置文件有问题,请提供下配置文件

jiouloucse commented 2 years ago

com.google.gson.JsonIOException: Failed making field 'java.util.regex.Pattern#pattern' accessible; either change its visibility or write a custom TypeAdapter for its declaring type image

jiouloucse commented 2 years ago

应该是配置文件有问题,请提供下配置文件

com.google.gson.JsonIOException: Failed making field 'java.util.regex.Pattern#pattern' accessible; either change its visibility or write a custom TypeAdapter for its declaring type

lkqm commented 2 years ago

gson兼容性问题,新版使用的jdk17下存在这个问题,我看下怎么修复下

jiouloucse commented 2 years ago

gson兼容性问题,新版使用的jdk17下存在这个问题,我看下怎么修复下

感谢!

lkqm commented 2 years ago

0.9.5版本已修复,请待插件审核通过后升级插件版本(预计1天左右)