Skip to content

Commit

Permalink
Merge pull request #301 from quarkiverse/issue300
Browse files Browse the repository at this point in the history
Fixed upgrade to Quarkus 2.4.0.Final
  • Loading branch information
shumonsharif authored Oct 24, 2021
2 parents 97815b9 + 81cd3df commit 35f6b05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ List<RuntimeInitializedClassBuildItem> runtimeInitializedClasses() {
new RuntimeInitializedClassBuildItem("org.apache.cxf.interceptor.AttachmentOutInterceptor"),
new RuntimeInitializedClassBuildItem("org.apache.cxf.attachment.AttachmentSerializer"),
new RuntimeInitializedClassBuildItem("org.apache.cxf.attachment.AttachmentUtil"),
new RuntimeInitializedClassBuildItem("org.apache.cxf.attachment.ImageDataContentHandler"),
new RuntimeInitializedClassBuildItem("org.apache.cxf.service.factory.AbstractServiceFactoryBean"),
new RuntimeInitializedClassBuildItem("org.apache.cxf.interceptor.OneWayProcessorInterceptor"),
new RuntimeInitializedClassBuildItem("org.apache.cxf.interceptor.OneWayProcessorInterceptor$1"),
Expand Down

0 comments on commit 35f6b05

Please sign in to comment.