10000 [WINDUPRULE-1014] Create ruleset for EAP 7.1 Elytron migration by jmle · Pull Request #1014 · windup/windup-rulesets · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[WINDUPRULE-1014] Create ruleset for EAP 7.1 Elytron migration #1014

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

Merged
merged 4 commits into from
Jul 31, 2023

Conversation

jmle
Copy link
Contributor
@jmle jmle commented Jul 28, 2023

@PhilipCattanach
Copy link
Contributor

@jmle - Can you take another look at the first rule. Specifically the comment in the Jira description about including the quotes

The code snippet in in the rule link shows the sort of reference to that class name (pasted below) that we are looking to pick up on.

Properties properties = new Properties();
properties.put(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.remote.client.InitialContextFactory");
properties.put(Context.PROVIDER_URL,"http-remoting://127.0.0.1:8080");
properties.put(Context.SECURITY_PRINCIPAL, "bob");
properties.put(Context.SECURITY_CREDENTIALS, "secret");
InitialContext context = new InitialContext(properties);
Bar bar = (Bar) context.lookup("foo/bar");
...

@PhilipCattanach
Copy link
Contributor

Tested successfully - thanks @jmle

@PhilipCattanach PhilipCattanach merged commit 0b61983 into windup:master Jul 31, 2023
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
0