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

WIP: adding sample prompt #7

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

savitharaghunathan
Copy link
Contributor

@savitharaghunathan savitharaghunathan commented Oct 18, 2023

sample output

Resolution:

```diff
- @Stateless
+ @ApplicationScoped
public class MemberRegistration {
    // ...
}


By changing the scope annotation from `@Stateless` to `@ApplicationScoped`, the `MemberRegistration` class can be made compatible with Quarkus 3.4.1, Jakarta EE 9, and Java 11.

@savitharaghunathan savitharaghunathan marked this pull request as draft October 18, 2023 20:51
@savitharaghunathan savitharaghunathan marked this pull request as ready for review October 19, 2023 21:22
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.

1 participant