-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add details about how to save state across live reloads #44287
Conversation
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
a9fe49b
to
cbceabd
Compare
cbceabd
to
f2bb96a
Compare
7bdd9da
to
293afab
Compare
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | Initial JDK 17 Build | Build |
Failures | Logs | Raw logs | 🔍 |
You can consult the Develocity build scans.
Failures
⚙️ Initial JDK 17 Build #
- Failing: extensions/smallrye-jwt/deployment
! Skipped: docs integration-tests/management-interface-auth integration-tests/smallrye-jwt-oidc-webapp and 2 more
📦 extensions/smallrye-jwt/deployment
✖ Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project quarkus-smallrye-jwt-deployment: Compilation failure
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mcruzdev, added minor suggestions
293afab
to
0a59561
Compare
This comment has been minimized.
This comment has been minimized.
0a59561
to
8197835
Compare
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This PR adds details on
writing-extension.adoc
, about how to persist context across live reloads.Fixes #44288