Do additional bundles in Java Snippet break when version is updated?

Hi.
Suppose I use an additional bundle in Java Snippet, say the apache common io bundle v20190123-2029

image

Now suppose a future KNIME version bundles a different version of this library.
Will my Java Snippet throw an exception? Or will it automatically use the updated apache library?

Thanks
Don

Hi @dnaki,

The node will warn you if the versions of bundles change or are no longer available. In the latter case it will fail, in the first it will try to update if possible.
If only the minor version of the bundle changed (e.g. update from 2.6.0 to 2.7.0), it will automatically use the updated version.

best,
Gabriel

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.