You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @RequestScopedhere. 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
The text was updated successfully, but these errors were encountered:
There are some migration actions missing from the coolstore analysis that are due to missing/incomplete rules:
@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@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 inOrderServiceMDB
@Resource
swapped for@Inject
inDataBaseMigrationStartup
(did you mention that one to me?)StartupListener
The text was updated successfully, but these errors were encountered: