Engage 2022

Created:
Last Update:

Author: Christoph Stoettner
Read in about 3 min · 468 words

View from Bruges Conferences Center

Photo by Christoph Stoettner | Stoeps

The last days I attended Engage 2022 in the Bruges Meeting & Convention Centre (BMCC) . The first in person event for HCL Software for two years. Engage 2020 was the last event before the big lockdowns. Meeting so many friends again after so long time felt really awesome, and I enjoyed these days very much. We had good conversations and some Belgium beer to celebrate the reunion.

This was my 6th or 7th Engage and as always the organizers around Theo and his wife Hilde did a great job, arriving at the venue felt like coming home.

During the keynote with Richard Jefts and Jason Gary we got the new naming conventions for new releases, so Domino will get river names (next version Danube) and Connections will get named after trees (Cedar).

HCL Connections roadmap session with Adam Gartenberg and Rene Schimmer showed the updates for version 8 and ‘Connections v8 Live Demo: Collaboration just got easier!’ with Stefan Hessler and David Bell gave insights to the new customizations in Connections 8 . Like changing the top and side navigation or add a banner notification. The preview of Connections 8 was updated to the next iteration last week, if you are not already registered, here is the link to get an invitation .

Connections 8 GUI - © HCL Software

One of the new features in Connections 8 is a banner to inform users directly. The message will be displayed on top of the page.

New banner function in Connections 8 - © HCL Software

So you can enable the banner with some API calls, so you can integrate into your CI/CD pipeline or tool chain.

New banner in Connections 8 - © HCL Software

I have not made photos from these slides, they will be available the next days on the Engage homepage and I will update the posts with some matching slides. There were a lot of important HCLers available during the event, product management, developers and architects were open and answered questions or discussed features of Connections 8.

If you missed Engage, then have a look at DACHNUG , which takes place from 20th to 22nd June 2022 in Konstanz .

I did the session named ‘HCL Connections Admin Toolbox’ and showed a collection of tools I use for my daily work.

Author
Add a comment
Error
There was an error sending your comment, please try again.
Thank you!
Your comment has been submitted and will be published once it has been approved.

Your email address will not be published. Required fields are marked with *

Suggested Reading
Card image cap

This year, Engage took place at the Felix Meritis in Amsterdam . The Engage board (Hilde, Theo and Kris) did a great job and made this very special conference a great success.

Created: Read in about 1 min
Card image cap

The official documentation, “Migrating data from MongoDB 3 to 5”, wants to dump the MongoDB databases in 3.6 and then restore this data into the newly deployed MongoDB 5.

One issue with this process is that we can’t run the two MongoDB versions in parallel on Kubernetes because the provided helm charts and container for MongoDB 3.6 stop running after Kubernetes 1.21. On the other side, the helm chart providing MongoDB 5 can’t be installed on those old Kubernetes versions. So the process to update is:

Migration process

  1. Dump databases in MongoDB 3.6 (version delivered with Connections 7)
  2. Update Kubernetes to 1.25 or 1.27
  3. Restore MongoDB databases to version 5.0
Created:
Last Update:
Read in about 6 min
Card image cap

After updating HCL Connections to 8CR3 and Tiny Editors to 4.9.2.24 the lines of tables are no longer visible during editing.

Here is the edit form with Tiny Editors 4.8.2.0:

Created: Read in about 2 min