konveyor / rulesets

Collections of static code analysis rules
Apache License 2.0
1 stars 19 forks source link

Create rules for dedicated EJB access #135

Open jmle opened 1 month ago

jmle commented 1 month ago

According to the migration guide:

Dedicated EJB access has also been removed as part of [the RPC-style remoting removal] effort. If you need to lookup an EJB, use JNDI directly via JndiObjectFactoryBean or .

Investigate and create rules if necessary. Probably will have to check EJB lookup APIs and match on their usage.

In the rule description and message, try to be as verbose and clear as possible. Code examples are always welcome and useful. Feel free to use markdown syntax for these.

konveyor-ci-bot[bot] commented 1 month ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members.

jmle commented 2 weeks ago

Mostly handled previously by LocalStatelessSessionProxyFactoryBean and SimpleRemoteStatelessSessionProxyFactoryBean. Now must be done by the developer manually.