Skip to content

Commit

Permalink
Fixing error `java.lang.IncompatibleClassChangeError: class jdk.proxy…
Browse files Browse the repository at this point in the history
…1.$Proxy143 cannot implement sealed interface java.lang.constant.ConstantDesc` by using JDK 11 LTS for now (since we don't need to fix a sealed interfaces problem of Apache CXF ourselves)
  • Loading branch information
jonashackt committed Jun 21, 2021
1 parent 895dc13 commit c5d2af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxf-spring-boot-starter-samples/cxf-boot-simple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mvn clean install


# Just using the build artifact and then removing the build-container
FROM openjdk:17-jdk
FROM openjdk:11-jdk

MAINTAINER Jonas Hecht

Expand Down

0 comments on commit c5d2af9

Please sign in to comment.