Skip to content

Commit

Permalink
chore: add a note about removing custom resolveSpoolDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Aug 9, 2019
1 parent 631a0e6 commit daaf4d4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ protected EndpointRegistry<EndpointKey> createEndpointRegistry(Map<EndpointKey,
@Override
protected StreamCachingStrategy createStreamCachingStrategy() {
return new DefaultStreamCachingStrategy() {
// TODO: this has been fixed on camel master by Claus with commit
// https://github.com/apache/camel/commit/087b5a7db18c8070e37b119cb9db0513e3dd0865
// we should remove this overloaded method once migration to Camel 3.0.0-M5 is
@Override
protected String resolveSpoolDirectory(String path) {
StringHelper.notEmpty(path, "path");
Expand Down

0 comments on commit daaf4d4

Please sign in to comment.