A JBoss Project
Red Hat
This is the archived New & Noteworthy page that is also part of  4.4.2.Final

What's New in 4.4.2.AM1

OpenShift

Common namespace is now configurable

When looking for Openshift resources (builder images, templates), a common namespace is browsed. Earlier hardcoded openshift namespace is now configurable with default value openshift.

Please note that templates are still loaded from the openshift namespace and not from the configured common namespace, this will be fixed for the next release.

It can be accessed and modified through the connection extended properties:

connection extended properties namespace

Related JIRA: JBIDE-23014

CDK server using native terminal for better user interactions

The CDK server adapter now uses a native terminal that allows better interaction with the user. In the case credentials are not passed in the Vagrant environment, the user will be asked just as with the standard Vagrant CLI and in case of registration failures, retries will be performed.

First, make sure your CDK server adapter is configured not to pass credentials:

cdk editor no credentials pass

Then, start the CDK server adapter and a new terminal window will open, asking for registration:

cdk terminal asks for registration

If you answered y to the previous questions, then the terminal window will ask for username:

cdk terminal asks for username

Then the terminal window will ask for password:

cdk terminal asks for password

If the registration fails, then the terminal window will perform retries and ask again for username and password:

cdk terminal asks for password2

Related JIRA: JBIDE-23039


back to top