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

Missing rules for coolstore migration #115

Open
jmle opened this issue Mar 27, 2024 · 0 comments
Open

Missing rules for coolstore migration #115

jmle opened this issue Mar 27, 2024 · 0 comments
Assignees

Comments

@jmle
Copy link

jmle commented Mar 27, 2024

There are some migration actions missing from the coolstore analysis that are due to missing/incomplete rules:

  • The @broadcast annotation added here
  • The @RequestScoped here. I'm not sure if there's something we can match on to create that rule? GPT3.5 has put @ApplicationScoped, I guess it should work too
  • Using @POST instead of @GET when doing the remote bean changes. I think we can modify the context of the rule. If the method has parameters it should be @POST instead I guess
  • @Blocking/@Transactional usage in OrderServiceMDB
  • @Resource swapped for @Inject in DataBaseMigrationStartup (did you mention that one to me?)
  • Removal of StartupListener
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

No branches or pull requests

1 participant