Spring bootのバージョンを2.2.5.RELEASE→2.3以上(2.5.12)にバージョンアップすると「Caused by: org.xml.sax.SAXNotRecognizedException: unrecognized feature http://xml.org/sax/features/external-general-entities」エラー
Spring bootのバージョンアップをしたら、src/main/resources/logback-spring.xmlのパースエラーが出てしまいました。
どうもpull-parser-2.jarが悪さしている様子です。
gradlew.bat dependencies
コマンドで調べるとspotbugsのライブラリっぽいのでexcludeしたら解決しました。
1 2 3 4 5 6 |
dependencies { compile('com.github.spotbugs:spotbugs:4.0.0'){ exclude group: "pull-parser", module: "pull-parser" } ... } |
参考サイト
https://ksby.hatenablog.com/?page=1598109072
https://github.com/ESGF/esg-orp/issues/30

KHI入社して退社。今はCONFRAGEで正社員です。関西で140-170/80~120万から受け付けております^^
得意技はJS(ES6),Java,AWSの大体のリソースです
コメントはやさしくお願いいたします^^
座右の銘は、「狭き門より入れ」「願わくは、我に七難八苦を与えたまえ」です^^