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

Fixing NullPointerException with jboss_wildfly integration and user/password not set #546

Conversation

carlosroman
Copy link
Contributor

@carlosroman carlosroman commented Nov 7, 2024

This should fix #545 as we now check if user or password no null before setting jmx.remote.credentials.

According to the docs, the CREDENTIALS attribute specifies the authentication credentials to be used in establishing a connection. They should be a user name and password as the corresponding value passed to CREDENTIALS is a 2–element string array containing the user name at index 0 and the password at index 1.

@carlosroman carlosroman requested review from a team as code owners November 7, 2024 17:21
@carlosroman carlosroman merged commit 474d2ab into master Nov 8, 2024
9 checks passed
@carlosroman carlosroman deleted the carlosroman/AMLII-2162-jmx.remote.credentials_NullPointerException branch November 8, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants