The official release for KNIME Analytics Platform is planned for July 17th.
We were in contact with you through our mailing list on March 6th (if not, this might convince you to sign up for it, please write a short email to community-contributions@knime.com) regarding the upcoming KNIME Analytics Platform release 5.1.
To ensure your extensions work with KNIME Analytics Platform 5.1 you will need to
increase the maximum version boundary for all your KNIME dependencies to 6.0.0 in the MANIFEST.MF files of your extensions. Take a look at this example on how to do it.
Additional steps for Community Extension Contributors:
If you are a developer of an experimental or a trusted (soon: verified) extension published on our community update sites, please help us to update the build of your extension on the Community Jenkins:
Create a new branch in your repository for the 5.1 release.
I am following the instructions from GitHub to setup the KNIME 5.1 (Release 2023-07 branch) Eclipse IDE environment (based on 2023.03), but when I launch KNIME 5.1 (still nightly build) out of the IDE based on the KNIME-AP.target (which is supposed to be a minimal setup) I am getting an empty KNIME application window without any KNIME panels. When using the KNIME-AP-complete.target (which brings in a lot of plugins, but takes longer to load) it is working fine. @steffen_KNIME, could you please post the list of crucial features required for KNIME 5.1 and also update it in GitHub branches (master for nightly build as well as 2023-07 for 5.1 release) so that the minimal setup starts working? Thanks!
Update: It has something to do what features are installed when the workspace gets created. Once it is created when running the full set of features, it looks also good when the minimal set of features is used. There must be one particular feature (different from KNIME 4.x) that takes care now of creating the proper perspective in KNIME. Wondering, which one it is…
Same issue here - adding the following on top of KNIME-AP.target did the trick for me. Probably not even all are needed, but it’s Sunday and I don’t want to dig deeper.
For extensions that require an update as you described, how long do you anticipate the change will take? The KNIME Image Processing - Tess4J Integration is not available for 5.1, will it be available or is there an alternative extension?
We are currently in contact with the maintainers of the “soon available” extensions and hope that within the next weeks all of them are available in 5.1. The changelog will be updated.