Skip to content

Commit

Permalink
Remove erroneous SpoolRule reflective class configuration from camel-…
Browse files Browse the repository at this point in the history
…k-runtime extension
  • Loading branch information
jamesnetherton committed Oct 12, 2023
1 parent 3f7e28b commit 7423a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,5 @@ void registerStreamCachingClasses(BuildProducer<ReflectiveClassBuildItem> reflec

getAllKnownImplementors(view, StreamCachingStrategy.SpoolRule.class)
.forEach(i -> reflectiveClass.produce(reflectiveClassBuildItem(i)));

reflectiveClass.produce(
ReflectiveClassBuildItem.builder("StreamCachingStrategy.SpoolRule.class")
.methods()
.fields()
.build());
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
camel.main.stream-caching-enabled = true
camel.main.stream-caching-spool-directory = ${java.io.tmpdir}/camel-k

0 comments on commit 7423a86

Please sign in to comment.