Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MLE-16703 Removing deprecated code #707

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Aug 26, 2024

Notable removals:

  1. Anything assuming a default username/password of "admin" for the admin/manage clients.
  2. Remaining support for mlAdminUsername/mlAdminPassword. Were replaced in 3.4.0 with mlSecurityUsername/mlSecurityPassword.
  3. The createForestsOnEachHost in DeployForestsCommand. This was replaced by mlDatabasesWithForestsOnOneHost.
  4. The REST code dependent on Apache HttpClient. Was deprecated in 4.5.0 now that OkHttp is used.
  5. The permissions parsing code in ml-javaclient-util was removed as the Java Client handles that.

Notable removals:

1. Anything assuming a default username/password of "admin" for the admin/manage clients.
2. Remaining support for mlAdminUsername/mlAdminPassword. Were replaced in 3.4.0 with mlSecurityUsername/mlSecurityPassword.
3. The `createForestsOnEachHost` in `DeployForestsCommand`. This was replaced by mlDatabasesWithForestsOnOneHost. 
4. The REST code dependent on Apache HttpClient. Was deprecated in 4.5.0 now that OkHttp is used. 
5. The permissions parsing code in ml-javaclient-util was removed as the Java Client handles that.
@rjrudin rjrudin merged commit a6dc58f into dev Aug 26, 2024
1 check passed
@rjrudin rjrudin deleted the feature/16073-deprecations branch August 26, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants