Skip to content

Commit

Permalink
docs: 更新JDK11升级记录
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashunx committed Jan 11, 2024
1 parent 2029810 commit 07c47bf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions upgrade-log.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

### JDK8升级JDK11踩坑记录

- 问题1、编译时报错:javax.activation不存在

- 问题分析:需额外添加javax.mail依赖
- 问题分析:需额外添加javax.activation依赖

```text
<dependency>
Expand Down Expand Up @@ -88,9 +89,4 @@ java.lang.AssertionError
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
```

0 comments on commit 07c47bf

Please sign in to comment.